Active
Project:
UC Ship2Country
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2011 at 17:13 UTC
Updated:
17 Mar 2011 at 00:21 UTC
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
Comment #1
cigotete commentedabout "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.
Comment #2
cigotete commentedthe 6x-1.x-dev version was installed, and give the same problem.
Comment #3
designbysoil commentedAre 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.
Comment #4
cigotete commentedHi 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.