happyjewelers.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://happyjewelers.com/
Effective URL: https://happyjewelers.com/
Submission: On June 19 via api from US — Scanned from CA

Form analysis 7 forms found in the DOM

POST /cart

<form action="/cart" data-language-url="/" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right" role="dialog" aria-labelledby="cart_dialog_label" aria-describedby="cart_dialog_status" aria-modal="true">
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <div class="cart-drawer__subheading">
        <h2 class="type-subheading type-subheading--1 wow fadeIn animated" id="cart_dialog_label" style="visibility: visible; animation-name: fadeIn;">
          <span class="cart-drawer--title">Your Cart</span>
        </h2>
      </div>
      <div class="cart-close-icon-wrapper">
        <button class="slide-menu cart-close-icon cart-menu-close alt-focus" aria-label="Open cart sidebar" type="button">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
            <line x1="18" y1="6" x2="6" y2="18"></line>
            <line x1="6" y1="6" x2="18" y2="18"></line>
          </svg>
        </button>
      </div>
    </div>
    <div class="cart-error-box"></div>
    <div aria-live="polite" class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <li>
					<article class="cart-item">
						<div class="cart-item-image--wrapper">
							<a class="cart-item-link" href="" tabindex="-1">
								<img
									class="cart-item-image"
									src="/product/image.jpg"
									alt=""
								/>
							</a>
						</div>
						<div class="cart-item-details--wrapper">
							<h3 class="cart-item__title">
								<a href="" class="cart-item-link cart-item-details--product-title-wrapper">
									<span class="cart-item-product-title"></span>
									<span class="cart-item-variant-title hide"></span>
									<span class="cart-item-selling-plan hide"></span>
								</a>
							</h3>

							<div class="cart-item-price-wrapper">
								<span class="sr-only">Now</span>
								<span class="cart-item-price"></span>
								<span class="sr-only">Was</span>
								<span class="cart-item-price-original"></span>
								<span class="cart-item-price-per-unit"></span>
							</div>

							<ul class="cart-item-drawer-properties"></ul>

							<ul class="order-discount--cart-list" aria-label="Discount"></ul>

							<div class="cart-item--quantity-remove-wrapper">
								<div class="cart-item--quantity-wrapper">
									<button
										type="button"
										class="alt-focus cart-item-quantity-button cart-item-decrease"
										data-amount="-1"
										aria-label="Reduce item quantity by one"
									>-</button>
									<input
										type="text"
										class="cart-item-quantity"
										min="1"
										pattern="[0-9]*"
										aria-label="Quantity"
									>
									<button
										type="button"
										class="alt-focus cart-item-quantity-button cart-item-increase"
										data-amount="1"
										aria-label="Increase item quantity by one"
									>+</button>
								</div>

								<div class="cart-item-remove-button-container">
									<button type="button" id="cart-item-remove-button" class="alt-focus" aria-label="Remove product">Remove</button>
								</div>
							</div>

              <div class="errors hide"></div>
						</div>
					</article>
				</li>
			</script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "USD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <ul class="cart-items"></ul>
    <div class="ajax-cart--bottom-wrapper hide">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <span class="cart-price-text type-subheading">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price" style="display: none;"><span class="money" data-uw-rm-sr="price" aria-label="Previous price was $0.00">$0.00</span></span>
      </div>
      <div class="ajax-cart--total-price">
        <h2 id="cart_dialog_status" role="presentation" class="js-cart-drawer-status sr-only" aria-hidden="true" data-uw-rm-heading="hide"><span
            style="color: #ffffff!important;background: #000000!important;clip: rect(1px, 1px, 1px, 1px)!important;clip-path: inset(50%)!important;height: 1px!important;width: 1px!important;margin: -1px!important;overflow: hidden!important;padding: 0!important;position: absolute!important;"
            class="data-uw-rm-autofix-hide" data-uw-rm-ignore="">Empty heading</span></h2>
        <h5 id="cart_drawer_subtotal" data-uw-rm-heading="level" role="heading" aria-level="3">
          <span class="cart-total-price" id="cart-price"><span class="money" data-uw-rm-sr=""><span class="sr-only">Your Cart Subtotal</span>$0.00</span></span>
        </h5>
      </div>
      <div class="row">
        <div class="col-md-12">
          <p class="cart--shipping-message">Taxes and <a href="/policies/shipping-policy" data-uw-rm-brl="PR" data-uw-original-href="https://happyjewelers.com/policies/shipping-policy">shipping</a> calculated at checkout </p>
        </div>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn cart-button-checkout">
          <span class="cart-button-checkout-text">Place your order</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <a href="#" class="btn btn-default cart-menu-close secondary-button" data-uw-rm-brl="PR" data-uw-original-href="https://happyjewelers.com/#">Continue shopping</a><br role="presentation" data-uw-rm-sr="">
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <div class="search-bar--controls">
      <button id="search_submit" type="submit" aria-label="Submit Search" aria-hidden="true" tabindex="-1" class="search-bar__button alt-focus">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <div class="search_fieldset">
      <label for="search_text" class="sr-only" id="search_label">Search our site HJ</label>
      <input id="search_text" name="q" type="text" size="20" placeholder="Search..." autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive" data-show-prices="false" data-show-vendor="false" aria-hidden="true" tabindex="-1"
        data-uw-rm-form="nfx" aria-label="Search our site HJ">
      <button type="button" class="search-results__meta-clear alt-focus" tabindex="0">Clear</button>
    </div>
    <button class="search-bar__button search-clear alt-focus" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Close search bar" type="button">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg>
    </button>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="add-to-cart-form" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data" novalidate="true"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8"
    value="✓">
  <input type="hidden" id="cart-link" value="/cart">
  <ul class="product-page--pricing">
    <!-- IFSO -->
    <li class="product-page--pricing--variant-price">
      <span class="js" id="price-field"><span class="money" data-uw-rm-sr=""><span class="sr-only">Your Cart Subtotal</span>$11,800.00</span></span>
    </li>
    <!-- Variant 'compare at' price -->
    <li class="product-page--pricing--variant-compare-at-price">
      <span class="compare-at-price js"><span class="money" data-uw-rm-sr="price" aria-label="Previous price was $16,500.00"><span class="sr-only">Your Cart Subtotal</span>$16,500.00</span></span>
    </li>
    <li class="product-page--pricing--price-per-unit"></li>
  </ul>
  <div class="product-page__policies rte"><a href="/policies/shipping-policy" data-uw-rm-brl="PR" data-uw-original-href="https://happyjewelers.com/policies/shipping-policy">Shipping</a> calculated at checkout. </div>
  <div class="shopify-payment-terms__container">
    <shopify-payment-terms variant-id="44804330422498"
      shopify-meta="{&quot;type&quot;:&quot;product&quot;,&quot;variants&quot;:[{&quot;id&quot;:44804330422498,&quot;price_per_term&quot;:&quot;$2,950.00&quot;,&quot;full_price&quot;:&quot;$11,800.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true,&quot;number_of_payment_terms&quot;:4}],&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;financing_plans&quot;:[{&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$149.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4}]},{&quot;min_price&quot;:&quot;$150.00&quot;,&quot;max_price&quot;:&quot;$999.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]},{&quot;min_price&quot;:&quot;$1,000.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;terms&quot;:[{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]}],&quot;installments_buyer_prequalification_enabled&quot;:true,&quot;seller_id&quot;:969778}"></shopify-payment-terms>
  </div>
  <div class="row homepage-sections--indiv-product-slider-variants">
    <select name="id" id="ProductSelect-template--17684305543394__product_featured_product_B8tHmD" data-section="template--17684305543394__product_featured_product_B8tHmD" class="form-control original-select product-form__variants no-js"
      data-uw-rm-form="fx" aria-label="Single select" data-uw-hidden-control="hidden-control-element" data-uw-rm-sr="">
      <option value="44804330422498" data-uw-rm-sr=""> Default Title - $11,800.00 </option>
    </select>
    <div class="col-md-12 col-sm-12 col-12 featured-product--submit-action">
      <button type="submit" name="add" id="purchase" class="btn " data-cart-action="drawer">Add to cart</button>
    </div>
  </div>
  <input type="hidden" name="product-id" value="8293893243106"><input type="hidden" name="section-id" value="template--17684305543394__product_featured_product_B8tHmD">
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="text-center">
    <div class="lds-dual-ring newsletter-spinner hide"></div>
    <p class="note form-success hide">
      <strong>Thanks for Joining!</strong>
    </p>
  </div>
  <div id="newsletter-wrapper">
    <input id="newsletter_text-template--17684305543394__53455c29-8bc5-4174-bd7b-ee91e74a01d8" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email" aria-label="Enter email" autocorrect="off"
      autocomplete="email" autocapitalize="off" required="" data-uw-rm-form="nfx">
    <button type="submit" id="newsletter_submit-template--17684305543394__53455c29-8bc5-4174-bd7b-ee91e74a01d8" name="commit" aria-label="Join" class="alt-focus">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="FooterCountryFormNoScript" accept-charset="UTF-8" class="localization-form localization-form__noscript localization-form__country" enctype="multipart/form-data"><input type="hidden" name="form_type"
    value="localization"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization-form__select">
    <h2 class="hide" id="FooterCountryLabelNoScript">Country/region</h2>
    <select class="localization-selector link" name="country_code" aria-labelledby="FooterCountryLabelNoScript">
      <option value="AU"> Australia (USD $) </option>
      <option value="CA"> Canada (USD $) </option>
      <option value="US" selected=""> United States (USD $) </option>
    </select>
  </div>
  <button class="btn alt-focus">Update country/region</button>
