VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: websmith on November 19, 2016, 05:21:55 AM

Title: Show only sales price not msrp when no discounts
Post by: websmith on November 19, 2016, 05:21:55 AM
VM 1.0.18.1
Joomla 3.6.4

I currently have an msrp or retail price displayed in my product details page along with discount and sales price.
This works great for majority of products but there are also a bunch that have no discount.
So now for those products I have a msrp or retail price, and I also have a sales prices which is the same since there should no discount.

Id like to just show sales price and not msrp or retail price of possible since there's no discount. Just seems redundant to show msrp price and sales price if they are both the same with no discount.
Hope this makes sense
Title: Re: Show only sales price not msrp when no discounts
Post by: Ghost on November 19, 2016, 15:35:54 PM
Create an override of prices.php sublayout and check if base/sale price is the same before showing base price, e.g.:

if ($product->prices['basePrice'] != $product->prices['salesPrice']) echo $currency->createPriceDiv ('basePrice', 'COM_VIRTUEMART_PRODUCT_BASEPRICE', $product->prices);
Title: Re: Show only sales price not msrp when no discounts
Post by: websmith on November 22, 2016, 18:37:05 PM
Thanks Ghost for the reply and example. Ive tried creating an override and editing the prices.php directly and it doesnt seem to change the pricing display. Still shows both base price ans sales price. ??
Title: Re: Show only sales price not msrp when no discounts
Post by: Jörgen on November 24, 2016, 08:58:40 AM
Hello

Are You making the Changes in the right file ? You should make the Changes in :

your_template/html/com_virtuemart/sublayouts/products.php (http://your_template/html/com_virtuemart/sublayouts/products.php)

Test with some debug statements
vmdebug(' this is my baseprice', $product->prices['basePrice']);

to see what is going on  8)

Don´t forget to turn on debug display.

regards

Jörgen  @ Kreativ Fotografi