Optional Parameters
-- Please Select -- None ETCO2 +
MRP:
₹53,333
(per Count)
₹47,619
.custom-text-div span.custom_incl_text:before {
content: 'Incl. of all Taxes' !important;
display: inline-block !important;
width: 38%;
font-size: 14px;
text-align: center;
background: #4F5252;
color: #fff;
padding: 5px 6px !important;
border-radius: 5px;
margin-left: 6px;
}
.custom-text-div {
display: inline-block;
width: 75%;
}
span.old-price .custom-text-div {
display: none;
}
span.text-per-count {
font-size: 14px;
}
.price-excluding-tax:before, .weee[data-label]:before {
content: attr(data-label) ': ';
font-size: 14px;
}
span.special-price b.custom-mrp-text {
display: none;
}
span.price-excluding-tax {
width: 100%;
display: block !important;
float: right;
}
span.special-price {
width: 100%;
display: block;
}
.field.choice.admin__field.admin__field-option span.price-notice b.custom-mrp-text {
display: none;
}
.field.choice.admin__field.admin__field-option span.price-notice div.custom-text-div {
display: none;
}
b.custom-mrp-text {
display: none;
}
span.old-price b.custom-mrp-text {
display: inline-block !important;
}
.product-info-price span.old-price:after {
content: 'Incl. of all Taxes';
display: block;
font-size: 14px;
color: #000;
width: 49%;
text-align: center;
}
@media (max-width: 320px) {
.custom-text-div span.custom_incl_text:before {
font-size: 10px;
}
}
require(['jquery'], function($) {
$(document).ready(function() {
var totalprice = jQuery('.product-info-price .price-including-tax .price:first').text();
jQuery(".text-per-count").text( '( ' + totalprice + ' / count )' );
var producttype = 'simple';
if(producttype == "grouped" ){
// console.log(producttype);
jQuery('.table-wrapper.grouped table tbody tr').each(function() {
var totalpriceElement = jQuery(this).find('.price-including-tax .price').first();
var totalprice = totalpriceElement.text();
jQuery(this).find('.custom-text-div .text-per-count').text( '( ' + totalprice + ' / count )' );
});
}
if(producttype == "bundle" ){
var totalprice = jQuery('.product-info-price .price-to .price-including-tax .price:first').text();
$(".price-to").next().find('.text-per-count').text( '( ' + totalprice + ' / count )' );
$(".nested.options-list").children().find('div.custom-text-div').css( 'display','none' );
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','none' );
$('.field.choice .product.bundle.option').click(function(){
setTimeout(function() {
var thisPrice= jQuery('.price-as-configured .price-configured_price .price-including-tax .price').text();
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '( ' + thisPrice + ' / count )' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','block' );
}, 700);
})
$('.field.option select.product.bundle.option.bundle-option-select').on('change', function() {
setTimeout(function() {
var thisPrice= jQuery('.price-as-configured .price-configured_price .price-including-tax .price').text();
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '( ' + thisPrice + ' / count )' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','block' );
}, 700);
})
}
});
});
IBP +
MRP:
₹21,334
(per Count)
₹19,048
.custom-text-div span.custom_incl_text:before {
content: 'Incl. of all Taxes' !important;
display: inline-block !important;
width: 38%;
font-size: 14px;
text-align: center;
background: #4F5252;
color: #fff;
padding: 5px 6px !important;
border-radius: 5px;
margin-left: 6px;
}
.custom-text-div {
display: inline-block;
width: 75%;
}
span.old-price .custom-text-div {
display: none;
}
span.text-per-count {
font-size: 14px;
}
.price-excluding-tax:before, .weee[data-label]:before {
content: attr(data-label) ': ';
font-size: 14px;
}
span.special-price b.custom-mrp-text {
display: none;
}
span.price-excluding-tax {
width: 100%;
display: block !important;
float: right;
}
span.special-price {
width: 100%;
display: block;
}
.field.choice.admin__field.admin__field-option span.price-notice b.custom-mrp-text {
display: none;
}
.field.choice.admin__field.admin__field-option span.price-notice div.custom-text-div {
display: none;
}
b.custom-mrp-text {
display: none;
}
span.old-price b.custom-mrp-text {
display: inline-block !important;
}
.product-info-price span.old-price:after {
content: 'Incl. of all Taxes';
display: block;
font-size: 14px;
color: #000;
width: 49%;
text-align: center;
}
@media (max-width: 320px) {
.custom-text-div span.custom_incl_text:before {
font-size: 10px;
}
}
require(['jquery'], function($) {
$(document).ready(function() {
var totalprice = jQuery('.product-info-price .price-including-tax .price:first').text();
jQuery(".text-per-count").text( '( ' + totalprice + ' / count )' );
var producttype = 'simple';
if(producttype == "grouped" ){
// console.log(producttype);
jQuery('.table-wrapper.grouped table tbody tr').each(function() {
var totalpriceElement = jQuery(this).find('.price-including-tax .price').first();
var totalprice = totalpriceElement.text();
jQuery(this).find('.custom-text-div .text-per-count').text( '( ' + totalprice + ' / count )' );
});
}
if(producttype == "bundle" ){
var totalprice = jQuery('.product-info-price .price-to .price-including-tax .price:first').text();
$(".price-to").next().find('.text-per-count').text( '( ' + totalprice + ' / count )' );
$(".nested.options-list").children().find('div.custom-text-div').css( 'display','none' );
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','none' );
$('.field.choice .product.bundle.option').click(function(){
setTimeout(function() {
var thisPrice= jQuery('.price-as-configured .price-configured_price .price-including-tax .price').text();
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '( ' + thisPrice + ' / count )' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','block' );
}, 700);
})
$('.field.option select.product.bundle.option.bundle-option-select').on('change', function() {
setTimeout(function() {
var thisPrice= jQuery('.price-as-configured .price-configured_price .price-including-tax .price').text();
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '( ' + thisPrice + ' / count )' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','block' );
}, 700);
})
}
});
});
Combo( ETCO2 + IBP) +
MRP:
₹69,334
(per Count)
₹61,905
.custom-text-div span.custom_incl_text:before {
content: 'Incl. of all Taxes' !important;
display: inline-block !important;
width: 38%;
font-size: 14px;
text-align: center;
background: #4F5252;
color: #fff;
padding: 5px 6px !important;
border-radius: 5px;
margin-left: 6px;
}
.custom-text-div {
display: inline-block;
width: 75%;
}
span.old-price .custom-text-div {
display: none;
}
span.text-per-count {
font-size: 14px;
}
.price-excluding-tax:before, .weee[data-label]:before {
content: attr(data-label) ': ';
font-size: 14px;
}
span.special-price b.custom-mrp-text {
display: none;
}
span.price-excluding-tax {
width: 100%;
display: block !important;
float: right;
}
span.special-price {
width: 100%;
display: block;
}
.field.choice.admin__field.admin__field-option span.price-notice b.custom-mrp-text {
display: none;
}
.field.choice.admin__field.admin__field-option span.price-notice div.custom-text-div {
display: none;
}
b.custom-mrp-text {
display: none;
}
span.old-price b.custom-mrp-text {
display: inline-block !important;
}
.product-info-price span.old-price:after {
content: 'Incl. of all Taxes';
display: block;
font-size: 14px;
color: #000;
width: 49%;
text-align: center;
}
@media (max-width: 320px) {
.custom-text-div span.custom_incl_text:before {
font-size: 10px;
}
}
require(['jquery'], function($) {
$(document).ready(function() {
var totalprice = jQuery('.product-info-price .price-including-tax .price:first').text();
jQuery(".text-per-count").text( '( ' + totalprice + ' / count )' );
var producttype = 'simple';
if(producttype == "grouped" ){
// console.log(producttype);
jQuery('.table-wrapper.grouped table tbody tr').each(function() {
var totalpriceElement = jQuery(this).find('.price-including-tax .price').first();
var totalprice = totalpriceElement.text();
jQuery(this).find('.custom-text-div .text-per-count').text( '( ' + totalprice + ' / count )' );
});
}
if(producttype == "bundle" ){
var totalprice = jQuery('.product-info-price .price-to .price-including-tax .price:first').text();
$(".price-to").next().find('.text-per-count').text( '( ' + totalprice + ' / count )' );
$(".nested.options-list").children().find('div.custom-text-div').css( 'display','none' );
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','none' );
$('.field.choice .product.bundle.option').click(function(){
setTimeout(function() {
var thisPrice= jQuery('.price-as-configured .price-configured_price .price-including-tax .price').text();
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '( ' + thisPrice + ' / count )' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','block' );
}, 700);
})
$('.field.option select.product.bundle.option.bundle-option-select').on('change', function() {
setTimeout(function() {
var thisPrice= jQuery('.price-as-configured .price-configured_price .price-including-tax .price').text();
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '( ' + thisPrice + ' / count )' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','block' );
}, 700);
})
}
});
});
Printer +
MRP:
₹21,334
(per Count)
₹19,048
.custom-text-div span.custom_incl_text:before {
content: 'Incl. of all Taxes' !important;
display: inline-block !important;
width: 38%;
font-size: 14px;
text-align: center;
background: #4F5252;
color: #fff;
padding: 5px 6px !important;
border-radius: 5px;
margin-left: 6px;
}
.custom-text-div {
display: inline-block;
width: 75%;
}
span.old-price .custom-text-div {
display: none;
}
span.text-per-count {
font-size: 14px;
}
.price-excluding-tax:before, .weee[data-label]:before {
content: attr(data-label) ': ';
font-size: 14px;
}
span.special-price b.custom-mrp-text {
display: none;
}
span.price-excluding-tax {
width: 100%;
display: block !important;
float: right;
}
span.special-price {
width: 100%;
display: block;
}
.field.choice.admin__field.admin__field-option span.price-notice b.custom-mrp-text {
display: none;
}
.field.choice.admin__field.admin__field-option span.price-notice div.custom-text-div {
display: none;
}
b.custom-mrp-text {
display: none;
}
span.old-price b.custom-mrp-text {
display: inline-block !important;
}
.product-info-price span.old-price:after {
content: 'Incl. of all Taxes';
display: block;
font-size: 14px;
color: #000;
width: 49%;
text-align: center;
}
@media (max-width: 320px) {
.custom-text-div span.custom_incl_text:before {
font-size: 10px;
}
}
require(['jquery'], function($) {
$(document).ready(function() {
var totalprice = jQuery('.product-info-price .price-including-tax .price:first').text();
jQuery(".text-per-count").text( '( ' + totalprice + ' / count )' );
var producttype = 'simple';
if(producttype == "grouped" ){
// console.log(producttype);
jQuery('.table-wrapper.grouped table tbody tr').each(function() {
var totalpriceElement = jQuery(this).find('.price-including-tax .price').first();
var totalprice = totalpriceElement.text();
jQuery(this).find('.custom-text-div .text-per-count').text( '( ' + totalprice + ' / count )' );
});
}
if(producttype == "bundle" ){
var totalprice = jQuery('.product-info-price .price-to .price-including-tax .price:first').text();
$(".price-to").next().find('.text-per-count').text( '( ' + totalprice + ' / count )' );
$(".nested.options-list").children().find('div.custom-text-div').css( 'display','none' );
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','none' );
$('.field.choice .product.bundle.option').click(function(){
setTimeout(function() {
var thisPrice= jQuery('.price-as-configured .price-configured_price .price-including-tax .price').text();
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '( ' + thisPrice + ' / count )' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','block' );
}, 700);
})
$('.field.option select.product.bundle.option.bundle-option-select').on('change', function() {
setTimeout(function() {
var thisPrice= jQuery('.price-as-configured .price-configured_price .price-including-tax .price').text();
$(".price-as-configured").next('div.custom-text-div').children('.text-per-count').text( '( ' + thisPrice + ' / count )' );
$(".price-as-configured").next('div.custom-text-div').children('.custom_incl_text').css( 'display','block' );
}, 700);
})
}
});
});