</form>

POST /localization

<form method="post" action="/localization" id="FooterCountryForm" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="js">
    <div class="disclosure">
      <button type="button" class="disclosure__button alt-focus" aria-expanded="false" aria-controls="CountryList"> United States (USD $) <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
          <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
          </path>
        </svg>
      </button>
      <ul id="CountryList" role="list" class="disclosure__list localization__list" hidden="">
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="AU" data-uw-rm-brl="PR" data-uw-original-href="https://happyjewelers.com/#">
                    Australia (USD $)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="CA" data-uw-rm-brl="PR" data-uw-original-href="https://happyjewelers.com/#">
                    Canada (USD $)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1" selected="">
          <a href="#" aria-current="true" data-value="US" data-uw-rm-brl="PR" data-uw-original-href="https://happyjewelers.com/#">
                    United States (USD $)
                    </a>
        </li>
      </ul>
      <input type="hidden" name="country_code" value="US">
    </div>
  </div>
</form>

<form>
  <div class="evey-attendee-info-content"></div>
  <div class="evey-attendee-info-footer">
    <div class="footer-tickets"><span data-completed-tickets-count="">0</span>&nbsp;/&nbsp;<span data-total-tickets-count="">1</span>&nbsp;<span data-evey-string="tickets_completed">Tickets Completed</span></div>
    <button data-submit-button="" class="evey-attendee-info-submit"><span class="evey-submit-label" data-evey-string="checkout">Checkout</span><span class="evey-saving" style="display:none"></span></button>
  </div>
</form>

Text Content

Skip to main contentEnable accessibility for visually impairedOpen the
accessibility menu Open the Accessible Navigation Menu










YOUR CART



Your basket is empty

Subtotal
$0.00


EMPTY HEADING

YOUR CART SUBTOTAL$0.00

Taxes and shipping calculated at checkout

Place your order

Continue shopping


