• I have used Lebe theme with AliDropship Woo plugin in our WordPress CMS project.

    After the configuration of this theme and plugin, I’ve added products with an AliDropship extension. All product pages are working well according to our requirement. Variation image mechanisms are working in the product details page, but the images of different variation products are empty on the front side. Already we’ve added different images to the admin side for the product pages and also added plugin Product Variation Swatches for WooCommerce.

    Already I have set all of the settings according to the requirement of the AliDropship plugin system. Please check this issue for me and let me know.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • same here… It doesn’t work since the last woocommerce update…
    Need help!

    kaytellehoel

    (@kaytellehoelgmailcom)

    Color variations and image variations are not showing at all. I also can’t find the configuration settings in the menu.

    @shopmin30 @kaytellehoelgmailcom

    Which theme are you guys using?

    Thank You

    Hello,

    I have products with variations, so at the moment i use color swatches.
    Work fine.
    I inject directly in mysql db the hex code for color for every variations, but now i want to use image instead for every variations, i can inject picture url for every variation but where i can define it on the db “postmeta”=> _swatch_type_options ?
    or postmeta -> _product_attributes

    But now i want to use thumbnails of variation instead color ball.
    In mysql db for color swatches i have:
    …s:32:”bc015ffs54d66f49fsd545fs03440f”;a:3:{s:4:”type”;s:5:”color”;s:5:”color”;s:7:”#ffffff”;s:5:”image”;i:0;}}}}

    To use image i remplace type by image
    …s:32:”bc015ffs54d66f49fsd545fs03440f”;a:3:{s:4:”type”;s:5:”image”;s:5:”color”;s:7:”#ffffff”;s:5:”image”;i:0;}}}}

    When i did that my color ball are converted to image in html code generated by the website. but ball don’t contain the variable picure but default generic picture (placeholder.png) for all variations product.
    How i define in the db code the url of thumb that i want to swatche use?

    The code seem to need ” attribute_image_src ” where i can inject this on every variation in mysql db? :

    a id="_swatch_type_options_<?php echo $key_attr; ?>_<?php echo $attribute_term['id']; ?>_color_preview_image" href="javascript:;"
    																				   class="image"
    																				   style="width:16px;height:16px;<?php echo $current_attribute_type == 'image' ? '' : 'display:none;'; ?>">
    																					<img src="<?php echo $current_attribute_image_src; ?>" class="wp-post-image" width="16px" height="16px" />
    																				</a>

    Best regards.

    I have same problem, did anyone solved it

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Product Variation Images are not showing’ is closed to new replies.