digitalpenguin / Commerce_MultiLang

A module for Commerce on MODX which adds multi-lingual products.
https://www.digitalpenguin.hk
5 stars 0 forks source link

No 'Multilangual Product' in dropdown #4

Open hitodev opened 3 years ago

hitodev commented 3 years ago

No 'Multilangual Product' in dropdown after installation

Babel : installed LangRouter: installed Commerce : 1.2 in test mode MODX Revolution 2.8.2-pl

Commerce products are Resources product, and I don't know if this extra can work with this workflow/method Any way when I go to Commerce, edit or create new product there is no additional option.

Mark-H commented 3 years ago

Did you enable the multilang module in commerce > configuration > modules?

hitodev commented 3 years ago

I just enabled the module, now I have the "Multilingual product". Thanks ! However as I use Resource product type (with Collection), I don't know if I can switch and use your extra... Could you tell me if I switch to "Multilingual Product" I will see translation options in Collection ressources ?

muzzwood commented 3 years ago

Hi @hitodev, This module just enables different languages on the product itself. So you'll only see fields for different translations on the edit product form. (Accessed via either the Commerce Products tab in the manager, or via a Products TV on the resource).

For displaying values to a customer from a resource e.g. pagetitle, introtext, or other TVs (not via the product edit form), then you could set your site up to be multilingual in a more typical way using Babel and LangRouter (or XRouting).

Hope that helps! :)