This store requires javascript to be enabled for some features to work
correctly.


 * 
 * 

 * SAVE 25% ON 5 CTTW+ LAB TENNIS BRACELETS

 * USE CODE: 25OFF AT CHECKOUT

 1. 1
 2. 2

 * Engagement Rings
   
   Natural
   
    * Ready to Ship: Natural Diamond
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Lab Grown
   
    * Ready to Ship: Lab Diamond
    * Cushion
    * Emerald
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Shop by Shape
   
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   WORK WITH A DIAMOND SPECIALIST
   
   You imagine it, we create it
   
   EAST-WEST ENGAGEMENT RINGS
   
   You asked, we answered

 * Fine Jewelry
   
   Rings
   
    * All Rings
    * Engagement Rings
    * Diamond Rings
    * Gemstone Rings
    * Plain Gold Rings
   
   Earrings
   
    * All Earrings
    * Studs
    * Hoops
    * Huggies
    * Climber
    * Dangle
   
   Necklaces and Chains
   
    * All Women's Necklaces
    * Name, Number, and Personalized Necklaces
    * Custom and Engravable Pendants
    * Cross Necklaces
    * Men's Necklaces
    * All Chains
   
   Bracelets
   
    * All Bracelets
    * Tennis Bracelets
   
   Gifts
   
    * All Gifts
    * Fine Jewelry Sets ♡
    * Jewelry for Kids
    * Personalized Necklaces
    * $500 and Under
    * $2000 and Under
    * Gift Cards
    * Custom Jewelry Inquiry

 * Wedding Bands
   
   Women's
   
    * All Women's Bands
    * Plain Gold Bands
    * Ring Enhancers
    * Shared Prong Diamond Bands
   
   Men's
   
    * All Men's Bands
    * Men's Plain Gold Bands
    * Tungsten Bands

 * Watches
   
   Watch Specials
   
    * TUESDAY TOP 5
    * WATCH SALE FRIDAY
   
   Men's
   
    * All Men's Watches
   
   Women's
   
    * All Women's Watches
   
   Buy/Sell/Trade
   
    * Looking for a Watch?
    * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations

 * Engagement Rings
   
   Natural
   
    * Ready to Ship: Natural Diamond
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Lab Grown
   
    * Ready to Ship: Lab Diamond
    * Cushion
    * Emerald
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Shop by Shape
   
    * Asscher
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   WORK WITH A DIAMOND SPECIALIST
   
   You imagine it, we create it
   
   EAST-WEST ENGAGEMENT RINGS
   
   You asked, we answered

 * Fine Jewelry
   
   Rings
   
    * All Rings
    * Engagement Rings
    * Diamond Rings
    * Gemstone Rings
    * Plain Gold Rings
   
   Earrings
   
    * All Earrings
    * Studs
    * Hoops
    * Huggies
    * Climber
    * Dangle
   
   Necklaces and Chains
   
    * All Women's Necklaces
    * Name, Number, and Personalized Necklaces
    * Custom and Engravable Pendants
    * Cross Necklaces
    * Men's Necklaces
    * All Chains
   
   Bracelets
   
    * All Bracelets
    * Tennis Bracelets
   
   Gifts
   
    * All Gifts
    * Fine Jewelry Sets ♡
    * Jewelry for Kids
    * Personalized Necklaces
    * $500 and Under
    * $2000 and Under
    * Gift Cards
    * Custom Jewelry Inquiry

 * Wedding Bands
   
   Women's
   
    * All Women's Bands
    * Plain Gold Bands
    * Ring Enhancers
    * Shared Prong Diamond Bands
   
   Men's
   
    * All Men's Bands
    * Men's Plain Gold Bands
    * Tungsten Bands

 * Watches
   
   Watch Specials
   
    * TUESDAY TOP 5
    * WATCH SALE FRIDAY
   
   Men's
   
    * All Men's Watches
   
   Women's
   
    * All Women's Watches
   
   Buy/Sell/Trade
   
    * Looking for a Watch?
    * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations

 * Engagement Rings
    * Natural
      * Ready to Ship: Natural Diamond
      * Cushion
      * Emerald
      * Heart
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * Lab Grown
      * Ready to Ship: Lab Diamond
      * Cushion
      * Emerald
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * Shop by Shape
      * Asscher
      * Cushion
      * Emerald
      * Heart
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * East-West Collection
    * Engagement Ring Wednesday

 * Fine Jewelry
    * Rings
      * All Rings
      * Engagement Rings
      * Diamond Rings
      * Gemstone Rings
      * Plain Gold Rings
    * Earrings
      * All Earrings
      * Studs
      * Hoops
      * Huggies
      * Climber
      * Dangle
    * Necklaces and Chains
      * All Women's Necklaces
      * Name, Number, and Personalized Necklaces
      * Custom and Engravable Pendants
      * Cross Necklaces
      * Men's Necklaces
      * All Chains
    * Bracelets
      * All Bracelets
      * Tennis Bracelets
    * Gifts
      * All Gifts
      * Fine Jewelry Sets ♡
      * Jewelry for Kids
      * Personalized Necklaces
      * $500 and Under
      * $2000 and Under
      * Gift Cards
      * Custom Jewelry Inquiry
    * Fine Jewelry: New Arrivals
    * Custom Jewelry Inquiry
    * Pre-Loved Designer Jewelry
    * Pink Tag Sale

 * Wedding Bands
    * Women's
      * All Women's Bands
      * Plain Gold Bands
      * Ring Enhancers
      * Shared Prong Diamond Bands
    * Men's
      * All Men's Bands
      * Men's Plain Gold Bands
      * Tungsten Bands

 * Watches
    * Watch Specials
      * TUESDAY TOP 5
      * WATCH SALE FRIDAY
    * Men's
      * All Men's Watches
    * Women's
      * All Women's Watches
    * Buy/Sell/Trade
      * Looking for a Watch?
      * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations

0

