Retail Price

  • Posts: 69
  • Thank you received: 1
11 years 6 months ago #99585

How do you remove the first currency from MSRP on front end?

I manage to change the language file to read MSRP but I need to delete the euro price and leave the dollar price on the product page: 32,74 € ($42.99)

My currency config only has the US $ enabled.

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

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
11 years 6 months ago #99590

Hi,

In the backend, you can set the "Retail price" for your product.
The default currency would be printed just after the input box.

If the currency is not the right one, it means that you have to re-save your configuration in order to store the right currency in the database.
Most of time, if the default currency is not published, HikaShop would use the first published one, but it does not work like this everywhere.

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: 69
  • Thank you received: 1
11 years 6 months ago #99594

The backend only shows $USD next to the product price. I only have one currency I'm using to display.
The config shows $USD only.
I saved again and nothing changes.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #99702

Hi,

Yes you can only set the retail price in the main currency, but in the frontend it's displayed in the customer's currency.

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

  • Posts: 69
  • Thank you received: 1
11 years 6 months ago #99710

I don't have a currency converter active on my site. How can I remove the euro currency? This only happens when retail price is active.

Attachments:

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

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
11 years 6 months ago #99837

Hi,

And which currency is displayed in the backend for the MSRP option ?

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: 69
  • Thank you received: 1
11 years 6 months ago #99848

Hi, main currency is set at $USD. There is only one to select. I use no other currency.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #99925

Hi,

In the view "product / listing_price" can you try to replace:

$currCurrency = $app->getUserState( HIKASHOP_COMPONENT.'.currency_id', '1');
By:
$currCurrency = $app->getUserState( HIKASHOP_COMPONENT.'.currency_id', $mainCurr );

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

  • Posts: 69
  • Thank you received: 1
11 years 6 months ago #99959

Hi, yes that works. Will this be a fix for the next release?

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

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
11 years 6 months ago #99961

Hi,

Yes, it will.

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.

Time to create page: 0.083 seconds
Powered by Kunena Forum