News:

Support the VirtueMart project and become a member

Main Menu

Final salesprice show label checkbox not working

Started by manch, November 18, 2011, 14:09:27 PM

Previous topic - Next topic

manch

Hi!

At the backend config in the price tab the Final salesprice show label checkbox not working for me. (no label in frontend)
Version1.98M with J171

Manch

Cleanshooter

Manch,

The Final Salesprice is show on the product details page as "Sales price: $5.00"
right above the "Sales price without tax: $5.00"

I just tested and this works fine for me.  You must have a price assigned to the product or this won't show.
- Cleanshooter

PRO

^^^ correct

Works fro me,

Printed like this

echo $this->currency->createPriceDiv ( 'salesPrice', 'COM_VIRTUEMART_PRODUCT_SALESPRICE', $this->product->prices );

manch

#3
Ok,thanks the reply ,but something is still not clear in the vm category layout for me.

Check this...
http://pilisprint.feketegyuri.hu/index.php/koenyveink

In the backend vm price tab the parameters are:
Baseprice with Tax, but without discounts    Show Price:checked  , Show label:checked
Final salesprice   Show Price:checked  , Show label:checked
Discount amount    Show Price:checked  , Show label:checked

At the details page it works all the 3 price ,but not in the default layout category page.

Manch