hi
I modified in JA Atoms
/templates/ja_atoms/html/com_virtuemart/productdetails/full.php
so that I can return to the category for products only on JA Megafilter (not the VM category)
I changed
line 42: from
$catURL = JRoute::('index.php?option=com_virtuemart&view=category&virtuemart_category_id='.$this->product->virtuemart_category_id, FALSE);
to
$catURL = JRoute::('index.php?option=com_jamegafilter&view=default&id=4&jalayout=default&itemperrow=5&itempercol=3&default_result_view=grid&show_more=0&fullpage=1&sticky=1&scrolltop=1&autopage=1&direction=vertical&Itemid=438&lang=sk #sort=position&sortdir=desc&attr.cat.value='.$this->product->virtuemart_category_id.'&page=1');
After adding the goods to the basket, I have the option to continue to the basket or return to the goods as shown in the picture
I would need the link marked on the image to also point to JA megafilter, similar to how I edited it in full.php. Not in the VM category
How can it be changed?
well thank you