Hi and thanks for advance.

I edit a product and select the country, but when I return to edit that product, the country is not selected. Also when you 'Review Order', the country is not restricted to the country selected.

Comments

cigotete’s picture

about "Also when you 'Review Order', the country is not restricted to the country selected.": I try this because can be possible that the country is selected and stored in database but is no returned the current selection to the Product Edit interface.

cigotete’s picture

the 6x-1.x-dev version was installed, and give the same problem.

designbysoil’s picture

Are you using product classes? Because it seems the module saves the data only when the node type is "product" or "product kit". Conditions on line 15, 49 in *.module file would need to be modified to detect product classes or any other suitable solution.

cigotete’s picture

Hi designbysoil, thanks for take time to answer.

You have reason. was added the new class, and the country is stored. very thanks for your advice.