VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: pmx147 on February 19, 2015, 22:13:43 PM

Title: Unkown "others viewed" module, where to configure?
Post by: pmx147 on February 19, 2015, 22:13:43 PM
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 ;)
Title: Re: Unkown "others viewed" module, where to configure?
Post by: jenkinhill on February 19, 2015, 23:45:22 PM
There is no such module in default VirtueMart. It may be available as a third party extension, but I'm not aware of one.
Title: Re: Unkown "others viewed" module, where to configure?
Post by: GJC Web Design on February 20, 2015, 10:03:04 AM
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..  ;)  )