Hello,
I hired a freelancer to help me out set a virtuemart store with a custom template I gave him...
The problem is the freelancer doesn´t want to show me where to configure the "others shoppers viewed" module.
http://namuhmex.com.mx/index.php/living/armchair/nubia-chair-detail.html
It doesnt appear under normal modules in the backend
And i cant seem to find it as an option within virtuemart...
Can somebody please help me?
I just need help finding this modules location in the backend so i can set it up to show under all products and also to assign products correctly...
I appreciate all answers in advance ;)
There is no such module in default VirtueMart. It may be available as a third party extension, but I'm not aware of one.
By the source code it just looks like the related products custom field re-labled
look for the echo shopFunctionsF::renderVmSubLayout('customfields',array('product'=>$this->product,'position'=>'related_products','class'=> 'product-related-products','customTitle' => true )); in your template
(u have a funny relationship with your developer.. ;) )