- Posts: 69
- Thank you received: 1
Retail Price
13 years 5 months ago #99585
by BasketBox
Retail Price was created by BasketBox
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.
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.
13 years 5 months ago #99590
by Jerome
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.
Replied by Jerome on topic Retail Price
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,
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.
13 years 5 months ago #99594
by BasketBox
Replied by BasketBox on topic Retail Price
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.
The config shows $USD only.
I saved again and nothing changes.
Please Log in or Create an account to join the conversation.
13 years 5 months ago #99702
by Xavier
Replied by Xavier on topic Retail Price
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.
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.
13 years 5 months ago #99710
by BasketBox
Replied by BasketBox on topic Retail Price
Please Log in or Create an account to join the conversation.
13 years 5 months ago #99837
by Jerome
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.
Replied by Jerome on topic Retail Price
Hi,
And which currency is displayed in the backend for the MSRP option ?
Regards,
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.
13 years 5 months ago #99848
by BasketBox
Replied by BasketBox on topic Retail Price
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.
13 years 5 months ago #99925
by Xavier
Replied by Xavier on topic Retail Price
Hi,
In the view "product / listing_price" can you try to replace:
By:
In the view "product / listing_price" can you try to replace:
Code:
$currCurrency = $app->getUserState( HIKASHOP_COMPONENT.'.currency_id', '1');
Code:
$currCurrency = $app->getUserState( HIKASHOP_COMPONENT.'.currency_id', $mainCurr );
Please Log in or Create an account to join the conversation.
13 years 5 months ago #99959
by BasketBox
Replied by BasketBox on topic Retail Price
Hi, yes that works. Will this be a fix for the next release?
Please Log in or Create an account to join the conversation.
13 years 5 months ago #99961
by Jerome
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.
Replied by Jerome on topic Retail Price
Hi,
Yes, it will.
Regards,
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.190 seconds