www.buddhanecklaces.com Open in urlscan Pro
13.33.88.54  Public Scan

URL: https://www.buddhanecklaces.com/
Submission: On November 06 via manual from CN — Scanned from NZ

Form analysis 4 forms found in the DOM

GET /search

<form class="search_slider" action="/search" method="get" role="search" itemprop="search" onsubmit="Mask.show()">
  <input type="hidden" name="type" value="product">
  <input class="input1" type="search" name="q" placeholder="SEARCH HERE..." aria-label="SEARCH HERE...">
  <button type="submit" class="btn1" style="display:none"><i class="photofont photo-search"></i></button>
  <i class="photofont icon photo-close suggest-close" data-slide-layer="close"></i>
</form>

GET /search

<form class="search_slider" action="/search" method="get" role="search" itemprop="search" onsubmit="Mask.show()">
  <input class="input1" type="search" name="q" placeholder="SEARCH HERE..." aria-label="SEARCH HERE...">
  <button type="submit" class="btn1"><i class="photofont photo-search"></i></button>
</form>

POST /cart/add

<form method="post" action="/cart/add" class="product-form" id="ProductFormcommon-product-detail">
  <style>
    .metafields-info-container {
      font-size: 1rem;
      font-weight: 600;
      color: #000;
    }

    .metafields-info-container .syj_file_list,
    .crop-container {
      display: flex;
      height: 50px;
      font-weight: 400;
      justify-content: center;
      align-items: center;
      border: 1px solid #ddd;
      color: #B3B3B3;
      padding: 0 5px;
      margin: 10px 0;
      background: #EFEFEF;
    }

    .metafields-info-container select,
    .metafields-info-container textarea {
      border: none;
      color: #B3B3B3;
      background: transparent;
    }

    .crop-container .area-crop-upload {
      background: transparent !important;
    }

    .crop-container div {
      width: 100%;
    }

    .crop-container .el-upload {
      min-width: 100px;
      float: right;
      text-align: right;
    }

    .area-crop-upload-flex {
      width: 80px;
    }

    .area-crop-upload-flex .crop-btn-upload-open {
      border: none;
      font-weight: 600;
      height: 40px;
      float: revert;
      color: #000;
      margin: auto;
    }

    .product-page label {
      text-transform: capitalize;
    }

    .metafields-info-container .syj_file_list input,
    .metafields-info-container textarea {
      font-weight: 400;
      color: #B3B3B3;
      background: transparent;
      border: none;
      height: 100%;
      max-width: 100%;
      text-overflow: ellipsis;
    }

    .syj_file_list input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #f6f1ed inset;
      -webkit-text-fill-color: #B3B3B3;
      border-radius: 12px;
    }

    .syj_file_list input:-webkit-autofill:focus {
      background: #F6F1ED;
      border-radius: 12px;
      border: none;
      margin-bottom: 12px;
    }

    .syj_file_list input::placeholder {
      color: #B3B3B3;
      opacity: 1;
    }

    .syj_file_list input::-webkit-input-placeholder {
      color: #B3B3B3;
      opacity: 1;
    }

    .syj_file_list div {
      font-weight: normal;
      color: #B3B3B3;
    }
  </style>
  <div class="metafields-info-container">
    <lable> Custom text:</lable>
    <div></div>
    <div class="syj_file_list">
      <input name="properties[name0]" data-require="false" placeholder="i.e name, words..." type="text" maxlength="15" oninput="changeText(1,this,15)">
      <div><span id="leftnum1">15</span>Left</div>
    </div>
  </div>
  <script>
    Product.validators.push(async () => { //验证定制化必填字段
      var _zenFlag = true;
      $(".metafields-info-container").find('[name*="properties"]').each(function(index, item) {
        var dataRequire = $(this).data('require');
        if (dataRequire) {
          if ($.trim($(this).val()) == '') {
            if ($(this).attr("id") == 'file-url') {
              $(".area-crop-upload").css("border", "1px solid red");
            } else {
              $(this).css("border", "1px solid red");
            }
            _zenFlag = false;
          } else {
            if ($(this).attr("id") == 'file-url') {
              $(".area-crop-upload").css("border", "none");
            } else {
              $(this).css("border", "none");
            }
          }
        }
      });
      return _zenFlag;
    })
    //修改文字输入框剩余字符数
    function changeText(i, obj, limitv) {
      var objLenOld = $(obj).val().length;
      var objVal = $(obj).val().replace(/[\r\n]/g, "");
      var objLen = objVal.length;
      if (objLen < objLenOld) {
        $(obj).attr('maxlength', limitv + objLenOld - objLen);
      } else {
        $(obj).attr('maxlength', limitv);
      }
      if (objLen > limitv) {
        var lenDiff = objLen - limitv;
        $(obj).val($(obj).val().substr(-1, lenDiff));
        $('#leftnum' + i).text(0);
      } else {
        $('#leftnum' + i).text(parseInt(limitv) - objLen);
      }
    }
  </script>
  <input type="hidden" name="id" value="0d787af1-1e97-4800-9a0d-b400476ee487">
  <div class="zen-customer-lr">
    <div class="zen-customers__right">
      <!-- 非标品 -->
      <div class="asdqweqwewq">
        <style>
          .product-page-add_to_cart-section .select-option {
            width: 100%;
          }

          .product-page-add_to_cart-section .select-option .selector-wrapper span.icon.photofont.photo-unfold {
            position: absolute;
            right: 12px;
            top: 44%;
            pointer-events: none;
          }

          .dropdown-toggle::after {
            display: none;
          }

          .selector-wrapper-position {
            position: relative;
          }

          .ringsize-font {
            margin-top: 10px;
            font-size: 12px;
            line-height: 1.4;
          }

          .photocharms-warnfill,
          a.photocharms-warnfill:not([href]):not([tabindex]) {
            color: #00f;
            text-decoration: underline;
            cursor: pointer;
          }

          #examples_hide {
            max-height: 580px;
          }

          @media(max-width:768px) {
            #examples_hide {
              max-height: 100vh;
            }
          }
        </style>
        <div data-select="" class="select-option show">
          <div class="selector-wrapper product-form__item">
            <label class="select-field-title" for="OptionSelector-1" data-name="Material ">Material :</label>
            <select onchange="Product.changeOption(this,1)" class="single-option-selector product-form__input" id="OptionSelector-1" data-index="0" data-option="option1" data-name="Material ">
              <option value="Gold" selected="selected">Gold</option>
            </select>
            <span class="icon photofont photo-unfold"></span>
          </div>
        </div>
        <!-- 非标品1 -->
        <div class="common-standar_btn">
          <div class="qtyTitle">Qty:</div>
          <div class="product-form__item product-form__item--quantity">
            <div class="js-qty">
              <button type="button" class="js-qty__adjust--minus" onclick="minus()"><i class="photofont icon photo-move"></i></button>
              <input class="js-qty__input" type="text" id="Quantity" value="1" name="quantity" min="0" pattern="[0-99]*">
              <button type="button" class="js-qty__adjust--plus" onclick="plus()"><i class="photofont icon photo-add"></i></button>
            </div>
            <script>
              function minus() {
                var Quantity = $('#Quantity');
                var qty = parseInt(Quantity.val());
                var minus = qty - 1;
                if (minus < 1) {
                  minus = 1;
                }
                Quantity.val(minus);
              }

              function plus() {
                var Quantity = $('#Quantity');
                var qty = parseInt(Quantity.val());
                var plus = qty + 1;
                if (plus > 99) {
                  plus = 99;
                }
                Quantity.val(plus);
              }
            </script>
          </div>
          <div class="product-form__item product-form__item--submit">
            <button type="button" name="add" onclick="Product.addFormToCart(this.form)" class="btn product-form__cart-submit">
              <span>Add to Cart</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="csrf_token" value="{{ csrf }}">
  <input type="hidden" name="form_type" value="product">
  <input type="hidden" name="utf8" value="✓">
