Kioshin
1
Hello,
How to get previous price value? I would like to display current price value and previous price in one row.
And:
Is it possible to display 3 row product list? Do I need a hack, since there are no such default value - only 1, 2 or 4 rows are possible.
Thank you in advance,
Kioshin
Hi Kioshin
How to get previous price value? I would like to display current price value and previous price in one row.
This is simple. Just go to Products -> Extended and enter the previous price to the RRP-field.
Is it possible to display 3 row product list? Do I need a hack, since there are no such default value - only 1, 2 or 4 rows are possible.
You obviously checked out this one already:
http://www.oxid-esales.com/en/resources/help-faq/eshop-manual/sample-template-adaption-design-product-lists-incproducttpl
Try to use, did not try if that still works…
size="third"
Regards
Kioshin
3
[QUOTE=Marco Steinhäuser;18820]Hi Kioshin
This is simple. Just go to Products -> Extended and enter the previous price to the RRP-field.
[/QUOTE]
Thank you very much. How could I insert previous and discounted price into template?
I get current price with [{ $product->getFPrice() }] . I tried various dicount functions, but no success…
Kioshin
[QUOTE=Kioshin;18823]Thank you very much. How could I insert previous and discounted price into template?
I get current price with [{ $product->getFPrice() }] . I tried various dicount functions, but no success…
Kioshin[/QUOTE]
This function should alredy be in the template.
You can see i in the demo-shop.
The secon article uses a regular/discounted price.