Kurre Posted December 4, 2019 Posted December 4, 2019 I use 2.3.4.1 CE bootstrap version. Is there any mod that let the customer choose between displaying the prices including or excluding VAT
milerwan Posted December 4, 2019 Posted December 4, 2019 No, it is the shop owner that decides if prices must be displayed with or without tax. But you can add little codes to display near the price incl. tax, the price excl. tax. Here is a module that allows that : https://apps.oscommerce.com/83MkK&display-tax-below-price-for-osc-2-3-1 Personally I limited this type of display only to the product sheet (my own code, screenshot attachment). Osc v2.3.4 BS "custom" PHP 7.3 compatible (710 modified files => o_O')
♥raiwa Posted December 4, 2019 Posted December 4, 2019 2.3.4.(1)Bootstrap CE versions are here available:Display Tax Info Phoenix is here:Display Tax Info Phoenix About Me: http://www.oscommerce.com/forums/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets
René H4 Posted December 4, 2019 Posted December 4, 2019 Nice Rainer, I have asked this forum for this some 4-6 weeks ago about this, but the message remained un-replied. I am in desparate need of this. One of my competitors displays their prices less tax (which is 21% here in NL). Allthough this is not allowed by EU regulation, I think I loose a lot of business to them because of this. This add-on helps a lot, I am glad it's modularised! Phoenix is one step closer....
Kurre Posted December 6, 2019 Author Posted December 6, 2019 Thanks everyone for answer! To the old version of osCommerce I remember there was a mod that you could use that let the customer choose if he wanted to see prices excluding or including VAT in the shop. But I can use this that shows what it is anyway so the customers know, I have a client that wants to show prices excluding VAT but i Sweden it's more normal to show them including VAT.
René H4 Posted December 7, 2019 Posted December 7, 2019 19 hours ago, Kurre said: i Sweden it's more normal to show them including VAT. "normal" is an understatement. By EU law you MUST show prices incl. VAT if you sell to privte persons. You ARE allowed to display without tax, but only if you sell to companies ONLY. And you have to state this on your site explicitly. HTH
YePix Posted December 7, 2019 Posted December 7, 2019 for all who use ajax_onchange_price.php. Output of the prices net and gross including price change for attributes ajax_onchange_price.php find this code $products_price = $currencies->display_price($modified_price, tep_get_tax_rate($product_info_ajx['products_tax_class_id'])); and replace with $products_price = '<div><font color="#666666"> ( '; $products_price .= $currencies->display_price($modified_price, ''); $products_price .= TAX_INFO_OFF . ' )</font></div>'; $products_price .= $currencies->display_price($modified_price, tep_get_tax_rate($product_info_ajx['products_tax_class_id']));
Kurre Posted December 9, 2019 Author Posted December 9, 2019 On 12/7/2019 at 1:30 PM, YePix said: for all who use ajax_onchange_price.php. Output of the prices net and gross including price change for attributes ajax_onchange_price.php find this code $products_price = $currencies->display_price($modified_price, tep_get_tax_rate($product_info_ajx['products_tax_class_id'])); and replace with $products_price = '<div><font color="#666666"> ( '; $products_price .= $currencies->display_price($modified_price, ''); $products_price .= TAX_INFO_OFF . ' )</font></div>'; $products_price .= $currencies->display_price($modified_price, tep_get_tax_rate($product_info_ajx['products_tax_class_id'])); Is this a mod with that file ?
René H4 Posted December 9, 2019 Posted December 9, 2019 2 hours ago, Kurre said: Jag antar att jag var lite oklar med det, tack för rättelsen. Jag har en klient som säljer mest till företag men vissa privatpersoner till, det är därför jag behöver en mod för kunder att ändra moms och exkl moms ???
Kurre Posted December 9, 2019 Author Posted December 9, 2019 1 hour ago, René H4 said: ??? Sorry, wrong language.. 😃 I guess I was a bit unclear about that, thanks for the correction. I have a client who sells mostley to companies but some to private individuals to, that's why I need for the customers to change VAT to incl and excl VAT
YePix Posted December 9, 2019 Posted December 9, 2019 Hi, yes it is already clear. My code is based on all prices incl. And excl. VAT. The assumption is the use of ajax attribute price change https://apps.oscommerce.com/1HBzP&ajax-attribute-price-change
jawadakr Posted December 30, 2019 Posted December 30, 2019 small problem. after enabling the module and I can see that tax zone , tax rates and store zone is added. basically one Zone for every thing and all the products are added with taxable zone. I am only seeing the message. no amount. Any idea about it ?
gritsop Posted January 24, 2020 Posted January 24, 2020 Hello I have installed the module to Phoenix version 1.0.4.0 and once enabled and selected the page that the tax info should be displayed (product_info.php) I get browser "error 500 The website cannot display the page". if the page is unselected, then it is shown correctly. I have followed the installation instructions line by line but still the error is here. Any help appreciated.
Peper Posted February 14, 2020 Posted February 14, 2020 On 12/4/2019 at 7:57 PM, milerwan said: No, it is the shop owner that decides if prices must be displayed with or without tax. But you can add little codes to display near the price incl. tax, the price excl. tax. Here is a module that allows that : https://apps.oscommerce.com/83MkK&display-tax-below-price-for-osc-2-3-1 Personally I limited this type of display only to the product sheet (my own code, screenshot attachment). @milerwan May i ask if you are willing to share the net, gross price display? Getting the Phoenix off the ground
Recommended Posts
Archived
This topic is now archived and is closed to further replies.