I recently started building a webshop using the cloud solution. I have A LOT of products that all have the same price and attributes (there are also a lot of attributes). So I created one product and just made duplicates. The only thing needed was a different product name/description, reference and image. Problem is that all of the attributes have the reference from the first product I created, and this has been duplicated as well - and I just realized this yesterday. I have up until now created 246 products, all of them with the same reference as the first one.
Is there any way to change all of the attribute references without having to go through each and everyone of them? Each product has 122 attributes, so the math is 246 x 122 = 30012 attributes - 122 (the first product) = 29890 different attributes that all need to be changed.
I know how I could do this automatically by writing a simple php script, but since I can't access the mysql database, this is worthless
Question
kellmann
Hi,
I recently started building a webshop using the cloud solution. I have A LOT of products that all have the same price and attributes (there are also a lot of attributes). So I created one product and just made duplicates. The only thing needed was a different product name/description, reference and image. Problem is that all of the attributes have the reference from the first product I created, and this has been duplicated as well - and I just realized this yesterday. I have up until now created 246 products, all of them with the same reference as the first one.
Is there any way to change all of the attribute references without having to go through each and everyone of them? Each product has 122 attributes, so the math is 246 x 122 = 30012 attributes - 122 (the first product) = 29890 different attributes that all need to be changed.
I know how I could do this automatically by writing a simple php script, but since I can't access the mysql database, this is worthless
Any ideas?
/Carl
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now