frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
21.85k stars 7.33k forks source link

A way to handle Item variants when selecting an Item in webshop #622

Closed anandpdoshi closed 10 years ago

anandpdoshi commented 11 years ago
--- Want to back this issue? **[Place a bounty on it!](https://www.bountysource.com/issues/988864-a-way-to-handle-item-variants-when-selecting-an-item-in-webshop?utm_campaign=plugin&utm_content=tracker%2F266088&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F266088&utm_medium=issues&utm_source=github).
Tomarnst commented 11 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."

rmehta commented 11 years ago

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.

MaxMorais commented 10 years ago

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.

productgridlayout

http://tympanus.net/codrops/2013/05/17/product-grid-layout/

anandpdoshi commented 10 years ago

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 .

rmehta commented 10 years ago

merged with #2224