0
0
Search our site HJ Clear
Loading...


 * Engagement Rings
   
   Natural
   
    * Ready to Ship: Natural Diamond
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Lab Grown
   
    * Ready to Ship: Lab Diamond
    * Cushion
    * Emerald
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Shop by Shape
   
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   WORK WITH A DIAMOND SPECIALIST
   
   You imagine it, we create it
   
   EAST-WEST ENGAGEMENT RINGS
   
   You asked, we answered

 * Fine Jewelry
   
   Rings
   
    * All Rings
    * Engagement Rings
    * Diamond Rings
    * Gemstone Rings
    * Plain Gold Rings
   
   Earrings
   
    * All Earrings
    * Studs
    * Hoops
    * Huggies
    * Climber
    * Dangle
   
   Necklaces and Chains
   
    * All Women's Necklaces
    * Name, Number, and Personalized Necklaces
    * Custom and Engravable Pendants
    * Cross Necklaces
    * Men's Necklaces
    * All Chains
   
   Bracelets
   
    * All Bracelets
    * Tennis Bracelets
   
   Gifts
   
    * All Gifts
    * Fine Jewelry Sets ♡
    * Jewelry for Kids
    * Personalized Necklaces
    * $500 and Under
    * $2000 and Under
    * Gift Cards
    * Custom Jewelry Inquiry

 * Wedding Bands
   
   Women's
   
    * All Women's Bands
    * Plain Gold Bands
    * Ring Enhancers
    * Shared Prong Diamond Bands
   
   Men's
   
    * All Men's Bands
    * Men's Plain Gold Bands
    * Tungsten Bands

 * Watches
   
   Watch Specials
   
    * TUESDAY TOP 5
    * WATCH SALE FRIDAY
   
   Men's
   
    * All Men's Watches
   
   Women's
   
    * All Women's Watches
   
   Buy/Sell/Trade
   
    * Looking for a Watch?
    * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations

 * Engagement Rings
   
   Natural
   
    * Ready to Ship: Natural Diamond
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Lab Grown
   
    * Ready to Ship: Lab Diamond
    * Cushion
    * Emerald
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Shop by Shape
   
    * Asscher
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   WORK WITH A DIAMOND SPECIALIST
   
   You imagine it, we create it
   
   EAST-WEST ENGAGEMENT RINGS
   
   You asked, we answered

 * Fine Jewelry
   
   Rings
   
    * All Rings
    * Engagement Rings
    * Diamond Rings
    * Gemstone Rings
    * Plain Gold Rings
   
   Earrings
   
    * All Earrings
    * Studs
    * Hoops
    * Huggies
    * Climber
    * Dangle
   
   Necklaces and Chains
   
    * All Women's Necklaces
    * Name, Number, and Personalized Necklaces
    * Custom and Engravable Pendants
    * Cross Necklaces
    * Men's Necklaces
    * All Chains
   
   Bracelets
   
    * All Bracelets
    * Tennis Bracelets
   
   Gifts
   
    * All Gifts
    * Fine Jewelry Sets ♡
    * Jewelry for Kids
    * Personalized Necklaces
    * $500 and Under
    * $2000 and Under
    * Gift Cards
    * Custom Jewelry Inquiry

 * Wedding Bands
   
   Women's
   
    * All Women's Bands
    * Plain Gold Bands
    * Ring Enhancers
    * Shared Prong Diamond Bands
   
   Men's
   
    * All Men's Bands
    * Men's Plain Gold Bands
    * Tungsten Bands

 * Watches
   
   Watch Specials
   
    * TUESDAY TOP 5
    * WATCH SALE FRIDAY
   
   Men's
   
    * All Men's Watches
   
   Women's
   
    * All Women's Watches
   
   Buy/Sell/Trade
   
    * Looking for a Watch?
    * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations

 * Engagement Rings
    * Natural
      * Ready to Ship: Natural Diamond
      * Cushion
      * Emerald
      * Heart
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * Lab Grown
      * Ready to Ship: Lab Diamond
      * Cushion
      * Emerald
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * Shop by Shape
      * Asscher
      * Cushion
      * Emerald
      * Heart
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * East-West Collection
    * Engagement Ring Wednesday

 * Fine Jewelry
    * Rings
      * All Rings
      * Engagement Rings
      * Diamond Rings
      * Gemstone Rings
      * Plain Gold Rings
    * Earrings
      * All Earrings
      * Studs
      * Hoops
      * Huggies
      * Climber
      * Dangle
    * Necklaces and Chains
      * All Women's Necklaces
      * Name, Number, and Personalized Necklaces
      * Custom and Engravable Pendants
      * Cross Necklaces
      * Men's Necklaces
      * All Chains
    * Bracelets
      * All Bracelets
      * Tennis Bracelets
    * Gifts
      * All Gifts
      * Fine Jewelry Sets ♡
      * Jewelry for Kids
      * Personalized Necklaces
      * $500 and Under
      * $2000 and Under
      * Gift Cards
      * Custom Jewelry Inquiry
    * Fine Jewelry: New Arrivals
    * Custom Jewelry Inquiry
    * Pre-Loved Designer Jewelry
    * Pink Tag Sale

 * Wedding Bands
    * Women's
      * All Women's Bands
      * Plain Gold Bands
      * Ring Enhancers
      * Shared Prong Diamond Bands
    * Men's
      * All Men's Bands
      * Men's Plain Gold Bands
      * Tungsten Bands

 * Watches
    * Watch Specials
      * TUESDAY TOP 5
      * WATCH SALE FRIDAY
    * Men's
      * All Men's Watches
    * Women's
      * All Women's Watches
    * Buy/Sell/Trade
      * Looking for a Watch?
      * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations

 * 
 * 
 * 0

 * Engagement Rings
   
   Natural
   
    * Ready to Ship: Natural Diamond
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Lab Grown
   
    * Ready to Ship: Lab Diamond
    * Cushion
    * Emerald
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Shop by Shape
   
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   WORK WITH A DIAMOND SPECIALIST
   
   You imagine it, we create it
   
   EAST-WEST ENGAGEMENT RINGS
   
   You asked, we answered

 * Fine Jewelry
   
   Rings
   
    * All Rings
    * Engagement Rings
    * Diamond Rings
    * Gemstone Rings
    * Plain Gold Rings
   
   Earrings
   
    * All Earrings
    * Studs
    * Hoops
    * Huggies
    * Climber
    * Dangle
   
   Necklaces and Chains
   
    * All Women's Necklaces
    * Name, Number, and Personalized Necklaces
    * Custom and Engravable Pendants
    * Cross Necklaces
    * Men's Necklaces
    * All Chains
   
   Bracelets
   
    * All Bracelets
    * Tennis Bracelets
   
   Gifts
   
    * All Gifts
    * Fine Jewelry Sets ♡
    * Jewelry for Kids
    * Personalized Necklaces
    * $500 and Under
    * $2000 and Under
    * Gift Cards
    * Custom Jewelry Inquiry

 * Wedding Bands
   
   Women's
   
    * All Women's Bands
    * Plain Gold Bands
    * Ring Enhancers
    * Shared Prong Diamond Bands
   
   Men's
   
    * All Men's Bands
    * Men's Plain Gold Bands
    * Tungsten Bands

 * Watches
   
   Watch Specials
   
    * TUESDAY TOP 5
    * WATCH SALE FRIDAY
   
   Men's
   
    * All Men's Watches
   
   Women's
   
    * All Women's Watches
   
   Buy/Sell/Trade
   
    * Looking for a Watch?
    * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations

 * Engagement Rings
   
   Natural
   
    * Ready to Ship: Natural Diamond
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Lab Grown
   
    * Ready to Ship: Lab Diamond
    * Cushion
    * Emerald
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Shop by Shape
   
    * Asscher
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   WORK WITH A DIAMOND SPECIALIST
   
   You imagine it, we create it
   
   EAST-WEST ENGAGEMENT RINGS
   
   You asked, we answered

 * Fine Jewelry
   
   Rings
   
    * All Rings
    * Engagement Rings
    * Diamond Rings
    * Gemstone Rings
    * Plain Gold Rings
   
   Earrings
   
    * All Earrings
    * Studs
    * Hoops
    * Huggies
    * Climber
    * Dangle
   
   Necklaces and Chains
   
    * All Women's Necklaces
    * Name, Number, and Personalized Necklaces
    * Custom and Engravable Pendants
    * Cross Necklaces
    * Men's Necklaces
    * All Chains
   
   Bracelets
   
    * All Bracelets
    * Tennis Bracelets
   
   Gifts
   
    * All Gifts
    * Fine Jewelry Sets ♡
    * Jewelry for Kids
    * Personalized Necklaces
    * $500 and Under
    * $2000 and Under
    * Gift Cards
    * Custom Jewelry Inquiry

 * Wedding Bands
   
   Women's
   
    * All Women's Bands
    * Plain Gold Bands
    * Ring Enhancers
    * Shared Prong Diamond Bands
   
   Men's
   
    * All Men's Bands
    * Men's Plain Gold Bands
    * Tungsten Bands

 * Watches
   
   Watch Specials
   
    * TUESDAY TOP 5
    * WATCH SALE FRIDAY
   
   Men's
   
    * All Men's Watches
   
   Women's
   
    * All Women's Watches
   
   Buy/Sell/Trade
   
    * Looking for a Watch?
    * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations

 * Engagement Rings
    * Natural
      * Ready to Ship: Natural Diamond
      * Cushion
      * Emerald
      * Heart
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * Lab Grown
      * Ready to Ship: Lab Diamond
      * Cushion
      * Emerald
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * Shop by Shape
      * Asscher
      * Cushion
      * Emerald
      * Heart
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * East-West Collection
    * Engagement Ring Wednesday

 * Fine Jewelry
    * Rings
      * All Rings
      * Engagement Rings
      * Diamond Rings
      * Gemstone Rings
      * Plain Gold Rings
    * Earrings
      * All Earrings
      * Studs
      * Hoops
      * Huggies
      * Climber
      * Dangle
    * Necklaces and Chains
      * All Women's Necklaces
      * Name, Number, and Personalized Necklaces
      * Custom and Engravable Pendants
      * Cross Necklaces
      * Men's Necklaces
      * All Chains
    * Bracelets
      * All Bracelets
      * Tennis Bracelets
    * Gifts
      * All Gifts
      * Fine Jewelry Sets ♡
      * Jewelry for Kids
      * Personalized Necklaces
      * $500 and Under
      * $2000 and Under
      * Gift Cards
      * Custom Jewelry Inquiry
    * Fine Jewelry: New Arrivals
    * Custom Jewelry Inquiry
    * Pre-Loved Designer Jewelry
    * Pink Tag Sale

 * Wedding Bands
    * Women's
      * All Women's Bands
      * Plain Gold Bands
      * Ring Enhancers
      * Shared Prong Diamond Bands
    * Men's
      * All Men's Bands
      * Men's Plain Gold Bands
      * Tungsten Bands

 * Watches
    * Watch Specials
      * TUESDAY TOP 5
      * WATCH SALE FRIDAY
    * Men's
      * All Men's Watches
    * Women's
      * All Women's Watches
    * Buy/Sell/Trade
      * Looking for a Watch?
      * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations

 * 
 * 
 * 0

 * Engagement Rings
   
   Natural
   
    * Ready to Ship: Natural Diamond
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Lab Grown
   
    * Ready to Ship: Lab Diamond
    * Cushion
    * Emerald
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Shop by Shape
   
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   WORK WITH A DIAMOND SPECIALIST
   
   You imagine it, we create it
   
   EAST-WEST ENGAGEMENT RINGS
   
   You asked, we answered

 * Fine Jewelry
   
   Rings
   
    * All Rings
    * Engagement Rings
    * Diamond Rings
    * Gemstone Rings
    * Plain Gold Rings
   
   Earrings
   
    * All Earrings
    * Studs
    * Hoops
    * Huggies
    * Climber
    * Dangle
   
   Necklaces and Chains
   
    * All Women's Necklaces
    * Name, Number, and Personalized Necklaces
    * Custom and Engravable Pendants
    * Cross Necklaces
    * Men's Necklaces
    * All Chains
   
   Bracelets
   
    * All Bracelets
    * Tennis Bracelets
   
   Gifts
   
    * All Gifts
    * Fine Jewelry Sets ♡
    * Jewelry for Kids
    * Personalized Necklaces
    * $500 and Under
    * $2000 and Under
    * Gift Cards
    * Custom Jewelry Inquiry

 * Wedding Bands
   
   Women's
   
    * All Women's Bands
    * Plain Gold Bands
    * Ring Enhancers
    * Shared Prong Diamond Bands
   
   Men's
   
    * All Men's Bands
    * Men's Plain Gold Bands
    * Tungsten Bands

 * Watches
   
   Watch Specials
   
    * TUESDAY TOP 5
    * WATCH SALE FRIDAY
   
   Men's
   
    * All Men's Watches
   
   Women's
   
    * All Women's Watches
   
   Buy/Sell/Trade
   
    * Looking for a Watch?
    * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations

 * Engagement Rings
   
   Natural
   
    * Ready to Ship: Natural Diamond
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Lab Grown
   
    * Ready to Ship: Lab Diamond
    * Cushion
    * Emerald
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   Shop by Shape
   
    * Asscher
    * Cushion
    * Emerald
    * Heart
    * Marquise
    * Oval
    * Pear
    * Princess
    * Radiant
    * Round
   
   WORK WITH A DIAMOND SPECIALIST
   
   You imagine it, we create it
   
   EAST-WEST ENGAGEMENT RINGS
   
   You asked, we answered

 * Fine Jewelry
   
   Rings
   
    * All Rings
    * Engagement Rings
    * Diamond Rings
    * Gemstone Rings
    * Plain Gold Rings
   
   Earrings
   
    * All Earrings
    * Studs
    * Hoops
    * Huggies
    * Climber
    * Dangle
   
   Necklaces and Chains
   
    * All Women's Necklaces
    * Name, Number, and Personalized Necklaces
    * Custom and Engravable Pendants
    * Cross Necklaces
    * Men's Necklaces
    * All Chains
   
   Bracelets
   
    * All Bracelets
    * Tennis Bracelets
   
   Gifts
   
    * All Gifts
    * Fine Jewelry Sets ♡
    * Jewelry for Kids
    * Personalized Necklaces
    * $500 and Under
    * $2000 and Under
    * Gift Cards
    * Custom Jewelry Inquiry

 * Wedding Bands
   
   Women's
   
    * All Women's Bands
    * Plain Gold Bands
    * Ring Enhancers
    * Shared Prong Diamond Bands
   
   Men's
   
    * All Men's Bands
    * Men's Plain Gold Bands
    * Tungsten Bands

 * Watches
   
   Watch Specials
   
    * TUESDAY TOP 5
    * WATCH SALE FRIDAY
   
   Men's
   
    * All Men's Watches
   
   Women's
   
    * All Women's Watches
   
   Buy/Sell/Trade
   
    * Looking for a Watch?
    * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations

 * Engagement Rings
    * Natural
      * Ready to Ship: Natural Diamond
      * Cushion
      * Emerald
      * Heart
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * Lab Grown
      * Ready to Ship: Lab Diamond
      * Cushion
      * Emerald
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * Shop by Shape
      * Asscher
      * Cushion
      * Emerald
      * Heart
      * Marquise
      * Oval
      * Pear
      * Princess
      * Radiant
      * Round
    * East-West Collection
    * Engagement Ring Wednesday

 * Fine Jewelry
    * Rings
      * All Rings
      * Engagement Rings
      * Diamond Rings
      * Gemstone Rings
      * Plain Gold Rings
    * Earrings
      * All Earrings
      * Studs
      * Hoops
      * Huggies
      * Climber
      * Dangle
    * Necklaces and Chains
      * All Women's Necklaces
      * Name, Number, and Personalized Necklaces
      * Custom and Engravable Pendants
      * Cross Necklaces
      * Men's Necklaces
      * All Chains
    * Bracelets
      * All Bracelets
      * Tennis Bracelets
    * Gifts
      * All Gifts
      * Fine Jewelry Sets ♡
      * Jewelry for Kids
      * Personalized Necklaces
      * $500 and Under
      * $2000 and Under
      * Gift Cards
      * Custom Jewelry Inquiry
    * Fine Jewelry: New Arrivals
    * Custom Jewelry Inquiry
    * Pre-Loved Designer Jewelry
    * Pink Tag Sale

 * Wedding Bands
    * Women's
      * All Women's Bands
      * Plain Gold Bands
      * Ring Enhancers
      * Shared Prong Diamond Bands
    * Men's
      * All Men's Bands
      * Men's Plain Gold Bands
      * Tungsten Bands

 * Watches
    * Watch Specials
      * TUESDAY TOP 5
      * WATCH SALE FRIDAY
    * Men's
      * All Men's Watches
    * Women's
      * All Women's Watches
    * Buy/Sell/Trade
      * Looking for a Watch?
      * Sell or Trade

 * Contact Us
    * About Us
    * Lifetime Warranty
    * Return and Exchange Policy
    * Partnerships & Activations