</form>

POST /contact#ContactFooter-pc

<form method="post" action="/contact#ContactFooter-pc" id="ContactFooter-pc">
  <div class="errors" style="display:none;" id="custom_subscribe_error">
    <ul>
      <li>
      </li>
    </ul>
  </div>
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="email_button">
    <input type="email" name="contact[email]" id="newsletter_footer-pc" class="input-text required-entry validate-email " value="" placeholder="Enter Email Address" autocorrect="off" autocapitalize="off">
    <button type="submit" title="Subscribe" class="button">
      <span>SUBSCRIBE</span>
    </button>
  </div>
  <script>
    $("#ContactFooter-pc").on("submit", function() {
      if ($("#newsletter_footer-pc").val() == '') {
        $("#custom_subscribe_error").show();
        $("#custom_subscribe_error").find("ul > li").text("This is a required field.")
        return false;
      }
    });
  </script>
  <input type="hidden" name="csrf_token" value="{{ csrf }}">
  <input type="hidden" name="form_type" value="customer">
  <input type="hidden" name="utf8" value="✓">
</form>

Text Content

America
 * US Dollar
 * Canadian Dollar
 * Mexican Peso
 * Brazilian Real
 * Chilean Peso
 * Colombian Peso

Europe
 * Euro
 * British Pound Sterling
 * Russian Ruble
 * Czech Republic Koruna
 * Norwegian Krone
 * Croatian Kuna
 * Swedish Krona
 * Ukrainian Hryvnia
 * Swiss Franc

