Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › display TTC price (tax included) on product page
Tagged: german tax, included tax, price, Regional Sales Tax, tax, tax included price, VAT
- This topic has 29 replies, 9 voices, and was last updated 12 years, 1 month ago by admin.
-
AuthorPosts
-
October 12, 2011 at 5:53 am #29485DenisCGNMember
Hi,
it will be good to have that option in the wizzard.
I dont use tax. at the end i want to calculate:
$included TAX = GRANDTOTAL * 0,1597
Now I only need to display it in the cart. and show it in the invoice.
How does that work?
Denis
October 12, 2011 at 11:27 pm #29486adminKeymasterThat looks like a 15.97 % tax. So you should be able to enter “15.97” in the tax rate field of eStore and eStore will apply the correct tax in there. The cart will then pass this value as tax to the Payment gateway.
WP eStore has an email tag called “{total_tax}” that you can use to dynamically place the tax amount charged in the email. All the available email tags are listed here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
December 29, 2011 at 2:45 pm #29487ramonaParticipant@amin007: I updated the plugin today. Have you included a settings option for this tax feature? And if yes where is it? At the moment my shop shows the price without tax. I cannot modify with the help of your instructions above because you have modified the plugin in general.
December 30, 2011 at 11:57 am #29488adminKeymasterDidn’t add a settings option for this yet. I will look into it tomorrow.
January 1, 2012 at 1:48 pm #29489adminKeymasterOkay updated the plugin for this feature.
1. Download a new build of the plugin from here:
https://support.tipsandtricks-hq.com/update-request
2. 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');
At the moment I have added this option for Fancy display 1 and 2 as they are the most popular. Later I will add this option for the rest of the fancy displays.
Let me know how it goes.
January 1, 2012 at 4:07 pm #29490ramonaParticipantHello 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.
May 9, 2012 at 9:53 am #29491ramonaParticipantAfter an update today (version 5.3. I cannot find a file named eStore_advanced_configs.php. How can I set “DISPLAY_TAX_INCLUSIVE_PRICE'” now?
Thank you for help.
May 9, 2012 at 11:51 pm #29492adminKeymasterYou 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-31
May 10, 2012 at 3:13 pm #29493ramonaParticipant@admin: You are absolutely right! Could you implement this feature in the product settings?
May 19, 2012 at 3:56 am #29494LeodoreMemberHey, 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 this
Subtotal: $10.00
Tax: $1.50
Total: $11.50
I 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 appreciated
May 19, 2012 at 11:44 pm #29495adminKeymasterThere 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*.
October 11, 2012 at 7:49 am #29496carlyblack206MemberHi, I have entered all prices already including tax and then I clicked the calculate tax button and it’s adding the cost on top of what I already input in all my products.
is there a way to show what the tax amount included is without me having to go back and change all the pricing to excluding gst? (tax)
October 12, 2012 at 1:23 am #29497adminKeymasterIf you include tax inclusive prices as your product price then you have no need to check the “calculate tax” option. That option is for users who want to separately calculate tax. You can simply put a message like the following on your store or product page:
All prices shown are tax inclusive
October 12, 2012 at 1:51 am #29498carlyblack206MemberHi Admin, thanks for that, is there a way that I can get the tax to show separately using the above? or does that get too complicated? I’d just like to be able to show the GST Inclusive amount at the cart step.
October 13, 2012 at 2:12 am #29499adminKeymasterIf you have already specified “Tax Inclusive Price” as your product price then there is no way to show the tax separately in the cart.
-
AuthorPosts
- You must be logged in to reply to this topic.