Domanda

Sotto un unico www.domain.com URL, devo implementare un negozio internazionale che fa il seguente:

1) Identificare paese del cliente (Done)

2) Identificare la lingua del browser del cliente (Done)

3) corrisponde alla lingua del browser con una scelta di traduzioni realizzate (circa 10) e mostrare il front-end e negozio in quella lingua. Se non è supportata, ripiegare a Inglese.

4) Carico quel paese specifico del cliente messa in vendita (abbiamo 180! La maggior parte sono in dollari) e mostrarlo.

Qualche suggerimento accettato!

È stato utile?

Soluzione 2

thank you very much for your reply.

Despite our greatest efforts we did not find much support in the Magento community so we had to implement another e-commerce platform. Community support in there was somewhat more "cooperative" and the software platform is much easier to comprehend and to tweak to support 180 different price listings, therefore we are now selling our products on that platform.

Altri suggerimenti

What we have done in the past with this sort of request is to create a table where you can store mappings of browser language to store.

Then when you are catching the user hitting the site you compare their browser language with your look-up table, if there is a match then simply redirect the user to the appropriate store.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top