display products net price in the new mail

  • Posts: 107
  • Thank you received: 0
11 years 4 weeks ago #129825

Hi,

Hikashop displays in "Order creation notification" Mail product total prices (product net price + tax) in every product position.
I need product net prices without tax in the product positions.
Tax Position below Product positions schould remain.
Total Position below Tax Position schould remain too.

In the old Mail it was $config->set('price_with_tax',0);
After Update to 2.2.2 it does'nt work

How to?
Thanks

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13378
  • MODERATOR
11 years 4 weeks ago #129883

Hi,

We now use the value option "Show taxed prices" of the configuration of HikaShop in order to display prices with or without taxes in the emails.
Simply change that option to "without taxes".

Please Log in or Create an account to join the conversation.

  • Posts: 107
  • Thank you received: 0
11 years 4 weeks ago #129981

Hi,

It works in the emails
But it makes another problem
In the category view with products is the price with tax displayed
And in the product view is the price without tax displayed
It makes irritate customers
I need the same price in the category view and product view
The best way, I need both price without tax and price with tax
And in the mails I need the way, as the option "without taxes" is choosen

How to?
Thanks

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 4 weeks ago #130203

Hi,

To display both prices in the listing, there is an option in the menu/module parameter for that.
In the product page, you can add the following code line on the view "product / show_default" via the menu Display > Views:

$this->params->set('price_with_tax',2);
Just before:
$this->setLayout('listing_price');
To force the display of the both prices.

Please Log in or Create an account to join the conversation.

  • Posts: 107
  • Thank you received: 0
11 years 2 weeks ago #131740

Hi,

it works, thanks

I have one problem more

I need both prices in the category view too

It is displayed only price with tax now

How to?

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
11 years 2 weeks ago #131818

Hi,

You have attached a product listing module to your category listing menu.
So you have to change the option in the product listing module which is attached to the category listing menu that you want to modify.

You have to remove the code gave you by Xavier in order to not force this option. Because if you force it... Well it is forced so you can't change it :)
And at this moment, you have to use the options, like he said

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 107
  • Thank you received: 0
11 years 2 weeks ago #131958

Hi,

I have changed the option "Show taxed prices" in the product listing module from "inherit" to "no tax", then from "no tax" to "display both"
It has'nt brought any changes
It displayes only prices with tax

What am I doing wrong?

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13378
  • MODERATOR
11 years 2 weeks ago #132116

Hi,

That's the correct setting. Are you sure that you did the change in the correct module ? Maybe you could do the change for all the products listing modules ? That way, you'll be sure that you did the change in the correct module.

Please Log in or Create an account to join the conversation.

  • Posts: 107
  • Thank you received: 0
11 years 1 week ago #132350

Hi,

how can I do the changes for all the products listing modules?
What is the way to do it?

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
11 years 1 week ago #132708

Hi,

You can:
- change the default option in the HikaShop configuration (and check that your modules have "inherit" for the tax display).
- edit all "product listing" modules to set the option value manually.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 107
  • Thank you received: 0
11 years 1 week ago #133255

Hi,

I cannot understand what it is to do.

"- change the default option in the HikaShop configuration (and check that your modules have "inherit" for the tax display)."

I have changed it to "No Tax"

- edit all "product listing" modules to set the option value manually.

What does this sentence mean? What have I to edit? Where? How can I set the option manually?

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13378
  • MODERATOR
11 years 1 week ago #133331

Go in the menu Display->Content modules/menus and edit each products listing menu/module and configure that option for each one and it will work.

Please Log in or Create an account to join the conversation.

  • Posts: 107
  • Thank you received: 0
11 years 6 days ago #133462

Hi,

it works
It was content menu "Shop", "Associated modules", "Associated products listing for category "

Thank You very much

Please Log in or Create an account to join the conversation.

Time to create page: 0.087 seconds
Powered by Kunena Forum