I manage two websites and i need to copy a group of several products from one site to another. does anyone know if this is even possible?
I manage two websites and i need to copy a group of several products from one site to another. does anyone know if this is even possible?
you could do this using a program like phpMyAdmin. you could do a select * from all the relevant tables (products products_description ect...) and then use the export function.
JOsh