Home Forums WoodMart support forum Use images from product variations Reply To: Use images from product variations

#44153

Artem Temos
Keymaster

WooCommerce system doesn’t provide frontend with all variations if their number is bigger than 40. And because of that images for some variations are not available in the template file. You can fix it by adding the following line to the file woodmart/woocommerce/single-products/add-to-cart/variable.php between lines #41 and #42

$available_variations = $product->get_available_variations();

Regards