$15.00
$15.00
MXIED FLAVORS AVALIABLE
<div class="tpt__tiered-pricing " data-settings='{"display_context":"product-page","display":true,"display_type":"table","title":"","table_class":"","quantity_column_title":"Quantity","price_column_title":"","discount_column_title":"","quantity_type":"range","show_discount_column":true,"clickable_rows":true,"active_tier_color":"#ffbb3a","tooltip_border":true,"blocks_style":"style-1","options_show_total":true,"options_show_original_product_price":true,"options_show_default_option":true,"options_default_option_text":"Buy {tp_quantity} pieces”,”options_option_text”:”Buy {tp_quantity} pieces and save {tp_rounded_discount}%”,”plain_text_show_default_option”:true,”plain_text_option_text”:”Buy {tp_quantity} pieces for {tp_price} each and save {tp_rounded_discount}%”,”plain_text_default_option_text”:”Buy {tp_quantity} pieces for {tp_price} each”,”update_price_on_product_page”:true,”show_tiered_price_as_discount”:true,”show_total_price”:false,”quantity_measurement_singular”:””,”quantity_measurement_plural”:””}’ data-display-context=”product-page” data-display-type=”table” data-product-id=”2256″ data-product-type=”simple”>
Quantity | Price |
|---|---|
1 – 49 | |
| 50 – 249 | 0 |
| 250 – 499 | 0 |
| 500+ | 0 |
#mkdpwcoiyqisktm tbody tr {cursor: pointer; }
#mkdpwcoiyqisktm .tiered-pricing–active td {
background-color: #ffbb3a !important;
}
Add to cart
Select options
This product has multiple variants. The options may be chosen on the product page
Add to cart
Add to cart
Out of stock
Select options
This product has multiple variants. The options may be chosen on the product page
jQuery(document).ready(function($) {
var $scope = jQuery(“.elementor-element-2d6de4d”);
var $products = $(‘.products’, $scope);
var $layout_mode = $products.data(‘layout-mode’);
if ( $layout_mode === ‘masonry’ ) {
// init isotope
var $isotope_products = $products.isotope({
itemSelector: “li.product”,
layoutMode: $layout_mode,
percentPosition: true
});
$isotope_products.imagesLoaded().progress( function() {
$isotope_products.isotope(‘layout’);
})
}
});