2

i want to create configurable product through programming how we can create this? I have 10000 up simple products and i have to implement functionality that create configurable products from this simple products

1 Answers1

0

Just create configurable products same as simple products but give them type as config product and associate simple product id to this config products

Mufaddal
  • 5,398
  • 7
  • 42
  • 57
  • You may also want to turn off product indexing while you are creating the products (it can be turned off programmatically) to speed up your product creation otherwise you may find it taking a while. – Roscius May 08 '12 at 17:43
  • how can we turn off product indexing programmatically? – Mufaddal May 09 '12 at 14:38
  • 1
    i have found link for doing this http://stackoverflow.com/questions/5420552/magento-programmatically-disable-automatic-indexing – Mufaddal May 09 '12 at 14:41