Mikael Mortensen Posted December 2, 2016 Share Posted December 2, 2016 (edited) Hi Prestashoppers, I have a problem with my Prestashop 1.6.1.6: When I make a new product, I would like to be able to submit the product price as "Final retail price with tax". I can not see how to do this, and can not find any add-ons that solve the problem. I have attached pictures of my shop when pricing a product. And also a picture of the Help menu, where it is stated, that it is possible to fill out the "retail price with tax". But how do I do that? Can anyone help? Best regards and thanks for helping, Mikael Edited December 20, 2016 by [email protected] (see edit history) Link to comment Share on other sites More sharing options...
Ivanbron Posted December 16, 2016 Share Posted December 16, 2016 (edited) It is very well hidden but here is the solution: CUSTOMERS -> GROUPS -> EDIT (Do this for each group) In next window Drop Down for "Price Display Method" and select "Tax Included" Voilà! Edited December 16, 2016 by Ivanbron (see edit history) Link to comment Share on other sites More sharing options...
Mikael Mortensen Posted December 19, 2016 Author Share Posted December 19, 2016 Hi Ivanbron, Thanks for your input. But I allready have this set to "Tax included", and as far as I can tell, this does not have any effect on the way you create products. Can anybody tell me how you set the price for products? Do you all set the price with "tax excl", or is it just my version of the Prestashop (1.6.1.6 default bootstrap) that is built this way? Hope someone can help me, as this is a big problem for me... Best regards, Mikael Link to comment Share on other sites More sharing options...
DataKick Posted December 20, 2016 Share Posted December 20, 2016 Verify that Display tax label (e.g. "Tax incl.") settings is enabled in Localization > Countries > [ your country ] For some reason, if it's disabled, you can't edit Final retail price with tax If it's disabled, and you really need it to be, than you can simply edit template and get rid of this check: edit line 197 of <admindir>/themes/default/template/controllers/products/prices.tpl and replace <div class="form-group" {if !$country_display_tax_label || $tax_exclude_taxe_option}style="display:none;"{/if} > with <div class="form-group"> Link to comment Share on other sites More sharing options...
Mikael Mortensen Posted December 20, 2016 Author Share Posted December 20, 2016 Hi DataKick, Thanks for your input. I can't seem to find the prices.tpl file. Maybe it's because my version is 1.6.1.6 and yours in not? But your help pointend me in the right direction: I have just changed the following: in controllers/admin/AdminProductsController.php I changed $data->assign('country_display_tax_label', $this->context->country->display_tax_label); to $data->assign('country_display_tax_label', '2'); And now everything works perfect! Thank you very much for your help - it is appreciated! Best regards, Mikael Link to comment Share on other sites More sharing options...
DataKick Posted December 20, 2016 Share Posted December 20, 2016 Glad I could help Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now