Hello admin,
everthing works correct now. Thank you for you help and a happy new year to the other continent from here: Europe ;) Really great your support.
display TTC price (tax included) on product page
(26 posts) (8 voices)-
Posted 4 months ago #
-
After an update today (version 5.3.8) I cannot find a file named eStore_advanced_configs.php. How can I set "DISPLAY_TAX_INCLUSIVE_PRICE'" now?
Thank you for help.Posted 1 week ago # -
You must have mixed up your zip file(s). If you get a new build of eStore today and update the plugin correctly by following the instruction then you would have v6.6.5:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-installation-and-usage-guide-31Posted 1 week ago # -
@admin: You are absolutely right! Could you implement this feature in the product settings?
Posted 1 week ago # -
Hey, I have just read this whole thread and am a little confused as to what to do. The code suggestion on the first page seems to be no longer relevant.
I am trying to get it to be so that when a person buys a product the tax amount is included in the shopping cart and not added after
so instead of getting thisSubtotal: $10.00
Tax: $1.50
Total: $11.50I am trying to achieve this
Price: $10.00
GST (15%): $1.50
Total: $10.00
I have adjusted the eStore_advanced_configs.php file to this
define('WP_ESTORE_DISPLAY_TAX_INCLUSIVE_PRICE', '1');//Set it to 1 to enable this
but haven't noticed any changes? Any help would be greatly appreciatedPosted 3 days ago # -
There is a lot of tweaks related discussion in this thread so it is easy to get confused.
You only need to make the following change to display *tax inclusive* price of your products when they are displayed.
Open the "eStore_advanced_configs.php" file and search for the following line of code:
define('WP_ESTORE_DISPLAY_TAX_INCLUSIVE_PRICE', '0');Once you find it change it to the following which will tell the plugin to show tax inclusive price:
define('WP_ESTORE_DISPLAY_TAX_INCLUSIVE_PRICE', '1');FYI - There is a difference between "Subtotal" and "Total". subtotal is the amount without *shipping* and *tax*.
Posted 2 days ago #
Reply
You must log in to post.