Jump to content

[SOLVED] Submit "Final retail price with tax"


Recommended Posts

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".

 

post-1316833-0-58327000-1480674097_thumb.jpg

 

post-1316833-0-55014400-1480674098_thumb.jpg

 

But how do I do that?

Can anyone help?

 

Best regards and thanks for helping,

 

Mikael

Edited by [email protected] (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...