Active
Project:
Commerce per user price
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2018 at 18:52 UTC
Updated:
6 Sep 2018 at 17:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dj1999 commentedBetter this patch.
Comment #3
dj1999 commentedComment #4
dj1999 commentedI prepared a bigger patch for handle currency and tax component the commerce price.
Added an update hook for install file to prepare new column the product_price_list table and prepare some index too.
Be careful on production site because after database update will run a script on table and change all prices to commerce price format base on currency decimal.
Comment #5
dj1999 commentedMut have a mistake everytime. Here is the correct patch.
Comment #6
dj1999 commentedComment #7
dj1999 commentedUnfortunately swapped the decimal -> amount conversion function. Now tested USD too not just HUF.
Comment #8
dj1999 commentedThis patch prevent to call undefined function if commerce_tax module is not enabled.
Comment #9
dj1999 commentedComment #10
dj1999 commentedComment #11
arvind.kinjaHi dj1999,
Thanks for providing patch.
I look into this.