I have asked Fido-X if a change in code is possible to show he discount amount incl. Tax.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Here is the fix for the TAX nor being calculated on the discount amount.i2Paq wrote:Be aware that the discount amount is shown without tax.
I have asked Fido-X if a change in code is possible to show he discount amount incl. Tax.
In the \catalog\controller\product\product.php
Find on line 214:
Code: Select all
$this->data['discount_amount'] = $this->currency->format($product_info['price'] - $special);
Code: Select all
$this->data['discount_amount'] = $this->currency->format($this->tax->calculate(($product_info['price'] - $special), $product_info['tax_class_id'], $this->config->get('config_tax')));

Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
timmieboy wrote:Hai,
Because I upgraded my opencart to 1.4.9.3 this feature is not working anymore, is there maybe an up to date file.
Thx
Use WinMerge to compare the files.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Please advise and I thank you for your help in advance!
Make sure you dubbel check what you do!
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
This is not related to this topic, please open another one.kajrob wrote:Also, the "Special Offers" feature does not work. Is there a FIX to that?? Version 1.4.9.1
Thanks,
Bob
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I've just asked Fido-X if he would be willing to build a VQmod for this.boatparts wrote:will it work with 1.5.0.5?????
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
I think that a donation is well deserved: Done.fido-x wrote:OK. See: viewtopic.php?f=131&t=39597
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I agreed with donation well reserved!i2Paq wrote:I think that a donation is well deserved: Done.fido-x wrote:OK. See: viewtopic.php?f=131&t=39597
Dear Fido-X
I have post something similar here: -
http://forum.opencart.com/viewtopic.php ... 24#p207024
I am using discount instead of Special price. Can help me with a solution here? Kind of desperate

Regards
Shiok Guy
Users browsing this forum: No registered users and 2 guests