photopcf / magja

Automatically exported from code.google.com/p/magja
0 stars 0 forks source link

Creating a Configurable Product #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Implemented the test create configurable product with the proper Id values
2. Run it as it is implemented

The cponfigurable product gets created and the simple product gets created, but 
when I go look at the product in the admin and I edit the configurable product 
it always ask me for the configurable attributes that need to be selected and 
the associated product is not there.  What am I doing wrong. I have everything 
the same as the test case.

Running WAMP with 1.11

Original issue reported on code.google.com by kda...@gmail.com on 30 Aug 2011 at 2:18

GoogleCodeExporter commented 8 years ago
maybe your didn't put the configurable attributes on the Attribute Set, or 
didn't set the Attribute Set to the product, on the test case 
ProductRemoteServiceTest we are using a attribute set with id 9, on the magento 
side we put the configurable attributes on that attribute set. Beware with the 
options Id's for each attribute too, it has to be the same id option in 
magento. If you continue to have problems after review that, put your code 
here. tell us your magento version and magja version too.

Original comment by andre.m....@gmail.com on 30 Aug 2011 at 10:27