HAPPY JEWELERS | ENGAGEMENT RINGS, FINE JEWELRY, AND LUXURY WATCHES – HAPPY
JEWELERS


SAVE 25%



NOW THROUGH JUNE,
ON LAB DIAMOND
ENGAGEMENT RINGS



SHOP NOW


SAVE 25%



NOW THROUGH JUNE,
ON LAB DIAMOND
ENGAGEMENT RINGS



SHOP NOW


ENGAGEMENT RING WEDNESDAY

Loading...
<img class="product-single__photo"
data-flickity-lazyload="//happyjewelers.com/cdn/shop/files/IMG_9840_550x.jpg?v=1718668009"
alt="5.16 Carat Lab Created Radiant Engagement Ring with Signature Setting -
Happy Jewelers Fine Jewelry Lifetime Warranty" id="ProductPhotoImg"
data-image-id="32888935055586"
data-zoom-img="//happyjewelers.com/cdn/shop/files/IMG_9840.jpg?v=1718668009"
style="max-width: 2160px; object-fit:cover;object-position:50.0%
50.0%!important;" />
Loading...

<img class="product-single__photo"
data-flickity-lazyload="//happyjewelers.com/cdn/shop/files/Untitleddesign_11_550x.png?v=1718668009"
alt="5.16 Carat Lab Created Radiant Engagement Ring with Signature Setting -
Happy Jewelers Fine Jewelry Lifetime Warranty" id="ProductPhotoImg"
data-image-id="32888923947234"
data-zoom-img="//happyjewelers.com/cdn/shop/files/Untitleddesign_11.png?v=1718668009"
style="max-width: 1000px; object-fit:cover;object-position:50.0%
50.0%!important;" />
Loading...

