woocommerce / woocommerce-wpec-converter

A converter extension to bring WP eCommerce data over to WooCommerce.
7 stars 2 forks source link

Doesn't Convert Image Gallery #1

Closed BFTrick closed 10 years ago

BFTrick commented 10 years ago

The converter will copy over featured images but it won't copy any additional images.

From MJ:

I think we're missing the newer gallery ids meta field. _product_image_gallery needs to be a comma separated list of image IDs for the gallery. Get that from the attachments.

I'm not 100% sure how WPEC stores images, but if they are just attachments on a product this would have worked previously. However, now we use the meta field for better control, so the IDs need collecting and saving. I don't think you need to generate any new thumbnails as it should be done already.

ref: ZD 193585 & 198588

cc @ChromeOrange @antondevilliers

BFTrick commented 10 years ago

Just documenting this for my own knowledge and anyone else if they're interested.

WooCommerce product galleries are stored in the wp_postmeta table. Ex.

meta_id post_id meta_key meta_value
1321 71 _product_image_gallery 72,88