-
- Sale!
- Poodle
Amber
- Original price was: $1,000.00.$500.00Current price is: $500.00.
- Amber is a warm, golden resin known for its rich color and natural beauty, often used in jewelry, decor, and aromatherapy for its calming properties.
- CONTACT US
add_filter( 'woocommerce_single_product_image_thumbnail_html', 'wpvg_add_video_to_gallery', 10, 2 ); function wpvg_add_video_to_gallery($html, $post_thumbnail_id) { global $product; if (!$product) return $html; $video_id = get_post_meta($product->get_id(), '_product_video_id', true); if (!$video_id) return $html; static $video_added = false; if ($video_added) return $html; $video_url = wp_get_attachment_url($video_id); $video_added = true; $video_html = '