<img class="product-single__photo"
data-flickity-lazyload="//happyjewelers.com/cdn/shop/files/Untitleddesign_10_550x.png?v=1718668009"
alt="5.16 Carat Lab Created Radiant Engagement Ring with Signature Setting -
Happy Jewelers Fine Jewelry Lifetime Warranty" id="ProductPhotoImg"
data-image-id="32888923914466"
data-zoom-img="//happyjewelers.com/cdn/shop/files/Untitleddesign_10.png?v=1718668009"
style="max-width: 1000px; object-fit:cover;object-position:50.0%
50.0%!important;" />
Loading...

<img class="product-single__photo"
data-flickity-lazyload="//happyjewelers.com/cdn/shop/files/IMG_9841_550x.jpg?v=1707520545"
alt="5.16 Carat Lab Created Radiant Engagement Ring with Signature Setting -
Happy Jewelers Fine Jewelry Lifetime Warranty" id="ProductPhotoImg"
data-image-id="32888935088354"
data-zoom-img="//happyjewelers.com/cdn/shop/files/IMG_9841.jpg?v=1707520545"
style="max-width: 2160px; object-fit:cover;object-position:50.0%
50.0%!important;" />
Loading...


Loading...
<img class="product-single__photo"
data-flickity-lazyload="//happyjewelers.com/cdn/shop/files/IMG_9840_550x.jpg?v=1718668009"
alt="5.16 Carat Lab Created Radiant Engagement Ring with Signature Setting -
Happy Jewelers Fine Jewelry Lifetime Warranty" id="ProductPhotoImg"
data-image-id="32888935055586"
data-zoom-img="//happyjewelers.com/cdn/shop/files/IMG_9840.jpg?v=1718668009"
style="max-width: 2160px; object-fit:cover;object-position:50.0%
50.0%!important;" />
Loading...




5.16 RADIANT LAB DIAMOND ENGAGEMENT RING WITH SIGNATURE SETTING | ENGAGEMENT
RING WEDNESDAY

   
 * Your Cart Subtotal$11,800.00
   
 * Your Cart Subtotal$16,500.00
 * 

Shipping calculated at checkout.

Default Title - $11,800.00
Add to cart

Only one in stock ready to ship! 

Facebook or Instagram orders: After placing your order, text your order number
and desired size to (714) 992-0454 or add to cart directly on our website! 

Center Stone Details

5.16 Carat Radiant Certified Lab Diamond

Center Stone Color E Center Stone Clarity VS1 Center Stone Polish Excellent
Center Stone Symmetry Excellent Dimensions:  12.54 x 8.45 x 5.67 Certification
IGI Setting Style HJ Signature Setting, Non-Cathedral Setting Metal 14 Karat
White Gold Halo Style Natural Diamond Hidden Halo Band Style

Natural Round Diamonds Set 3/4ths Around Band

Approximate Band Width 2.00mm  Total Carat Weight of the Setting Approximately
0.57 cttw Stones on the Setting G Color, SI Clarity Internal Sku 201-00130
Included Warranty Happy Jewelers Lifetime Warranty Appraisal  Included in
purchase

 

Lifetime warranty is included with your purchase, take a look at what it
covers, here!


View our Return and Exchange Policy here.


EXPLORE OUR PRODUCTS

EAST-WEST ENGAGEMENT RINGS New Arrivals: fine jewelry New arrivals: Rolex
4.01 Radiant Lab DIamond East-West Engagement Ring
$7,200.00 $5,400.00


4.20 Oval Lab Diamond East-West Engagement Ring
$8,200.00 $6,150.00


4.02 Radiant Lab Diamond East-West Engagement Ring
$8,400.00 $6,300.00


Sold Out
4.06 Radiant Lab Diamond East-West Engagement Ring
$9,000.00 $6,750.00


Bold Hoop Earring
$375.00


Bamboo Hoop Earring
$450.00


Flat Hoop Earring
$325.00


Open Hoop Earring
$350.00


Rolex Daytona 40mm Silver Dial Ref# 126519LN
$44,000.00


Rolex GMT-Master II 40mm Black Dial Ref# 126710GRNR
$24,500.00


Rolex Daytona 40mm Black Dial Ref# 116500LN
$27,000.00


Rolex GMT-Master II 40mm Black Dial Ref# 126711CHNR
$18,500.00




READY TO SHIP ENGAGEMENT RINGS

4.01 Radiant Lab DIamond East-West Engagement Ring
$7,200.00 $5,400.00


4.20 Oval Lab Diamond East-West Engagement Ring
$8,200.00 $6,150.00


4.06 Radiant Lab Diamond East-West Engagement Ring
$9,000.00 $6,750.00


4.25 Cushion Lab Diamond East-West Engagement Ring
$9,000.00 $6,750.00


View all


MEN'S WATCHES

Rolex Daytona 40mm Silver Dial Ref# 126519LN
$44,000.00


Audemars Piguet Royal Oak 39mm White Dial Ref# 15300OR.OO.D088CR.02
$34,000.00


Omega Seamaster 42mm Blue Dial Ref# 210.30.42.20.03.002
$10,500.00


Breitling Chronomat 43mm White Dial Ref# A13356
$4,800.00


View all


SHOP BY CATEGORY

Engagement Rings

Rings

Necklaces

Bracelets

Watches

Wedding Bands


AS SEEN IN




VOTED BEST JEWELERS IN ORANGE COUNTY

Visit us at our Fullerton, CA location or shop online!

Text or Call Us:
(714) 992-0454

Email Us:
info@happyjewelers.com

Store Address
1565 S. Harbor Blvd,
Fullerton, CA 92832


SUBSCRIBE TO OUR MAILING LIST

To Receive exclusive perks and discounts. Join our Family.

Thanks for Joining!




CUSTOM LISTING FOR TRAM: ROLEX LADIES DATEJUST 18K YELLOW GOLD & STEEL 36MM MOP
DIAMOND DOT DIAL WATCH REFERENCE #: 16233

Buy Now
D
dustinpoirier

11/15/22
Had the opportunity to meet the legend miketyson before my fight Saturday!
#ElDiamante #PaidInFull
READ MORE...
READ LESS
Was this review helpful?