Asia Pacific
 * New Taiwan Dollar
 * Hong Kong Dollar
 * Australian Dollar
 * Philippine Peso
 * New Zealand Dollar
 * Vietnamese Dong
 * Japanese Yen
 * Singapore Dollar
 * Thai Baht
 * Malaysian Ringgit
 * Israeli New Sheqel
 * Indian Rupee
 * Indonesian Rupiah
 * Macanese Pataca
 * Qatari Rial
 * South Korean Won
 * Saudi Riyal
 * United Arab Emirates Dirham

Africa
 * South African Rand

{{#each this}}
{{#if title}}
{{title}}
{{/if}}
   {{#each codes}}
 * {{label}}
   {{/each}}

{{/each}}

USD
 * FREE SHIPPING over $49.00

 * track order


SEARCH HISTORY


OTHERS ARE SEARCHING

 * Jade Buddha Necklace
 * Custom Buddha Necklace

SEARCH HERE



SEARCH HISTORY


OTHERS ARE SEARCHING

 * Jade Buddha Necklace
 * Custom Buddha Necklace

Search
0 Cart


 * * Buddha Necklace
   * Jade Buddha Necklace
   * Buddha Necklace Gold
   * Green Buddha Necklace
   * Custom Buddha Necklace
   * Track Order
 * * Search
   * 0 Cart

 * 
 * track order
 * 

 * Buddha Necklace
 * Jade Buddha Necklace
 * Buddha Necklace Gold
 * Green Buddha Necklace
 * Custom Buddha Necklace
 * Track Order

You've just added this product to the cart

{{ title }} x {{ quantity }}

Continue Shopping
View Cart & Checkout
You May Also Like
 * US$25.95
   US$32.00
   Buddha Necklace Gold, Gold Buddha Necklace
   19% OFF
 * US$25.95
   US$36.00
   Buddha Necklace, Buddha Necklace Pendants
   28% OFF
 * US$29.95
   US$46.00
   Green Buddha Necklace, 24K Gold Lucky Buddha Necklace Pendant Stainless Steel
   35% OFF
 * US$69.95
   US$94.00
   Buddha Necklace, Buddha Necklace
   26% OFF




Spend 49.00 to enjoy FREE SHIPPING!
{{#if_gt grandTotal freeshipping_total_price}}
{{ free_shipping_congratulations }}
{{/if_gt}} {{#if_lteq grandTotal freeshipping_total_price}}
{{{ free_shipping_spend}}}
{{/if_lteq}}
   {{#items}}

 * {{producttitle}}
   
   {{sku}}
   {{#if alphaText}}
   (Text: {{alphaText}})
   {{else if engravingText}}
   (Text: {{engravingText}})
   {{/if}}
   
   {{ lineprice }}
   {{/items}}

{{#if_gt itemCount 0}}
{{#products}}
{{ title }}
+ADD FOR

{{/products}} View Cart & Checkout
{{/if_gt}}

Hot Sale

1 / 5



CUSTOM BUDDHA NECKLACE, BUDDHA NECKLACE GOLD

SKU:EMZXL-240931-1
$35.95 $54.00
33% OFF

Custom text:

15Left
Material : Gold
Qty:

Add to Cart
description Buddha Necklace Gold is great for gifts and everyday or special
occasion. CHARMING & DELICATE – This buddha necklace is delicate and beautiful.
Choose your favorite and wear it as an amulet, then justwait for good luck to
come to you.Good Luck! Good Shopping! shipping

Free shipping for orders over $49

You can choose the shipping method during checkout:

Standard shipping: $7.99

Arrives 7-15 business days after the production time

Express Shipping: $29.95

Delivery 4-6 business days after the production time

Jade Buddha Necklace
 * Jade Buddha Necklace, Buddha Necklace
   $39.95
   $57.00
   30% OFF
 * Jade Buddha Necklace, Jade Buddha Necklace Smiling Happy Buddha Pendant
   $35.95
   $50.00
   28% OFF
 * Jade Buddha Necklace, White Jade Buddha Necklace
   $119.95
   $156.00
   23% OFF
 * Jade Buddha Necklace, 14K Gold Filled Mini JADE Buddha Pendant Necklace
   $29.95
   $44.00
   32% OFF
 * Jade Buddha Necklace, Buddha Necklace Both Side Pendant
   $85.95
   $115.00
   25% OFF
 * Jade Buddha Necklace, Guan Yin Buddha Necklace Pendant
   $129.95
   $202.00
   36% OFF
 * Jade Buddha Necklace, Buddha Head Pendant Necklace
   $35.95
   $53.00
   32% OFF
 * Jade Buddha Necklace, Buddha Necklace
   $65.95
   $90.00
   27% OFF
 * Jade Buddha Necklace, Buddha Necklace Jadeite Pendant
   $399.95
   $597.00
   33% OFF
 * Jade Buddha Necklace, Guan Yin Buddha Pendant Necklace
   $45.95
   $70.00
   34% OFF
 * Jade Buddha Necklace, Buddha Necklace
   $95.95
   $146.00
   34% OFF
 * Jade Buddha Necklace, Buddha Necklace Charm
   $35.95
   $48.00
   25% OFF


Buddha Necklace Gold
 * Buddha Necklace Gold, Buddha Pendant Necklace
   $39.95
   $56.00
   29% OFF
 * Buddha Necklace Gold, Men's Women's Out Laughing Buddha Necklace Pendant
   $39.95
   $63.00
   37% OFF
 * Buddha Necklace Gold, Buddha Necklace
   $39.95
   $63.00
   37% OFF
 * Buddha Necklace Gold, Happy Buddha Necklace Pendant Gold
   $155.95
   $226.00
   31% OFF
 * Buddha Necklace Gold, Gold Buddha Necklace
   $91.95
   $132.00
   30% OFF
 * Buddha Necklace Gold, Gold Buddha Necklace Pendant
   $119.95
   $178.00
   33% OFF
 * Buddha Necklace Gold, Buddha Necklace
   $43.95
   $63.00
   30% OFF
 * Buddha Necklace Gold, Buddha Necklace
   $55.95
   $84.00
   33% OFF
 * Buddha Necklace Gold, Tiny Gold or Silver Buddha Necklace
   $25.95
   $38.00
   32% OFF
 * Buddha Necklace Gold, Gold Buddha Necklace
   $159.95
   $243.00
   34% OFF
 * Buddha Necklace Gold, Gold Buddha Necklace
   $25.95
   $32.00
   19% OFF
 * Buddha Necklace Gold, Gold Buddha Necklace Pendan
   $35.95


Custom Buddha Necklace
 * Custom Buddha Necklace, Customizable Buddha Necklace Silver
   $145.95
   $225.00
   35% OFF
 * Buddha Necklace, Men's Women's Green Buddha Pendant Necklace
   $69.00
   $103.00
   33% OFF
 * Custom Buddha Necklace, Buddha Necklace Silver Personalized Necklace
   $145.95
   $234.00
   38% OFF
 * Buddha Necklace, Buddha Necklace
   $125.95
   $190.00
   34% OFF
 * Buddha Necklace, Silver Buddha Necklace
   $95.95
   $148.00
   35% OFF
 * Buddha Necklace, Silver Buddha necklace
   $45.95
   $56.00
   18% OFF
 * Custom Buddha Necklace, Silver Buddha Necklace
   $145.95
   $229.00
   36% OFF
 * Custom Buddha Necklace, Handmade silver buddha necklace
   $59.95
   $87.00
   31% OFF
 * Buddha Necklace, Happy Buddha Necklace
   $299.95
   $459.00
   35% OFF
 * Buddha Necklace, Buddha Necklace
   $25.95
 * Buddha Necklace, Buddha Necklace
   $45.95
   $61.00
   25% OFF
 * Custom Buddha Necklace, Buddha Necklace Pendant
   $145.95
   $232.00
   37% OFF



Buddhanecklaces.com – Premium Necklaces for Everyone

Dear customer, thanks for your visit! Welcome to the Buddha Necklaces store. We
set up this store for every customer who is searching for the best quality
Buddha Necklaces. Our store provides many kinds of Buddha Necklaces. We are sure
you’ll be satisfied with our premium necklaces which are made of precious
materials. All we are trying to do is ensure you will get the best Buddha
Necklace at an affordable price. Just click the navigation bar to check. Have a
look at our perfectly designed necklace and shop for what you want!

Why Should We Wear It & What's The Meaning?

Although Buddhism is considered one of the world's major religions, it's more of
a way of life for many Buddhists. Followers don't acknowledge a deity or supreme
god.

Instead, they focus on achieving inner peace, wisdom, and a state of
enlightenment that ultimately leads to Nirvana. Practicing Buddhists harness
positive energy from within themselves and release it to everyone and everything
around them. It's a state of self-fulfillment that is achieved through a
life-long serene journey of peace, self-reflection, and meditation. Buddhist
symbolism is as old as the religion itself, and there are many beautiful
depictions with profound spiritual meaning.

But should non-Buddhists be wearing Buddhist symbols?

The answer is YES! If the beliefs and traditions of Buddhism resonate with you,
you can definitely wear Buddha symbols.

Why Choose Our Store

Outstanding Design

Our talented designers design exquisite styles for our products. Therefore, it
is a very good choice whether it is given as a gift to relatives and friends or
worn by yourself. You can wear our beautiful necklace at any time and place, and
then go to seek inner peace and wait for good luck.

High Quality

Our Products are of high quality. The products are made of high-grade material,
and we guarantee that the quality is absolutely first-class. The best product
quality means the best material, the best appearance, the best wearing feeling,
and the highest grade wearing experience. We always provide products of high
quality at a reasonable price as possible as we can.

Best Service

We always adhere to the principle of customer first and do our best to provide
customers with the best shopping experience and the best pre-sales and
after-sales service.

Buddhanecklaces.com Promises

Our mission is to make it as convenient as possible for our fans and our website
is created to offer customers the best quality products at a reasonable price.
We are committed that customer satisfaction always coming first, and treat our
customers with the utmost respect.

Fast Shipment: Once we receive your order, we will arrange the shipping as soon
as possible.

Affordable Price: The price has been set to be affordable for every fan of our
store. You can pay us with PayPal or Credit/Debit cards.

Customer First: We always insist on providing the best service for our
customers. If you have any questions about our product, shipping, or payment
options, please feel free to email us at cs@buddhanecklaces.com

 Good shopping!


 * FREE SHIPPING
   Over $49.00
 * RETURN & EXCHANGE
   within 60 days
 * PAYMENT
   100% Secure
 * Personalized Unique Design
   Personalized


TERMS & POLICIES

 * Intellectual Property Rights
 * Terms of Shipment
 * Return and Exchange Policy
 * Terms of Service
 * Privacy Policy


COMPANY INFO

 * About Us
 * Contact and FAQ
 * Track Order


SUBSCRIBE

 * Subscribe to our newsletter, so that you can be the first to know about new
   offers and promotions.

 * 

SUBSCRIBE
 * 
 * 

© 2022, buddhanecklaces.com
 * Choosing a selection results in a full page refresh.