Active
Project:
Feeds Tamper
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2012 at 07:47 UTC
Updated:
19 Dec 2014 at 01:45 UTC
Jump to comment: Most recent
Hi, with explode we can build a term row with different colors attached to one product.
I would like to have the opposite. That when there are different colors in a row everything in the row is cloned based on how much variations there are in the cell. And the different rows should have an unique SKU
SKU,title, price, colors
10001, apple, 1 , yellow, green
The end result with correct mapping and SKU math SKU = SKU+ 1 should be 2 products:
SKU. Title. Price. Color
10001 Apple 1 Yellow
10002 Apple. 1 Green
Thanks a lo in advance for your reply
Greetings, Martijn
Comments
Comment #1
office@w3k.at commentedDon`t we want something more like this?
SKU,title, price, colors
10001, apple, 1 , "yellow/green/blue"
Should become 3 products:
SKU, Title, Color
10001-Y Apple 1 Yellow
10001-G Apple. 1 Green
10001-B Apple. 1 Blue
Comment #2
samwilson commentedThis would be a useful thing; is there currently any way of achieving it?
Comment #3
Collins405 commentedHas anyone figured this out yet?
I thought making the field unique and using explode might achieve this but it doesn't