VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: gifts.wine on February 01, 2020, 19:37:46 PM

Title: Change Product layout Shop Listing Pages (Screenshot Attached)
Post by: gifts.wine on February 01, 2020, 19:37:46 PM
Im using Joomla! 3.9.15 with VirtueMart 3.6.10 10211

I was wondering if I can change how the products are displayed when someone clicks on a product category on even on the shop home page etc...  Please see the image attached for example.

Thank you in advance for any help with this.

(http://gifts.wine/sceenshot11.png)
Title: Re: Change Product layout Shop Listing Pages (Screenshot Attached)
Post by: Studio 42 on February 01, 2020, 21:54:25 PM
The defualt file is components/com_virtuemart/sublayouts/products.php and you have to modify the line
echo shopFunctionsF::renderVmSubLayout('prices',array('product'=>$product,'currency'=>$currency)); ?>
prices is the sublayout/prices.php, you have to create a copy and modify the render and rename  prices in this line wiht your own filename
Title: Re: Change Product layout Shop Listing Pages (Screenshot Attached)
Post by: GJC Web Design on February 02, 2020, 13:04:22 PM
as it looks like your $19.99... is the short desc all you need to do is comment out the prices and addtocart in the an overridden sublayout products

Title: Re: Change Product layout Shop Listing Pages (Screenshot Attached)
Post by: gifts.wine on February 02, 2020, 17:33:43 PM
Thank you for the replies. I have not tried to build a website in years and I have seen to have forgotten everything I learned. I am looking in my folder to find the file that needs to be edited but I cannot seem to find it, Im not sure if I even understand where you mention "comment out the prices and addtocart", I assuming I am to just delete that part?

Can you direct me to which folder has the file I need to be looking for please ?

(http://gifts.wine/sceenshot12.png)
Title: Re: Change Product layout Shop Listing Pages (Screenshot Attached)
Post by: GJC Web Design on February 02, 2020, 17:57:30 PM
templates\your_template\html\com_virtuemart\sublayouts\products.php

add a # in front
Title: Re: Change Product layout Shop Listing Pages (Screenshot Attached)
Post by: gifts.wine on February 03, 2020, 21:40:52 PM
You guys are awesome, worked perfectly with how I wanted it to look...

THANK YOU FOR ALL THE HELP

(https://gifts.wine/sceenshot13.png)