0

0
E
ernest

11/13/22
It’s gettin better all the time! MOBILE ALABAMA 🤌🏼 #CountryMusic (📷:
colinwarren )
READ MORE...
READ LESS
Was this review helpful?

0

0
H
happybelliesbyjenny

11/12/22
We are 400k! #thankyou 💚 “Just do what works for you. Because there will always
be someone who thinks differently” Thanks to all my followers and for my familia
that is always behind all my crazy ideas lol including my parents 😘
#jennymartinez #mexican #recipes #recetas #mexicana #comida #michoacan #jalisco
#gracias #400 #k
READ MORE...
READ LESS
Was this review helpful?

0

0
C
caleighryan

11/11/22
“YOU ARE HER.” The other night delaneyroyer told me that when I was a little
unsure about my extra-ness and I’ve never been more obsessed with anything in my
life. So the next time you’re doubting yourself or feeling unsure, remind
yourself just that.
READ MORE...
READ LESS
Was this review helpful?

0

0
K
kameronmarlowe

11/10/22
Got to see firsthand all the incredible work stjude does recently and I’m damn
proud to wear #ThisShirtSavesLives and support the kids stjude fighting cancer.
Get a shirt at MusicGives.org #MusicGives
READ MORE...
READ LESS
Was this review helpful?

0

0


TUDOR MENS BLACK BAY GMT "ROOTBEER" STAINLESS STEEL AND YELLOW GOLD 41MM BLACK
DOT DIAL WATCH REFERENCE# 79833MN

Buy Now
C
christiancraig

11/10/22
Told myself I wasn't going to be this dad at the track. Welp here we are 🙈.
Swipe to see the moto dad in full effect. NEW VLOG. Link in bio
READ MORE...
READ LESS
Was this review helpful?

0

0
J
jasminerothofficial

11/10/22
Refrigerator reveal! So excited to show off our brand new forteappliances panel
ready refrigerator and freezer. As you know, the ‘Hazel’s Cozy Cabin’ kitchen
was a full gut renovation and adding a full sized refrigerator with ice and
filtered water was at the top of my list. If refrigerators are your love
language (they’re definitely mine) save this post because this refrigerator is
the one for you. 😍😍 — If you thought you had seen all there was to see at
‘Hazel’s Cozy Cabin’, think again. I still have so much to show you and a big
announcement coming soon. 🤫 — #HazelsCozyCabin #Partner #BuildYourHappy
#WomenWhoBuild
READ MORE...
READ LESS
Was this review helpful?

0

0
V
victoriabrowne

11/09/22
THE REAL POD LOVE SHOW IS LIVE!! 💓🎤✨ Link in bio to listen, laugh, and hear
the whole episode!! I’m so glad it’s finally uploaded so you can join in on the
fun! 🤩 Thank you again to my BFFS Nat & Ella for being the world’s best guests!
Where should realpod go next….?! 👀✈️
READ MORE...
READ LESS
Was this review helpful?

0

1
_
_paigecraig

11/09/22
Our weekends lately 🥰 can’t beat these days whether Jaggers 1st or last, we are
enjoying it and that’s what it’s all about ❤️
READ MORE...
READ LESS
Was this review helpful?

0

0
U
usman84kg

11/14/22
There’s always turbulence before the breakthrough. This makes success so much
sweeter. Champions never stay down. We always find a way to the top. What an
amazing weekend with even more amazing people and energies🫶🏿🫶🏿 #blessed
#ufc281
READ MORE...
READ LESS
Was this review helpful?

0

0
M
morganwallen

11/10/22
Been wearing suits a lot lately
READ MORE...
READ LESS
Was this review helpful?

0

0
C
claytonkershaw

11/09/22
Happy birthday to ellenkershaw! We love you and hope you have the best day being
celebrated! Getting older with you isn’t so bad! You make life fun and handle
the chaos with ease! Thankful for another year with you!!
READ MORE...
READ LESS
Was this review helpful?

0

0
R
romobrittany

11/09/22
New face card unlocked 🔓
READ MORE...
READ LESS
Was this review helpful?

1

0
L
lancemccullers43

11/08/22
Houston, thank you for all the love and support over the years. This one is for
you! 2022 World Series Champions 🔥🔥🔥
READ MORE...
READ LESS
Was this review helpful?

0

0
C
chaseyoung

11/07/22
Every day, all day. Reach Your Peak. ashocenergy
READ MORE...
READ LESS
Was this review helpful?

0

0
S
sugasean

11/06/22
Humblest Bantamweight kingpalm
READ MORE...
READ LESS
Was this review helpful?

0

0
S
summer_pardi

11/06/22
💗
READ MORE...
READ LESS
Was this review helpful?

1

0
M
mccannon33

11/01/22
Firefighter and Policeman by day, Batman and Spider-Man by night!
#HappyHalloween from the McCann’s!
READ MORE...
READ LESS
Was this review helpful?

1

0
M
maddiemcadoo

11/01/22
No costumes or decorations other than these pumpkins that were in Cameron’s
truck this morning lol. Happy Halloween 👻
READ MORE...
READ LESS
Was this review helpful?

0

0
K
karamccullers

10/29/22
How is this our 4th World Series with this team!?! 🤯 Beyond grateful. Their
resilience is incredible!!! Let’s go ‘Stros!!!!
READ MORE...
READ LESS
Was this review helpful?

0

0
M
malika_andrews

10/28/22
What a fun week on NBA Today! Photos: diandra.ann
READ MORE...
READ LESS
Was this review helpful?

0

0
C
chiney

10/27/22
ALIEN SUPERSTAR. Show them who you are. 🖤✨ • 📸: diandra.ann
READ MORE...
READ LESS
Was this review helpful?

0

0
M
mighty

10/27/22
He’s so powerful! always great catching up with joerogan been too long ENJOY!
#podcast
READ MORE...
READ LESS
Was this review helpful?

0

0
C
cameronmcadoo

10/26/22
Spooky szn 👻🎃 mdowsey_
READ MORE...
READ LESS
Was this review helpful?

0

0
T
tvturner

10/25/22
Tough ending to a special year.. wish we could rewrite it but had a blast with
the guys this year. Thank you Dodger fans for packing out the stadium every
night. We appreciate every one of you! You make Dodger stadium special. 🤘🏼
READ MORE...
READ LESS
Was this review helpful?

0

0
T
tvturner

10/25/22
Tough ending to a special year.. wish we could rewrite it but had a blast with
the guys this year. Thank you Dodger fans for packing out the stadium every
night. We appreciate every one of you! You make Dodger stadium special. 🤘🏼
READ MORE...
READ LESS
Was this review helpful?

0

0
J
jen_schro

