KEDI SOCK
{% assign oriProduct = product %}
{% assign product = all_products['mens-socks-9-pairs-bundle-sizes-9-13'] %}
{% if product %}
FOR EVERY OCCASION
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: 'original' %}
{% endif %}
{% assign alternateImageLink = imageLink %}
{% if product.images.size > 1 %}
{% assign alternateImageLink = product.images[1].src | img_url: 'original' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% if 'none' == 'zoom' %}
{% endif %}
{% if 'none' == 'alternate' %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
Best seller
{% assign defaultVariantIndex = 1 %}
{% for variant in product.variants %}
{% if variant.available %}
{% assign defaultVariantIndex = forloop.index %}
{% break %}
{% endif %}
{% endfor %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% assign currencyToken = currencySymbol %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceIntegralLength = priceIntegral | size %}
{% assign priceIntegralDigits = priceIntegral | split: '' %}
{% assign priceIntegral = '' %}
{% for digit in priceIntegralDigits %}
{% assign periodIndex = priceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign priceIntegral = priceIntegral | append: ',' %}
{% endif %}
{% assign priceIntegral = priceIntegral | append: digit %}
{% endfor %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceIntegralLength = oriPriceIntegral | size %}
{% assign oriPriceIntegralDigits = oriPriceIntegral | split: '' %}
{% assign oriPriceIntegral = '' %}
{% for digit in oriPriceIntegralDigits %}
{% assign periodIndex = oriPriceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign oriPriceIntegral = oriPriceIntegral | append: ',' %}
{% endif %}
{% assign oriPriceIntegral = oriPriceIntegral | append: digit %}
{% endfor %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == defaultVariantIndex %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
3
DAYS
3
HR
3
MIN
3
SC
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = oriProduct %}
SHOP SOCKS NOW
{% assign oriProduct = product %}
{% assign product = all_products['active-12-pair-high-socks-mid-calf-unisex-athleisure'] %}
{% if product %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: 'original' %}
{% endif %}
{% assign alternateImageLink = imageLink %}
{% if product.images.size > 1 %}
{% assign alternateImageLink = product.images[1].src | img_url: 'original' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% if 'none' == 'zoom' %}
{% endif %}
{% if 'none' == 'alternate' %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
{% assign defaultVariantIndex = 1 %}
{% for variant in product.variants %}
{% if variant.available %}
{% assign defaultVariantIndex = forloop.index %}
{% break %}
{% endif %}
{% endfor %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% assign currencyToken = currencySymbol %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceIntegralLength = priceIntegral | size %}
{% assign priceIntegralDigits = priceIntegral | split: '' %}
{% assign priceIntegral = '' %}
{% for digit in priceIntegralDigits %}
{% assign periodIndex = priceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign priceIntegral = priceIntegral | append: ',' %}
{% endif %}
{% assign priceIntegral = priceIntegral | append: digit %}
{% endfor %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceIntegralLength = oriPriceIntegral | size %}
{% assign oriPriceIntegralDigits = oriPriceIntegral | split: '' %}
{% assign oriPriceIntegral = '' %}
{% for digit in oriPriceIntegralDigits %}
{% assign periodIndex = oriPriceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign oriPriceIntegral = oriPriceIntegral | append: ',' %}
{% endif %}
{% assign oriPriceIntegral = oriPriceIntegral | append: digit %}
{% endfor %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == defaultVariantIndex %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = oriProduct %}
{% assign oriProduct = product %}
{% assign product = all_products['6-pairs-diabetic-crew-socks'] %}
{% if product %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: 'original' %}
{% endif %}
{% assign alternateImageLink = imageLink %}
{% if product.images.size > 1 %}
{% assign alternateImageLink = product.images[1].src | img_url: 'original' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% if 'none' == 'zoom' %}
{% endif %}
{% if 'none' == 'alternate' %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
{% assign defaultVariantIndex = 1 %}
{% for variant in product.variants %}
{% if variant.available %}
{% assign defaultVariantIndex = forloop.index %}
{% break %}
{% endif %}
{% endfor %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% assign currencyToken = currencySymbol %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceIntegralLength = priceIntegral | size %}
{% assign priceIntegralDigits = priceIntegral | split: '' %}
{% assign priceIntegral = '' %}
{% for digit in priceIntegralDigits %}
{% assign periodIndex = priceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign priceIntegral = priceIntegral | append: ',' %}
{% endif %}
{% assign priceIntegral = priceIntegral | append: digit %}
{% endfor %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceIntegralLength = oriPriceIntegral | size %}
{% assign oriPriceIntegralDigits = oriPriceIntegral | split: '' %}
{% assign oriPriceIntegral = '' %}
{% for digit in oriPriceIntegralDigits %}
{% assign periodIndex = oriPriceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign oriPriceIntegral = oriPriceIntegral | append: ',' %}
{% endif %}
{% assign oriPriceIntegral = oriPriceIntegral | append: digit %}
{% endfor %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == defaultVariantIndex %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = oriProduct %}
{% assign oriProduct = product %}
{% assign product = all_products['12-pairs-ankle-socks-9-11-10-13-8-styles-active-unisex'] %}
{% if product %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: 'original' %}
{% endif %}
{% assign alternateImageLink = imageLink %}
{% if product.images.size > 1 %}
{% assign alternateImageLink = product.images[1].src | img_url: 'original' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% if 'none' == 'zoom' %}
{% endif %}
{% if 'none' == 'alternate' %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
{% assign defaultVariantIndex = 1 %}
{% for variant in product.variants %}
{% if variant.available %}
{% assign defaultVariantIndex = forloop.index %}
{% break %}
{% endif %}
{% endfor %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% assign currencyToken = currencySymbol %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceIntegralLength = priceIntegral | size %}
{% assign priceIntegralDigits = priceIntegral | split: '' %}
{% assign priceIntegral = '' %}
{% for digit in priceIntegralDigits %}
{% assign periodIndex = priceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign priceIntegral = priceIntegral | append: ',' %}
{% endif %}
{% assign priceIntegral = priceIntegral | append: digit %}
{% endfor %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceIntegralLength = oriPriceIntegral | size %}
{% assign oriPriceIntegralDigits = oriPriceIntegral | split: '' %}
{% assign oriPriceIntegral = '' %}
{% for digit in oriPriceIntegralDigits %}
{% assign periodIndex = oriPriceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign oriPriceIntegral = oriPriceIntegral | append: ',' %}
{% endif %}
{% assign oriPriceIntegral = oriPriceIntegral | append: digit %}
{% endfor %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == defaultVariantIndex %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = oriProduct %}
{% assign oriProduct = product %}
{% assign product = all_products['mens-no-show-socks-size-10-13'] %}
{% if product %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: 'original' %}
{% endif %}
{% assign alternateImageLink = imageLink %}
{% if product.images.size > 1 %}
{% assign alternateImageLink = product.images[1].src | img_url: 'original' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% if 'none' == 'zoom' %}
{% endif %}
{% if 'none' == 'alternate' %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
{% assign defaultVariantIndex = 1 %}
{% for variant in product.variants %}
{% if variant.available %}
{% assign defaultVariantIndex = forloop.index %}
{% break %}
{% endif %}
{% endfor %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% assign currencyToken = currencySymbol %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceIntegralLength = priceIntegral | size %}
{% assign priceIntegralDigits = priceIntegral | split: '' %}
{% assign priceIntegral = '' %}
{% for digit in priceIntegralDigits %}
{% assign periodIndex = priceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign priceIntegral = priceIntegral | append: ',' %}
{% endif %}
{% assign priceIntegral = priceIntegral | append: digit %}
{% endfor %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceIntegralLength = oriPriceIntegral | size %}
{% assign oriPriceIntegralDigits = oriPriceIntegral | split: '' %}
{% assign oriPriceIntegral = '' %}
{% for digit in oriPriceIntegralDigits %}
{% assign periodIndex = oriPriceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign oriPriceIntegral = oriPriceIntegral | append: ',' %}
{% endif %}
{% assign oriPriceIntegral = oriPriceIntegral | append: digit %}
{% endfor %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == defaultVariantIndex %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = oriProduct %}
{% assign oriProduct = product %}
{% assign product = all_products['mens-athleisure-comfort-performance-high-socks-9-11-10-13'] %}
{% if product %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: 'original' %}
{% endif %}
{% assign alternateImageLink = imageLink %}
{% if product.images.size > 1 %}
{% assign alternateImageLink = product.images[1].src | img_url: 'original' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% if 'none' == 'zoom' %}
{% endif %}
{% if 'none' == 'alternate' %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
{% assign defaultVariantIndex = 1 %}
{% for variant in product.variants %}
{% if variant.available %}
{% assign defaultVariantIndex = forloop.index %}
{% break %}
{% endif %}
{% endfor %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% assign currencyToken = currencySymbol %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceIntegralLength = priceIntegral | size %}
{% assign priceIntegralDigits = priceIntegral | split: '' %}
{% assign priceIntegral = '' %}
{% for digit in priceIntegralDigits %}
{% assign periodIndex = priceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign priceIntegral = priceIntegral | append: ',' %}
{% endif %}
{% assign priceIntegral = priceIntegral | append: digit %}
{% endfor %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceIntegralLength = oriPriceIntegral | size %}
{% assign oriPriceIntegralDigits = oriPriceIntegral | split: '' %}
{% assign oriPriceIntegral = '' %}
{% for digit in oriPriceIntegralDigits %}
{% assign periodIndex = oriPriceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign oriPriceIntegral = oriPriceIntegral | append: ',' %}
{% endif %}
{% assign oriPriceIntegral = oriPriceIntegral | append: digit %}
{% endfor %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == defaultVariantIndex %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = oriProduct %}
{% assign oriProduct = product %}
{% assign product = all_products['6-pair-pbg-mens-athelte-active-socks-ankle-boat-length'] %}
{% if product %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: 'original' %}
{% endif %}
{% assign alternateImageLink = imageLink %}
{% if product.images.size > 1 %}
{% assign alternateImageLink = product.images[1].src | img_url: 'original' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% if 'none' == 'zoom' %}
{% endif %}
{% if 'none' == 'alternate' %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
{% assign defaultVariantIndex = 1 %}
{% for variant in product.variants %}
{% if variant.available %}
{% assign defaultVariantIndex = forloop.index %}
{% break %}
{% endif %}
{% endfor %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% assign currencyToken = currencySymbol %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceIntegralLength = priceIntegral | size %}
{% assign priceIntegralDigits = priceIntegral | split: '' %}
{% assign priceIntegral = '' %}
{% for digit in priceIntegralDigits %}
{% assign periodIndex = priceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign priceIntegral = priceIntegral | append: ',' %}
{% endif %}
{% assign priceIntegral = priceIntegral | append: digit %}
{% endfor %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceIntegralLength = oriPriceIntegral | size %}
{% assign oriPriceIntegralDigits = oriPriceIntegral | split: '' %}
{% assign oriPriceIntegral = '' %}
{% for digit in oriPriceIntegralDigits %}
{% assign periodIndex = oriPriceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign oriPriceIntegral = oriPriceIntegral | append: ',' %}
{% endif %}
{% assign oriPriceIntegral = oriPriceIntegral | append: digit %}
{% endfor %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == defaultVariantIndex %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = oriProduct %}
WE ARE,
KEDI LEATHER WHOLESALE
A team of creative minds,
Unlock exclusive discounts on bulk orders. Save big when you buy in large quantities. Join now!
Save up to 25% when buying in bulk!
SOCKS
USA Company
SSL Certified
Secure Checkout
Best Prices
Exceptional deals and competitive pricing on all products.
READ MORE
Ensuring That Your Items Arrive In Style, Every Time.
Fast Shipping From New York
READ MORE
Impressive look
Premium Packaging
READ MORE
Fast Delivery
Quick and reliable shipping for your convenience.
READ MORE
CUSTOMER CARE
OVERVIEW
Quality
(5)
Service
(5)
Experience
(5)
Satisfaction
(4)
Premium Cotton
Quality Comfort
Experience unmatched comfort with our premium cotton products. Breathable, warm, and irresistibly soft for your everyday needs.
{% assign oriProduct = product %}
{% assign product = all_products['copy-of-stylish-womens-socks'] %}
{% if product %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
Sweets Bakery
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: 'original' %}
{% endif %}
{% assign alternateImageLink = imageLink %}
{% if product.images.size > 1 %}
{% assign alternateImageLink = product.images[1].src | img_url: 'original' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% if 'none' == 'zoom' %}
{% endif %}
{% if 'none' == 'alternate' %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% assign defaultVariantIndex = 1 %}
{% for variant in product.variants %}
{% if variant.available %}
{% assign defaultVariantIndex = forloop.index %}
{% break %}
{% endif %}
{% endfor %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% assign currencyToken = currencySymbol %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceIntegralLength = priceIntegral | size %}
{% assign priceIntegralDigits = priceIntegral | split: '' %}
{% assign priceIntegral = '' %}
{% for digit in priceIntegralDigits %}
{% assign periodIndex = priceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign priceIntegral = priceIntegral | append: ',' %}
{% endif %}
{% assign priceIntegral = priceIntegral | append: digit %}
{% endfor %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if false and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceIntegralLength = oriPriceIntegral | size %}
{% assign oriPriceIntegralDigits = oriPriceIntegral | split: '' %}
{% assign oriPriceIntegral = '' %}
{% for digit in oriPriceIntegralDigits %}
{% assign periodIndex = oriPriceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign oriPriceIntegral = oriPriceIntegral | append: ',' %}
{% endif %}
{% assign oriPriceIntegral = oriPriceIntegral | append: digit %}
{% endfor %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == defaultVariantIndex %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = oriProduct %}
{% assign oriProduct = product %}
{% assign product = all_products['unisex-low-cut-mesh-socks-breathable-running-active-grip-socks-10-13'] %}
{% if product %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
Sweets Bakery
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: 'original' %}
{% endif %}
{% assign alternateImageLink = imageLink %}
{% if product.images.size > 1 %}
{% assign alternateImageLink = product.images[1].src | img_url: 'original' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% if 'none' == 'zoom' %}
{% endif %}
{% if 'none' == 'alternate' %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% assign defaultVariantIndex = 1 %}
{% for variant in product.variants %}
{% if variant.available %}
{% assign defaultVariantIndex = forloop.index %}
{% break %}
{% endif %}
{% endfor %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% assign currencyToken = currencySymbol %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceIntegralLength = priceIntegral | size %}
{% assign priceIntegralDigits = priceIntegral | split: '' %}
{% assign priceIntegral = '' %}
{% for digit in priceIntegralDigits %}
{% assign periodIndex = priceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign priceIntegral = priceIntegral | append: ',' %}
{% endif %}
{% assign priceIntegral = priceIntegral | append: digit %}
{% endfor %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if false and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceIntegralLength = oriPriceIntegral | size %}
{% assign oriPriceIntegralDigits = oriPriceIntegral | split: '' %}
{% assign oriPriceIntegral = '' %}
{% for digit in oriPriceIntegralDigits %}
{% assign periodIndex = oriPriceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign oriPriceIntegral = oriPriceIntegral | append: ',' %}
{% endif %}
{% assign oriPriceIntegral = oriPriceIntegral | append: digit %}
{% endfor %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == defaultVariantIndex %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = oriProduct %}
{% assign oriProduct = product %}
{% assign product = all_products['pbg-mens-socks-6-pair-mid-length-athletic-performance-multipack-activewear-10-13'] %}
{% if product %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
Sweets Bakery
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: 'original' %}
{% endif %}
{% assign alternateImageLink = imageLink %}
{% if product.images.size > 1 %}
{% assign alternateImageLink = product.images[1].src | img_url: 'original' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% if 'none' == 'zoom' %}
{% endif %}
{% if 'none' == 'alternate' %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% assign defaultVariantIndex = 1 %}
{% for variant in product.variants %}
{% if variant.available %}
{% assign defaultVariantIndex = forloop.index %}
{% break %}
{% endif %}
{% endfor %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% assign currencyToken = currencySymbol %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceIntegralLength = priceIntegral | size %}
{% assign priceIntegralDigits = priceIntegral | split: '' %}
{% assign priceIntegral = '' %}
{% for digit in priceIntegralDigits %}
{% assign periodIndex = priceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign priceIntegral = priceIntegral | append: ',' %}
{% endif %}
{% assign priceIntegral = priceIntegral | append: digit %}
{% endfor %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if false and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceIntegralLength = oriPriceIntegral | size %}
{% assign oriPriceIntegralDigits = oriPriceIntegral | split: '' %}
{% assign oriPriceIntegral = '' %}
{% for digit in oriPriceIntegralDigits %}
{% assign periodIndex = oriPriceIntegralLength | minus: forloop.index %}
{% assign periodIndex = periodIndex | plus: 1 %}
{% assign periodIndex = periodIndex | modulo: 3 %}
{% if forloop.index != 1 and periodIndex == 0 %}
{% assign oriPriceIntegral = oriPriceIntegral | append: ',' %}
{% endif %}
{% assign oriPriceIntegral = oriPriceIntegral | append: digit %}
{% endfor %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == defaultVariantIndex %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = oriProduct %}
Reach Out For Large Orders Now
For large orders or custom requests, please contact us via phone or email. Our team is ready to assist you promptly.
Call a sales agent
Let us assist you efficiently. We understand your time is valuable
Add to Cart
The point of using lorem ipsum is that it has a more-or-less normal distribution of letters.
Speak to an operator
Not sure what you're looking for? Let us guide you
Email Us
We are ready to respond at all times
SUBMIT
CONTACT US