Poseidon Gamuza
¿Buscas mocasines en cuero, de tu talla exacta, artesanales, de colores, a los mejores precios, con respaldo, garantia directamente de fabrica ?
Nuestra experiencia de mas de 10 años FABRICANDO los mejores mocasines nos permite ofrecer GARANTIA DE 1 AÑO, GARANTIA DE TALLA, RESPALDO, ASESORIA, y muchos beneficios mas...
PRECIO $354.000 DESCUENTO 50% PRECIO DE AFILIADO $177.000
Al obtener tus mocasines directamente en nuestra fabrica te estas ahorrando intermediarios y sobrecostos que no vale la pena asumir, por esta razon queremos invitarte a afiliarte a nuestro progama CLIENTE OPEN HOUSE para que puedeas adquirir tus mocasines con el 50% de descuento. Asi es 50% Dto... Precio $354.000 Descuento 50% Precio de Afiliado $177.000
NO TE PIERDAS ESTA OPORTUNIDAD DE OBTENER POR SIEMPRE EL 50% DE DESCUENTO DE AFILIADO ESCOGE TU PRODUCTO AQUI Y CON EL CODIGO AFI340 OBTENDRAS TU DESCUENTO
arrow_downward
arrow_downward
arrow_downward
arrow_downward
arrow_downward
arrow_downward
arrow_downward
arrow_downward
arrow_downward
arrow_downward
{% assign product = all_products['mocasin-poseidon-cuero-gamuza-arena-hombre'] %}
{% if product %}
{{product.title}}
{% if product.images.size > 0 %}
{% assign columnCounter = 0 %}
{% for image in product.images %}
{% assign columnCounter = columnCounter | plus: 1 %}
{% endfor %}
{% assign ghostColumns = 4 | minus: columnCounter %}
{% for i in (1..ghostColumns) %}
{% endfor %}
{% else %}
This product has no images.
{% endif %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: '' %}
{% endif %}
{% if imageLink != '' %}
{% else %}
This product has no images.
{% endif %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% if 'token' == 'name' %}
{% assign currencyToken = shop.currency %}
{% else %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencyToken = moneyFormatParts[0] | strip %}
{% if currencyToken == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencyToken = moneyFormatParts[1] | strip %}
{% endif %}
{% endif %}
{% 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 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 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 %}
{% assign soldOut = false %}
{% assign soldOutData = '' %}
{% for variant in product.variants %}
{% if variant.inventory_management == 'shopify' and variant.inventory_policy == 'deny' and variant.inventory_quantity == 0 %}
{% assign soldOutData = soldOutData | append: variant.id | append: ' ' %}
{% if forloop.index == 1 %}
{% assign soldOut = true %}
{% endif %}
{% endif %}
{% endfor %}
{% if soldOut %}
Sold out
{% else %}
Deseo hacer mi pedido y afiliarme
{% endif %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = all_products['copia-de-mocasin-poseidon-cuero-gamuza-verde-oliva-hombre'] %}
{% if product %}
{{product.title}}
{% if product.images.size > 0 %}
{% assign columnCounter = 0 %}
{% for image in product.images %}
{% assign columnCounter = columnCounter | plus: 1 %}
{% endfor %}
{% assign ghostColumns = 4 | minus: columnCounter %}
{% for i in (1..ghostColumns) %}
{% endfor %}
{% else %}
This product has no images.
{% endif %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: '' %}
{% endif %}
{% if imageLink != '' %}
{% else %}
This product has no images.
{% endif %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% if 'token' == 'name' %}
{% assign currencyToken = shop.currency %}
{% else %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencyToken = moneyFormatParts[0] | strip %}
{% if currencyToken == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencyToken = moneyFormatParts[1] | strip %}
{% endif %}
{% endif %}
{% 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 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 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 %}
{% assign soldOut = false %}
{% assign soldOutData = '' %}
{% for variant in product.variants %}
{% if variant.inventory_management == 'shopify' and variant.inventory_policy == 'deny' and variant.inventory_quantity == 0 %}
{% assign soldOutData = soldOutData | append: variant.id | append: ' ' %}
{% if forloop.index == 1 %}
{% assign soldOut = true %}
{% endif %}
{% endif %}
{% endfor %}
{% if soldOut %}
Sold out
{% else %}
Add to cart
{% endif %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = all_products['mocasin-poseidon-cuero-gamuza-arena-hombre-1'] %}
{% if product %}
{{product.title}}
{% if product.images.size > 0 %}
{% assign columnCounter = 0 %}
{% for image in product.images %}
{% assign columnCounter = columnCounter | plus: 1 %}
{% endfor %}
{% assign ghostColumns = 4 | minus: columnCounter %}
{% for i in (1..ghostColumns) %}
{% endfor %}
{% else %}
This product has no images.
{% endif %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: '' %}
{% endif %}
{% if imageLink != '' %}
{% else %}
This product has no images.
{% endif %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% if 'token' == 'name' %}
{% assign currencyToken = shop.currency %}
{% else %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencyToken = moneyFormatParts[0] | strip %}
{% if currencyToken == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencyToken = moneyFormatParts[1] | strip %}
{% endif %}
{% endif %}
{% 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 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 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 %}
{% assign soldOut = false %}
{% assign soldOutData = '' %}
{% for variant in product.variants %}
{% if variant.inventory_management == 'shopify' and variant.inventory_policy == 'deny' and variant.inventory_quantity == 0 %}
{% assign soldOutData = soldOutData | append: variant.id | append: ' ' %}
{% if forloop.index == 1 %}
{% assign soldOut = true %}
{% endif %}
{% endif %}
{% endfor %}
{% if soldOut %}
Sold out
{% else %}
Add to cart
{% endif %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = all_products['copia-de-mocasin-poseidon-cuero-gamuza-rojo-oscuro-hombre'] %}
{% if product %}
{{product.title}}
{% if product.images.size > 0 %}
{% assign columnCounter = 0 %}
{% for image in product.images %}
{% assign columnCounter = columnCounter | plus: 1 %}
{% endfor %}
{% assign ghostColumns = 4 | minus: columnCounter %}
{% for i in (1..ghostColumns) %}
{% endfor %}
{% else %}
This product has no images.
{% endif %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: '' %}
{% endif %}
{% if imageLink != '' %}
{% else %}
This product has no images.
{% endif %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% if 'token' == 'name' %}
{% assign currencyToken = shop.currency %}
{% else %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencyToken = moneyFormatParts[0] | strip %}
{% if currencyToken == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencyToken = moneyFormatParts[1] | strip %}
{% endif %}
{% endif %}
{% 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 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 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 %}
{% assign soldOut = false %}
{% assign soldOutData = '' %}
{% for variant in product.variants %}
{% if variant.inventory_management == 'shopify' and variant.inventory_policy == 'deny' and variant.inventory_quantity == 0 %}
{% assign soldOutData = soldOutData | append: variant.id | append: ' ' %}
{% if forloop.index == 1 %}
{% assign soldOut = true %}
{% endif %}
{% endif %}
{% endfor %}
{% if soldOut %}
Sold out
{% else %}
Add to cart
{% endif %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = all_products['copia-de-mocasin-poseidon-cuero-gamuza-azul-oscuro-hombre'] %}
{% if product %}
{{product.title}}
{% if product.images.size > 0 %}
{% assign columnCounter = 0 %}
{% for image in product.images %}
{% assign columnCounter = columnCounter | plus: 1 %}
{% endfor %}
{% assign ghostColumns = 4 | minus: columnCounter %}
{% for i in (1..ghostColumns) %}
{% endfor %}
{% else %}
This product has no images.
{% endif %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: '' %}
{% endif %}
{% if imageLink != '' %}
{% else %}
This product has no images.
{% endif %}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% if 'token' == 'name' %}
{% assign currencyToken = shop.currency %}
{% else %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencyToken = moneyFormatParts[0] | strip %}
{% if currencyToken == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencyToken = moneyFormatParts[1] | strip %}
{% endif %}
{% endif %}
{% 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 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 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 %}
{% assign soldOut = false %}
{% assign soldOutData = '' %}
{% for variant in product.variants %}
{% if variant.inventory_management == 'shopify' and variant.inventory_policy == 'deny' and variant.inventory_quantity == 0 %}
{% assign soldOutData = soldOutData | append: variant.id | append: ' ' %}
{% if forloop.index == 1 %}
{% assign soldOut = true %}
{% endif %}
{% endif %}
{% endfor %}
{% if soldOut %}
Sold out
{% else %}
Add to cart
{% endif %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
Lorem ipsum dolor
Lorem ipsum dolor
Lorem ipsum dolor sit
Location
Oxford OX1 2JD,United Kingdom
Our hours
09:00 AM - 22:00 PM,Monday - Friday
Contact us
Phone: +1-888-123-4567Email: support@zenobuilder.com
3
Days
3
Hours
3
Minutes
3
Seconds