DevGroup-ru / dotplant2

E-Commerce CMS - Yii Framework 2 (yii2, shop)
http://dotplant.ru/
Other
641 stars 252 forks source link

Generate Product Options #324

Closed anggriawan-rilda closed 7 years ago

anggriawan-rilda commented 8 years ago

I try to create new product and want to add Product Options. but while I klik button add, its redirect to the same page and layout Generate Product Options is hide. how to use thats feature actually?. thanks

fps01 commented 8 years ago

@anggriawan-rilda I tested this case at the latest dp2 version and don't find this problem :( Product option generator using:

  1. I have a product (For example T-shirt) and a static property (color) with many static values (black, white, red, gold and gray).
  2. I open an editing page, select some colors (black and gold) in a Generate Product Option panel and press Generate button.
  3. Page is refreshed. And I see generated products on page bottom. Those products have all parent properties excludes color. This property has different values.

It's the simplest example of using this feature. Test it please. if problem will presist, tell us more information about your case.

anggriawan-rilda commented 8 years ago

in my Generate Product Options I didnt found items in dropdown id. while I klik add in Generate Product Options, page redirect to this link : http://anshop.ang/shop/backend-product/edit?parent_id=2&owner_id=7&returnUrl=%2Fshop%2Fbackend-product%2Fedit%3Fid%3D7%26returnUrl%3D%252Fshop%252Fbackend-product%252Findex

so how can I create. thanks image

bethrezen commented 8 years ago

@anggriawan-rilda first add properties to product. you can define properties in the corresponding admin section, after that attach property group to product and you'll be able to create child products with needed variations

Philosoft commented 7 years ago

no feedback