I did this but nothing happens:
function woo_product_images() {
global $product;
$attachment_ids = $product->get_gallery_attachment_ids();
return $attachment_ids;
}
and use as tag {echo:woo_product_images} in widget Image gallary
I did this but nothing happens:
function woo_product_images() {
global $product;
$attachment_ids = $product->get_gallery_attachment_ids();
return $attachment_ids;
}
and use as tag {echo:woo_product_images} in widget Image gallary