Triyugi

Results 6 issues of Triyugi

I am getting following error: > `Call to undefined method Mage_Core_Helper_Data::unEscapeCSVData() in /var/www/html/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Category.php on line 1276.` How it can be resolved. Is it related to SUPEE-7405?

How can I assign one product into multiple categories? ``` $data = array(); foreach($data_array as $key=>$value) { $data[] = array( '_root' => 'Default Category', '_category' => $value, '_sku' => $key,...

I want to set default position to `bottom`. How can this be done? I am developing a chat app. When I am typing and sending messages `scrollBottom` working fine but...

When zooming in and then zooming out and then swiping, the image position is fixed to top.

How can I dynamically update latitude and longitude? I am doing it as follows: ``` let lat = 46.9171876; let long = 17.8951832; if(latitude) { lat = latitude; } if(longitude)...

I would like to use this module in react class components. Is there any example is available?