Hi all!!
Could anyone help me ?
I am trying to set up a variable, similar to an automatic product ref..
I would like the variable to be automatically generated when a new product is entered into the catalogue ..
The variable is for a GTIN number - which begins which a seven digit constant number, then finishes with a six digit number which increases by 7 each product.
e.g "xxxxxxx000001","xxxxxxx000008","xxxxxxx000015","xxxxxxx000022","xxxxxxx000029",etc
Is it possible to reference the total number of products in the catalogue and then from that automatically generate the variable when you add a product? (eg "xxxxxx"& "(if([lastprodnumber]<10,"00000",if([lastprodnumber]<100,"0000",if([lastprodnumber]<1000,"000","00")))" & "[lastprodnumber]x7" )
where lastprodnumber = total products in catalogue.
I will be bulk adding these codes to my current catalogue, through hierarchical exports and imports, but would like it to be an automatic feature when adding more products.. Is this possible?
Could anyone help me ?
I am trying to set up a variable, similar to an automatic product ref..
I would like the variable to be automatically generated when a new product is entered into the catalogue ..
The variable is for a GTIN number - which begins which a seven digit constant number, then finishes with a six digit number which increases by 7 each product.
e.g "xxxxxxx000001","xxxxxxx000008","xxxxxxx000015","xxxxxxx000022","xxxxxxx000029",etc
Is it possible to reference the total number of products in the catalogue and then from that automatically generate the variable when you add a product? (eg "xxxxxx"& "(if([lastprodnumber]<10,"00000",if([lastprodnumber]<100,"0000",if([lastprodnumber]<1000,"000","00")))" & "[lastprodnumber]x7" )
where lastprodnumber = total products in catalogue.
I will be bulk adding these codes to my current catalogue, through hierarchical exports and imports, but would like it to be an automatic feature when adding more products.. Is this possible?
Comment