Hi,
I want a page (and a "Discounted products" menu item) that lists all the products, if those have discounted price. I guess I should edit my featured products module, to something like that
if salesPrice exists then display:block else display:none
Please, help me!
Thanks,
Erik
http://forum.virtuemart.net/index.php?topic=95324.0
Thanks, but I want the same look what the category's page has. I loaded that modul with loadposition, but that is just listing onto one page all of the discounted products.
Hello,
Your initial request talks about product module. If you want the same style you redesign the module template by creating an override.
Use firebug to examine your code & css styling: http://forum.virtuemart.net/index.php?topic=102850.0
Some more information regarding template system and template overrides:
Template overrides: http://forum.virtuemart.net/index.php?topic=98505.0
Template System: https://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system
Regards
When you leave the search field empty and hit enter, it will list the products, from all categories on multiple pages. I want a page, where the virtuemart will list the products in the same way, but I want to display the products, with discounted price only.