News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Discounted products page

Started by eriksimonx, November 10, 2012, 09:24:21 AM

Previous topic - Next topic

eriksimonx

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

bytelord

Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

eriksimonx

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.

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

eriksimonx

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.