- This topic has 22 replies, 6 voices, and was last updated 11 years, 10 months ago by .
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › short code to show product price
Tagged: price including tax
Oh, didn’t think this would work but it seems to – so far!
<?php echo eStore_show_product_details($values[0],"price"); ?>
Is it possible to do a variation on this to show just the price but including the tax and if so how? Ideally it would be by a name in the short code descibed earlier but failing that by a php function as just stated.
Which shortcode are you referring to? Please paste the shortcode here.
Sorry, I was referring to [wp_eStore_product_details id=1 info=”name”] where if I use
info=”price” it gives the price excluding tax but I’d like to be able to gve the price including tax. This is significant issue in the UK where in many cases there is a legal requirement to only state prices including tax.
I have added option in the plugin that will allow you to show tax inclusive price with that shortcode. You will be able to use the following:
[wp_eStore_product_details id=1 info="price_tax_inclusive"]
That’s brilliant! Thank you.
Is it possible to make the new short code round the amounts? For example, what should display as 4.95 is showing as 4.956
I have corrected this in the plugin so it will show this price amount correctly.