www.elloravilkin.shop Open in urlscan Pro
172.67.171.33  Public Scan

Submitted URL: http://elloravilkin.shop/product/olukai-slippers-nohea-woleather-slippers-pale-grey-womens
Effective URL: https://www.elloravilkin.shop/product/olukai-slippers-nohea-woleather-slippers-pale-grey-womens/
Submission: On November 03 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.elloravilkin.shop/

<form role="search" method="get" class="search-form" action="https://www.elloravilkin.shop/">
  <label for="0">
    <span class="screen-reader-text">Search for:</span>
  </label>
  <input type="search" id="main-search-form" class="search-field" placeholder="Search …" value="" name="s">
  <button type="submit" class="search-submit"><svg class="icon icon-search" aria-hidden="true" role="img">
      <use xlink:href="#icon-search"></use>
    </svg><span class="screen-reader-text">Search</span></button>
  <input type="hidden" name="post_type" value="product">
</form>

GET https://www.elloravilkin.shop/

<form class="search-box" action="https://www.elloravilkin.shop/" method="get">
  <label class="screen-reader-text" for="woocommerce-product-search-field">Search for</label>
  <input type="search" name="s" id="text-search" value="" placeholder="Search here...">
  <button id="btn-search-category" type="submit"><span class="fa icon fa-search"></span></button>
  <input type="hidden" name="post_type" value="product">
</form>

POST https://www.elloravilkin.shop/product/olukai-slippers-nohea-woleather-slippers-pale-grey-womens/

<form class="cart" action="https://www.elloravilkin.shop/product/olukai-slippers-nohea-woleather-slippers-pale-grey-womens/" method="post" enctype="multipart/form-data">
  <div class="custom_options">
    <!-- Product Options Start-->
    <div class="fmecustomgroup">
      <label> Size <span class="required">*</span> :- </label>
      <select type="select" class="fma fmeop fmeinput" name="product_options[size]">
        <option data-price="" value="5"> 5 </option>
        <option data-price="" value="6"> 6 </option>
        <option data-price="" value="7"> 7 </option>
        <option data-price="" value="8"> 8 </option>
        <option data-price="" value="9"> 9 </option>
        <option data-price="" value="10"> 10 </option>
        <option data-price="" value="11"> 11 </option>
      </select>
    </div>
    <!-- Product Options End-->
  </div>
  <div class="price_total">
    <div id="product_options_total" product-type="simple" product-price="56"></div>
  </div>
  <script type="text/javascript">
    jQuery(document).ready(function($) {
      $(this).on('change', 'input:text, select, textarea, input.qty', function() {
        ProductCustomOptions();
      });
      ProductCustomOptions();

      function ProductCustomOptions() {
        var option_total = 0;
        var product_price = $('#product_options_total').attr('product-price');
        var product_total_price = 0;
        var final_total = 0;
        $('.fmeop').each(function() {
          var option_price = 0;
          if ($(this).attr('type') == 'select') {
            option_price = $("option:selected", this).attr('data-price');
          } else if ($(this).attr('type') == 'mselect') {
            var sum = option_price;
            $("option:selected", this).each(function() {
              str = parseFloat($(this).attr('data-price'));
              sum = str + sum;
            });
            option_price = sum;
          } else {
            option_price = $(this).attr('data-price');
          }
          var value_entered = $(this).val();
          if (value_entered != '' || option_price == 0) {
            option_total = parseFloat(option_total) + parseFloat(option_price);
          }
        });
        var qty = $('.qty').val();
        if (option_total > 0 && qty > 0) {
          option_total = parseFloat(option_total * qty);
          var price_form = "left";
          var op_price = '';
          if (price_form == 'left') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              format: "%s%v"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'left_space') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              format: "%s %v"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'right') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              format: "%v%s"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'right_space') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              format: "%v %s"
            }, "2", ",", "."); // €4.999,99
          }
          if (product_price) {
            product_total_price = parseFloat(product_price * qty);
          }
          final_total = option_total + product_total_price;
          var fi_price = '';
          if (price_form == 'left') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&#36;",
              format: "%s%v"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'left_space') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&#36;",
              format: "%s %v"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'right') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&#36;",
              format: "%v%s"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'right_space') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&#36;",
              format: "%v %s"
            }, "2", ",", "."); // €4.999,99
          }
          html = '';
          html = html + '<div class="tprice"><div class="leftprice">Options Total:</div><div class="rightprice optionprice">' + op_price + '</div></div>';
          if (final_total) {
            html = html + '<div class="tprice"><div class="leftprice">Final Total:</div><div class="rightprice finalprice">' + fi_price + '</div></div>';
          }
          html = html + '</dl>';
          $('#product_options_total').html(html);
        } else {
          $('#product_options_total').html('');
        }
      }
    });
  </script>
  <script>
    var URL = "https://www.elloravilkin.shop/wp-content/plugins/fma-product-custom-options/";
  </script>
  <div class="quantity">
    <label class="screen-reader-text" for="quantity_6726c60325797">Olukai Slippers | Nohea WoLeather Slippers - Pale Grey - Womens quantity</label>
    <input type="number" id="quantity_6726c60325797" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Qty" size="4" placeholder="" inputmode="numeric" autocomplete="off">
  </div>
  <button type="submit" name="add-to-cart" value="17657" class="single_add_to_cart_button button alt">Add to cart</button>
