Closed anandpdoshi closed 10 years ago
Hi,
The requested pointer for the way Magento handles this is: http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-a-configurable-product , if you need any help or explanation please let me know. I can also set you up with our dev-store (admin pages) if you need more insight.
Please note: Item Group should be like categories and need sub categories e.g. group: workwear, sportswear .... sub group: (workwear) shoes, (workwear) trousers, (sportswear) shoes, (sportswear) shirts .... this is a basic way to filter items.
quote from earlier post:
" To give an idea we use Magento for our e-commerce site, in Magento we have a system to create a so called "Configurable Product " this is a kind of a Parent for Child products. This way Magento can show on the front side (store pages) the parent with the child items as options by selecting the option(s) the user selects the Child product in the database.
We extended this with a small script (for the admin) so we are able to enter the options we need on the Parent item and this will auto create the Child(s) item for this.
There is only one Parent that will act as a template for editing and visibility on the front-end pages."
Tom, Thanks for the link - we can use Item Group because its a tree structure. We will still need a way to define attributes so that they can be selectable in the shop pages.
On 24-Jul-2013, at 12:50 PM, Tomarnst notifications@github.com wrote:
Hi,
The requested pointer for the way Magento handles this is: http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-a-configurable-product , if you need any help or explanation please let me know. I can also set you up with our dev-store (admin pages) if you need more insight.
Please note: Item Group should be like categories and need sub categories e.g. group: workwear, sportswear .... sub group: (workwear) shoes, (workwear) trousers, (sportswear) shoes, (sportswear) shirts .... this is a basic way to filter items.
quote from earlier post:
" To give an idea we use Magento for our e-commerce site, in Magento we have a system to create a so called "Configurable Product " this is a kind of a Parent for Child products. This way Magento can show on the front side (store pages) the parent with the child items as options by selecting the option(s) the user selects the Child product in the database.
We extended this with a small script (for the admin) so we are able to enter the options we need on the Parent item and this will auto create the Child(s) item for this.
There is only one Parent that will act as a template for editing and visibility on the front-end pages."
— Reply to this email directly or view it on GitHub.
Hey, @anandpdoshi, @rmehta the issue https://github.com/webnotes/erpnext/issues/852, refers too for a Item Variant manager.
Something like that would be ideal so the user could handle variations, the problem is that there is no manager, or standard variations.
Looks awesome!
On Thu, Jan 2, 2014 at 10:59 AM, Maxwell notifications@github.com wrote:
Hey, @anandpdoshi https://github.com/anandpdoshi, @rmehtahttps://github.com/rmehtathe issue
852 https://github.com/webnotes/erpnext/issues/852, refers too for a
Item Variant manager.
Something like that would be ideal so the user could handle variations, the problem is that there is no manager, or standard variations.
[image: productgridlayout]https://f.cloud.github.com/assets/1288676/1830924/d5f9966e-736e-11e3-9082-a9ad835fe8c9.png
http://tympanus.net/codrops/2013/05/17/product-grid-layout/
— Reply to this email directly or view it on GitHubhttps://github.com/webnotes/erpnext/issues/622#issuecomment-31438360 .
merged with #2224