Group multiple attribute terms in a cell
-
Hi!
Not easy to describe and be understood in english but i will try :
I try to import some variables products from csv.There are some attributes only visibles and other usefull to create variables.
Two of my attributes are ‘In variations”, but don’t change product price.
So, i try to group multiple terms in a single cell (seperated with pipe |) instead of create each variations with each term in differents rows.So, here is how my csv looks like :
>https://i.ibb.co/S6jxB06/help-import.jpg
(first row is parent product, others rows are variations)
(‘Hauteur’, ‘Largeur’, ‘Tarif’, ‘Motorisation’ are variables that change price product)
(‘Sens ouverture’ and ‘colors’ doesn’t change price product and are avalaibles for all the 12 variations).Unfortunately, all my variables created products have only ‘Blanc’ as a color and ‘Coulissant droit’ as a ‘sens ouverture’, all the others terms are missing.
I try to find a php function but i did’nt find something that work : https://www.wpallimport.com/documentation/developers/code-snippets/#change-delimiter-used-when-retrieving-multiple-elements-with-xpath
How can i make it works ?
Thanks!
The topic ‘Group multiple attribute terms in a cell’ is closed to new replies.