</form>

POST https://www.elloravilkin.shop/?na=s

<form method="post" action="https://www.elloravilkin.shop/?na=s">
  <input type="hidden" name="nr" value="widget"><input type="hidden" name="nlang" value="">
  <div class="tnp-field tnp-field-email"><label for="tnp-1">Email</label>
    <input class="tnp-email" type="email" name="ne" id="tnp-1" value="" required="">
  </div>
  <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Subscribe">
  </div>
</form>

Text Content

×


Search for: Search

Skip to content

Ellora Vilkin

Ellora Vilkin

Search for
 
0 $0.00

No products in the cart.

Menu
 * New Arrivals
 * Mens Expand child menu
   * Golf
   * Boots
   * Shoes
   * Slippers
   * Sandals
 * Womens Expand child menu
   * Golf
   * Boots
   * Shoes
   * Sandals
   * Slippers
 * Olukai
 * Wishlist
 * My account
 * Contact

Home » Womens » Slippers » Olukai Slippers | Nohea WoLeather Slippers – Pale
Grey – Womens


by Fmeaddons

Sale!
🔍

 1. 
 2. 
 3. 
 4. 
 5. 
 6. 
 7. 


OLUKAI SLIPPERS | NOHEA WOLEATHER SLIPPERS – PALE GREY – WOMENS

$80.00 $56.00

Size Guides

We designed the Nohea Slipper to deliver the ultimate level of warmth and
comfort. Made with soft shearling and premium nubuck leather, this versatile…

Size * :- 5 6 7 8 9 10 11

Olukai Slippers | Nohea WoLeather Slippers - Pale Grey - Womens quantity
Add to cart
Add to wishlist
SKU: ZLS7HNAWX-W77891 Categories: Slippers, Womens Tag: Olukai
 * Description
 * Reviews (0)
 * Contact
 * Shipping


DESCRIPTION

We designed the Nohea Slipper to deliver the ultimate level of warmth and
comfort. Made with soft shearling and premium nubuck leather, this versatile
slipper looks pretty inside and out. You won’t want to take them off.

Translation: Pretty


REVIEWS

There are no reviews yet.

Be the first to review “Olukai Slippers | Nohea WoLeather Slippers – Pale Grey –
Womens” Cancel reply

You must be logged in to post a review.



Your Name (required)


Your Email (required)


Subject


Your Message







 * 100% Secure Shopping
 * Free Shipping Over $ 60
 * Secure Shopping SSL Encryption
 * 20-30 Days Return Guarantee
 * Payment Methods:  




RELATED PRODUCTS

 * Sale!
   
   
   OLUKAI SANDALS | HILA SLIDE SANDALS – BLACK – WOMENS
   
   $72.00 $50.40 Select options
   Add to wishlist
 * Sale!
   
   
   OLUKAI GOLF | WAILEA GOLF SHOES – WHITE – WOMENS
   
   $80.00 $64.00 Select options
   Add to wishlist
 * Sale!
   
   
   OLUKAI GOLF | KAWELA – GOLF SHOES – SAGE / DUSK – WOMENS
   
   $90.00 $63.00 Select options
   Add to wishlist
 * Sale!
   
   
   OLUKAI SANDALS | ‘AUKAI – BLACK – WOMENS
   
   $81.00 $64.80 Select options
   Add to wishlist


ELLORA VILKIN

 * 100% Secure Shopping
 * Free Shipping Over $ 60
 * Secure Shopping SSL Encryption
 * 20-30 Days Return Guarantee
 * Payment Methods:  


PRODUCTS

 * Olukai Shoes | Kīlea Heu Fuzzy Sneakers - Tapa - Womens $90.00 $63.00
 * Olukai Sandals | ‘Ohana Beach Sandals - Black - Mens $67.50 $54.00


CUSTOMER SERVICE

 * Contact
 * Privacy
 * Shipping
 * Order Tracking
 * My account


NEWSLETTER

Email


Copyright © 2024 elloravilkin.shop - All Rights Reserved.
 * 0 $0.00
 *  



Universal Size


SIZE GUIDE

7 8 8.5 9 9.5 10 10.5 11 11.5 12 13 14 15 CM 25.74 26.59 27.05 27.44 27.9 28.28
28.73 29.11 29.56 29.96 30.8 31.65 32.38 WOMEN'S 8.5 9.5 10 10.5 11 11.5 12