Inhalte aufrufen

Profilbild

Workaround to allow non-primary currency price on individual products?


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
Keine Antworten zum Thema vorhanden

#1 altmoola

altmoola

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 66 Beiträge

Geschrieben: 01 April 2020 - 22:54

I'm wondering if there is a relatively simple change to the code that would allow me to set a fixed price in a different non-primary currency on a product. For example, if my primary currency is USD and I want to have a product with a price that is fixed in CAD.

 

I took a look at the code and I believe there are a lot of changes that would need to be made to have this work, but maybe you guys know of a way to do it easily?

 

When I looked it seemed like I'd need to rewrite the PriceCalculationService, CurrencyService, OrderHelper, CatalogHelper, etc.