View basket “Succulent Mix – 750g” has been added to your basket.
Sale!
Cocopeat – 1Kg
₹45.00 ₹35.00
'+op_price+'
';
jQuery('#totalp').hide();
if ( final_total ) {
//html = html + '
Final Total:
'+fi_price+'
';
}
html = html + '';
if(addtional_separate_price=='enable'){
jQuery('.price').html( html );
jQuery('.leftprice').hide();
jQuery('.rightprice').css('font-weight','unset');
} else {
jQuery('#product_options_total').html( html );
}
} else {
jQuery('#product_options_total').html( '' );
}
}
function changeimage(image) {
// jQuery("p").append("Some appended text.");
jQuery('.flex-active-slide').attr('data-thumb',"");
jQuery('.flex-active-slide').find('a').attr('href',"");
// jQuery('.flex-active-slide').find('.wp-post-image').attr('data-src','');
// jQuery('.flex-active-slide').find('.wp-post-image').attr('data-large_image','');
// jQuery('.flex-active-slide').find('.wp-post-image').attr('srcset','');
// jQuery('.flex-active-slide').find('.wp-post-image').attr('src','power'); jQuery('.flex-active-slide').find('.wp-post-image').attr('src',image);
jQuery('.flex-active-slide').find('.wp-post-image').remove(); jQuery('.flex-active-slide').find('a').append("");
//jQuery('.woocommerce-product-gallery--with-images').
// jQuery('.zoomImg').attr('src', image);
// jQuery('.flex-active-slide').attr('data-thumb', image);
// jQuery('.flex-active-slide img').attr('src', image);
// jQuery('.flex-active-slide img').attr('data-src', image);
// jQuery('.flex-active-slide img').attr('srcset', image);
// jQuery('.flex-active-slide img').attr('data-large_image', image);
// jQuery('.flex-active-slide a').attr('href', image);
}
function changeSRC(picsrc) {
var text = picsrc.src;
var nsrc = text.replace('-180x180', '');
jQuery('.flex-active-slide').attr('data-thumb', nsrc);
jQuery('.flex-active-slide img').attr('src', nsrc);
jQuery('.flex-active-slide img').attr('data-src', nsrc);
jQuery('.flex-active-slide img').attr('srcset', nsrc);
jQuery('.flex-active-slide img').attr('data-large_image', nsrc);
jQuery('.flex-active-slide a').attr('href', nsrc);
}