Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Mass near-duplication of products?


Guest

Recommended Posts

Posted

Say I have a category with products named "A" through "Z". I need to create an additional category with products named "FOIL A" through "FOIL Z", keeping all the information about models, weights, etc. from the original A-Z products intact.

 

Is there an easy way to do this? My store will eventually have over 1000 products, each with a near-duplicate "FOIL" product, so I stand to save _many_ tedious hours of typing if there's some way to duplicate this information. :)

 

Thanks!

Posted
Say I have a category with products named "A" through "Z". I need to create an additional category with products named "FOIL A" through "FOIL Z", keeping all the information about models, weights, etc. from the original A-Z products intact.

 

Is there an easy way to do this? My store will eventually have over 1000 products, each with a near-duplicate "FOIL" product, so I stand to save _many_ tedious hours of typing if there's some way to duplicate this information. :)

 

Thanks!

depends on your skill. the admin console allows you to copy a product as a "duplicate". but you would need to do this one by one which could take a long time.

 

I think there is a contribution that will help, but you would need to search as it's been a long time since I saw it.

 

if you got game writing code, you could write some SQL to do a lot for you.

 

B)

Posted

Installing the EasyPopulate contribution is a good investment.

You can then prepare your files in xls, one record per product with all necessary details; including attributes and categorization

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...