10/25/22
In August of 2019, at Easton Stadium on UCLA’s campus, I surprised all my
Retreaters & their families by announcing that together, alongside
eastonfastpitch & with the help of all my jenschrocatching girls, we designed
the first-ever catcher’s gear made specifically for a female’s body. We named
that gear ‘The Very Best,’ because that’s what it is. (It is also over $450 &
continuously out of stock, but damn is it good). At the same time we launched a
more entry-level gear called ‘The Fundamental’ - it’s silhouette is the same,
but it doesn’t boast all the cool technology The Very Best does- but it’s
PERFECT for a beginner. But, what if you’re in between those? What If you want
that female-specific silhouette & some of that awesome technology, but you need
it tomorrow & don’t have $500 in your bank account? When Easton & I develop a
product together, our goal is to try & solve a problem a softball family or
player has. So, what’s ‘THE NEXT BIG THING’ you ask? Well, the families who
attend this Winter’s Jen Schro Catching Retreat will be the first to know. All
I’ve got to say is what we’ve got up our sleeves is PRIME. #jenschrocatching
READ MORE...
READ LESS
Was this review helpful?

0

0
Y
yungjoc650

10/20/22
miss that feeling
READ MORE...
READ LESS
Was this review helpful?

0

0
A
austinforkner

10/20/22
I rode sx.. 📸 mdowsey_
READ MORE...
READ LESS
Was this review helpful?

0

0
C
chanenjohnson

10/19/22
Sunday’s vibe👽🛸
READ MORE...
READ LESS
Was this review helpful?

0

0
A
ashbrew

10/19/22
Not that I need an excuse to wear sparkles, but NBA opening night will do! 😍✨🪩
READ MORE...
READ LESS
Was this review helpful?

0

1
C
claytonkershaw

10/18/22
Not the way we wanted it to end but thankful for another year in Dodger blue.
READ MORE...
READ LESS
Was this review helpful?

0

0
H
headdturnerr

10/14/22
Another TEAM win in a tough place +3 👀 to Sunday
READ MORE...
READ LESS
Was this review helpful?

0

0
E
emilywmayfield

10/12/22
6️⃣’s biggest fan ♥️♥️♥️
READ MORE...
READ LESS
Was this review helpful?

0

1
W
will.smith

10/07/22
Postseason time!
READ MORE...
READ LESS
Was this review helpful?

0

0
I
itsjuwan

10/04/22
Keep calm & carry on 🇬🇧
READ MORE...
READ LESS
Was this review helpful?

0

0
R
ryleejeankirk

10/01/22
such an amazing week none of us will ever forget - cheers to good friends, the
hartranft’s, and memories 🍹🥥🐢 Pic # 8 jennifernoelle3 so kindly captured
austin saving me getting my $h*t rocked by a wave So I’m thanking her with pic #
9 of her dropping an album. 🎤 Pic # 10 is what brought us all together 🤍🤍 we
love you guys!
READ MORE...
READ LESS
Was this review helpful?

0

1
J
jonpardi

10/01/22
Excited for a sold out show in Nashville!!! See ya tonight!
READ MORE...
READ LESS
Was this review helpful?

0

0
A
adell7

09/29/22
Last Homie 😓 #SaddleUp
READ MORE...
READ LESS
Was this review helpful?

0

0
F
fskpart3

09/27/22
Year 8 #ItWasAllADream
READ MORE...
READ LESS
Was this review helpful?

0

0
D
d_maydabeast

09/23/22
So great to see everyone who came out for bobblehead night. Thanks y’all!
READ MORE...
READ LESS
Was this review helpful?

0

0
J
jakefunk34

09/20/22
Play your cards right 🃏
READ MORE...
READ LESS
Was this review helpful?

0

0
K
ktuck_30

08/19/22
👑
READ MORE...
READ LESS
Was this review helpful?

0

0
C
cody_nolove

08/16/22
In between goals is a thing called life. That has to be lived and enjoyed!
READ MORE...
READ LESS
Was this review helpful?

0

0
T
taseven7

07/22/22
💫
READ MORE...
READ LESS
Was this review helpful?

0

0
C
cody_bellinger

06/30/22
💧
READ MORE...
READ LESS
Was this review helpful?

0

0
C
chaseyoung

06/01/22
🤝🏽
READ MORE...
READ LESS
Was this review helpful?

0

0
B
buehlersdayoff21

04/26/22
W.
READ MORE...
READ LESS
Was this review helpful?

0

0
T
tyfrance_

04/08/22
Opening day ’22! Let’s go mariners 🔱 #SeaUsRise
READ MORE...
READ LESS
Was this review helpful?

0

0
T
timwelchmt

03/03/22
Chillin
READ MORE...
READ LESS
Was this review helpful?

0

0
T
tmartn

02/27/22
Best day of my life! Just posted our proposal vlog on YouTube 🥰
READ MORE...
READ LESS
Was this review helpful?

0

0
J
jonathan_india

02/24/22
Keep that energy 🔋
READ MORE...
READ LESS
Was this review helpful?

0

0
S
shaboidj

05/31/21
Back home for The Off-Season /// theqbretreat
READ MORE...
READ LESS
Was this review helpful?

0

0
Slideshow
Slide controls

Loading...

Powered by



Slideshow
Slide controls

Buy Now




Buy Now















































Buy Now




Buy Now


Text or Call Us: (714) 992-0454
Email Us: orders@happyjewelers.com
 * Text or Call Us: (714) 992-0454
 * Email Us: orders@happyjewelers.com


EMPTY HEADING

Address:
1565 S Harbor Blvd,
Fullerton, CA 92832

Phone: (714) 992-0454

Hours:
Mon-Fri: 10AM-6PM
Sat: 10AM-5PM
Sun: Closed


EMPTY HEADING

 * Financing and Payment Options
 * Warranty Information
 * Return and Exchange Policy
 * Shipping Policy
 * Online Return/Exchange Portal
 * Jewelry Education
 * Watch Education


EMPTY HEADING

 * Privacy Policy
 * Terms of Service
 * Do not sell my personal information
 * BBB
 * Press
 * Accessibility


GET CONNECTED

 * Facebook icon
 * Instagram icon
 * YouTube icon
 * TikTok icon
 * Pinterest icon


COUNTRY/REGION

Australia (USD $) Canada (USD $) United States (USD $)
Update country/region
United States (USD $)
 * Australia (USD $)
 * Canada (USD $)
 * United States (USD $)

© 2024 Happy Jewelers

Enable JavaScript to ensure website accessibility



Google Recaptcha



 * Engagement Rings
 * Fine Jewelry
 * Wedding Bands
 * Watches
 * Contact Us
   
 * Log in
 * Create Account
    * Facebook icon
    * Instagram icon
    * YouTube icon
    * TikTok icon
    * Pinterest icon

Back
 * 

Back
 * 




YOUR CART


Free Shipping

The Pink Light Ring Box
You are $500.00 away from FREE SHIPPING

YOUR CART IS EMPTY!

Add your favorite items to your cart.

Shop Now



START WITH THESE TOP SELLERS

Initial Ring with Single Diamond
Price $165.00
Options
The Kate Huggie Earrings
Price $250.00
Color
Small Diamond Initial Necklace
Price $350.00
Options
Powered by Rebuy


Subtotal (0 item)
$0.00

Checkout



Your cart progress is 0%% complete. You are $500.00 away from FREE SHIPPING

Please enter your ticket information before you continue
0 / 1 Tickets Completed
Loading...
0 / 1 Tickets Completed
Checkout


My Wishlist0