Discount prices.

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 03, 2013 12:41 pm
Reply with quote
Report this post
Dear,

please help me out.

How is it inpossible when I change the normal salesprice into a discountprice I allways see the normalprice in category view and not the discountprice?
The tax is the only price that changes correct.
In the product view everything works well.

Please, please give me a correct answer.

Kind regards,
Nico
User avatar
Fresh Boarder

GK User
Thu Oct 03, 2013 11:38 pm
Reply with quote
Report this post
Edit following file please. This change will show final price.

File: templates/gk_shop_and_buy/html/com_virtuemart/category/default.php
Line: 195
Original Code.
Code: Select all
echo $this->currency->createPriceDiv('basePriceWithTax', '', $product->prices);

Replace with below
Code: Select all
echo $this->currency->createPriceDiv('salesPrice', '', $product->prices);


As there are so many different price variation, if above change doesn't work let me know so I can suggest an alternative fix.

See you around...
User avatar
Platinum Boarder

GK User
Fri Oct 04, 2013 2:30 pm
Reply with quote
Report this post
Hi Norman,

many, many thanks.
You know how it works and this saves me a lot of time.

Thanks again!

Greetz,
Nico

P.S.
When necessary... can I ask for your help?
User avatar
Fresh Boarder

GK User
Fri Oct 04, 2013 4:10 pm
Reply with quote
Report this post
Hello again Norman,

I think I didn't make myself clear.
When you look at the 2 screenshots you can see the difference in prices.
The first issue was an adjustment in VM2 which I changed.
This issue has to do with the template.
When I use another template like beez I see the correct price with the discount.
see the 2 screenshots.

Thanks,
Nico
User avatar
Fresh Boarder

GK User
Fri Oct 04, 2013 5:13 pm
Reply with quote
Report this post
And where did you post these screenshots as there is nothing attached to your replies : )
User avatar
Platinum Boarder

GK User
Fri Oct 04, 2013 6:44 pm
Reply with quote
Report this post
I forgot.
This problem is solved.

Thanks anyway
User avatar
Fresh Boarder

GK User
Sat Oct 05, 2013 12:38 am
Reply with quote
Report this post
Marking as solved, if you need further help just post in our forums, have a nice day.
User avatar
Platinum Boarder

GK User
Wed Nov 13, 2013 11:36 am
Reply with quote
Report this post
It is not working in my page. I would like to see price on frontpage and category veiv with discount. I change this line in default.php, nothing change. I see only price without any modification. Only in product view I have correct price... I would like to show my custommers that something is tagged like Discount price, or just crossed out price with discounted price. How to do this??
User avatar
Fresh Boarder

GK User
Tue Nov 26, 2013 9:32 am
Reply with quote
Report this post
maybe someone found solution?
User avatar
Fresh Boarder

GK User
Tue Dec 17, 2013 7:36 pm
Reply with quote
Report this post
Can someone help me?? I really would like to show people my better price.. like in presta shop.
User avatar
Fresh Boarder


cron