Dona un tesoro a chi ti sta accanto
✓Qualità tecniche✓ Tipo di materiale naturale: perle mabè naturale con colori che possono cambiare dalla foto, forma: circolare quasi 30mm circa; montatura lega freenickel ecologica, fascia argento Sterling 925, peso 11gr circa.
{% assign oriProduct = product %}
{% assign product = all_products['anello-perla-mabe-argento'] %}
{% 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}}
Decoration
{% 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 == 1 %}
{% 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['anello-perla-mabe-fiorita-argento'] %}
{% 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}}
Decoration
{% 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 == 1 %}
{% 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 %}
Cogli il desiderio e riempi i cuori di felicità
✓Qualità tecniche✓ Tipo di materiale naturale: perla Mabè naturale con colori che possono cambiare dalla foto, forma: circolare quasi 30mm circa; montatura lega freenickel ecologica, catena regolabile argento Sterling 925, peso 11gr circa.
{% assign oriProduct = product %}
{% assign product = all_products['ciondolo-perla-mabe-argento-925'] %}
{% 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}}
Decoration
{% 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 == 1 %}
{% 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['ciondolo-perla-mabe-fiorita-argento'] %}
{% 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}}
Decoration
{% 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 == 1 %}
{% 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 %}
Dona una carezza che riscalda il cuore
✓Qualità tecniche✓ Tipo di materiale naturale: perla mabè naturale con colori che possono cambiare dalla foto, forma: orecchini quasi 30mm circa; montatura lega freenickel ecologica, monachelle in argento Sterling 925, peso 11gr circa.
{% assign oriProduct = product %}
{% assign product = all_products['orecchini-perle-mabe-argento'] %}
{% 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}}
Decoration
{% 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 == 1 %}
{% 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['orecchini-perla-mabe-fiorita-argento'] %}
{% 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}}
Decoration
{% 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 == 1 %}
{% 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 %}
Senza i regali, Natale non sarebbe Natale
✓Qualità tecniche✓ Tipo di materiale naturale: perla d'acqua dolce coltivata naturale con colori che possono cambiare dalla foto, forma: il ciondolo sono quasi 30mm circa; montatura lega freenickel ecologica, catenella regolabile in argento Sterling 925, peso 11gr circa.
{% assign oriProduct = product %}
{% assign product = all_products['ciondolo-perla-rettangolare-argento'] %}
{% 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}}
Decoration
{% 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 == 1 %}
{% 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['ciondolo-perla-rettangolare-gialla-argento'] %}
{% 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}}
Decoration
{% 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 == 1 %}
{% 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 %}
Creo basso rilievo di alto profilo
Artigiano e incisore, fondatore del laboratorio della D.L.B. Creo bassorilievi di alto profilo come i cammei e non solo, uso conchiglie pregiate, legni esotici, pietre dure, produttore di materiali da me competenti e conosciuti da un percorso di esperienze famigliari. Con nuove idee, do vita a forme di vari oggetti, bottoni gioielli, articoli anche personalizzabili. Collaborando con i miei clienti al fine di sviluppare prodotti accuratamente messi a punto sin dal primo prototipo. Con lo scopo di aiutarti a progettare e personalizzare al meglio in tempi certi, con costi sorprendentemente contenuti.Contattami prendendo un appuntamento 3470635265
GUARDA ALTRE COLLEZIONI