Link to 'on special' products

(1/1)

ricoma:
An easy one?

Hello I need to make a link to a page where would be displayed every 'on special' products as if it was a category according to my browse_1.php page.

How can I set up this link?
thanks for your help

just4u:
it's possible to do, i found one way for that.

you need to do that in this folder:

"\administrator\components\com_virtuemart\html\"

make one copy of this file shop.browse.php in the same place and give it the name shop.featured.php

after that open the file shop.featured.php in line 48 and change
shop_browse_queries.php by shop_featured_queries.php

and after

make one copy of the file shop_browses_queries.php in the same place and give it the name shop_featured_queries.php

and after open the file shop_featured_queries.php in the line 30 and change
vmGet($_REQUEST, 'featured', 'N' )
by  vmGet($_REQUEST, 'featured', 'Y' )

save the files.

now to see the special products create one new lin in joomla and give it this path :

index.php?option=com_virtuemart&page=shop.featured

Good luck :)

themarblezone:
I followed you directions and "special" page displays products on special but them it also displays entire "Featured Products" section. Any suggestions?

Navigation

[0] Message Index