2 prices

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi,

We are working on developing a book store using the Nopcommerce infrastructure.
Our sales department has a requirement to be able to hold 2 different prices for each product, one in USD currency  and one in NIS currency.

They are not interested in converting the base price according to an exchange rate or fixed rate,
Because each product has its own conversion rule.

What is the right way to fulfill this requirement?

Thanks
Devora Weyl
5 years ago
The system does have 2 prices that can be displayed on a product page
1. The selling price - in USD (or what ever currency is primary)
2. Old price or call it Recommended Retail - or in your case call it NIS Price.

Shown on the page as

Old price: $2.00
Price: $1.00

This text "Old price" can be changed by editing the Language String setting Products.Price.OldPrice

But once a product is added to the cart then it only displays the selling price and this is what is used in all calculations - after that the Old Price is not diplayed anywhere again.

You would just need to change some CSS as the Old Price is currently displayed with a line (cross out) through it.
5 years ago
Yidna wrote:
The system does have 2 prices that can be displayed on a product page
1. The selling price - in USD (or what ever currency is primary)
2. Old price or call it Recommended Retail - or in your case call it NIS Price.

Shown on the page as

Old price: $2.00
Price: $1.00

This text "Old price" can be changed by editing the Language String setting Products.Price.OldPrice

But once a product is added to the cart then it only displays the selling price and this is what is used in all calculations - after that the Old Price is not diplayed anywhere again.

You would just need to change some CSS as the Old Price is currently displayed with a line (cross out) through it.


he's asking for 2 currency system not 2 prices, I guess.
5 years ago
Well I suppose you need to clarify what they actualy want.
It does not make sense to pay in 2 currencies ?
What does NIS Stand for ?
Depending on what they actually want displaying the dual currency in all places could be done with some customisation.
Not that I know what they want but anything more could take a lot of work.
5 years ago
Hi,

Thanks for your answer, sorry for our delay.
Our store is translated to 2 languages.
For each language we would like to have a different price for the same product, without using exchange rating.
For example: a book in the English site that cost 10$ , will cost 30 NIS in the Hebrew site
And a different book that costs 20$ in the English site, will cost 150 NIS in the Hebrew site.
The price of the product must be displayed and calculated through the whole purchase process.
We would like to avoid having two stores online.

Hope now the question is clear.

Thanks in advanced
Devora
5 years ago
HELPDESK555 wrote:
Hi,

Thanks for your answer, sorry for our delay.
Our store is translated to 2 languages.
For each language we would like to have a different price for the same product, without using exchange rating.
For example: a book in the English site that cost 10$ , will cost 30 NIS in the Hebrew site
And a different book that costs 20$ in the English site, will cost 150 NIS in the Hebrew site.
The price of the product must be displayed and calculated through the whole purchase process.
We would like to avoid having two stores online.

Hope now the question is clear.

Thanks in advanced
Devora


Hi HELPDESK555,

Clearly u can use multiple store.

Have a nice day.
5 years ago
Alternatively you would need to customise the site.
Detect the current language and display the price accordingly
5 years ago
You can create one store per language and then with the tier prices feature you will be able to specify different prices per store.  For the store you can set the default language and for language you can set the default currency. Then restrict languages and currencies specific to store.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.