VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: manch on November 18, 2011, 14:09:27 PM

Title: Final salesprice show label checkbox not working
Post by: manch on November 18, 2011, 14:09:27 PM
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
Title: Re: Final salesprice show label checkbox not working
Post by: Cleanshooter on November 18, 2011, 17:02:18 PM
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.
Title: Re: Final salesprice show label checkbox not working
Post by: PRO on November 18, 2011, 17:09:40 PM
^^^ correct

Works fro me,

Printed like this

echo $this->currency->createPriceDiv ( 'salesPrice', 'COM_VIRTUEMART_PRODUCT_SALESPRICE', $this->product->prices );
Title: Re: Final salesprice show label checkbox not working
Post by: manch on November 21, 2011, 13:19:53 PM
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