${(function(){ const get_random_six_digits = () => { return Math.random().toString().slice(-6) }; const wholesale_enabled = false; const setting_product_image_display = "natural"; const product_image = data.image; const secondary_image = data.secondImage; const image_width = product_image.width; let image_height = product_image.height; if(setting_product_image_display == '100%'){ image_height = image_width }else if(setting_product_image_display == '133.33%'){ image_height = image_width * 1.3333; }; const product_image_hover_on = true && !!secondary_image.src; const has_save_label = true && ((+data.compare_at_price) > (+data.price)); const is_single_variant = data.variants.length == 1; const min_price_variant_href = (data.min_price_variant && data.min_price_variant.available) ? data.min_price_variant.url : data.url; const retail_price_max = data.retail_price_max || data.compare_at_price_max; const THUMBNAILS_MAX_SIZE = 3; const thumbnails = data.thumbVariants.slice(0, THUMBNAILS_MAX_SIZE); const image_wrap_id = 'image_wrap_' + get_random_six_digits(); const image_carousel_id = 'image_carousel_' + get_random_six_digits(); const thumbnails_selector_id = 'thumbnails_selector_' + get_random_six_digits(); const form_id = 'form_' + get_random_six_digits(); return `
${ data.available ? `${ (+data.compare_at_price > +data.price) ? `Save
` : '' }` : "Sold out" }
${data.title}
${ data.price_min != data.price_max ? `From
` : `
` }
+${data.remainInvisibleThumbCount}
` })()}
Search
Log in
Create an account
${data.data && data.data.count}
Home
Hot selling product
Auto parts
Pet products
Household goods
Beauty products
Digital accessories products
More links
${(function(){ const formatLinks = (links) => { return links.map(link => { link.tag = tags[link.title.toUpperCase()] || {}; link.target_attr = link.target == '_blank' ? 'target="_blank"' : ''; link.href_attr = link.url ? `href="${link.url}"` : ''; if(link.children && link.children.length){ link.children = formatLinks(link.children); } return link; }) }; const tags = "{}"; let linkList = [ { id: 66289417, title: "Home", url: "\/", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289419, title: "Hot selling product", url: "\/collections\/discount-product", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289421, title: "Auto parts", url: "\/collections\/cars", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289423, title: "Pet products", url: "\/collections\/pet", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289425, title: "Household goods", url: "\/collections\/home-decoration", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289427, title: "Beauty products", url: "\/collections\/beauty-makeup", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289429, title: "Digital accessories products", url: "\/collections\/digital-accessories", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, ].slice(offset); linkList = formatLinks(linkList); const hasChild = linkList.some(link => !!(link.children && link.children.length || link.product0.id)); return `
${link.title}
${link.tag.label}
${second_link.title}
${second_link.tag.label}
${third_links.title}
${third_links.tag.label}
${link.title}
${link.tag.label}
` })()}
Home
Hot selling product
Auto parts
Pet products
Household goods
Beauty products
Digital accessories products
More links
${(function(){ const formatLinks = (links) => { return links.map(link => { link.tag = tags[link.title.toUpperCase()] || {}; link.target_attr = link.target == '_blank' ? 'target="_blank"' : ''; link.href_attr = link.url ? `href="${link.url}"` : ''; if(link.children && link.children.length){ link.children = formatLinks(link.children); } return link; }) }; const tags = "{}"; let linkList = [ { id: 66289417, title: "Home", url: "\/", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289419, title: "Hot selling product", url: "\/collections\/discount-product", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289421, title: "Auto parts", url: "\/collections\/cars", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289423, title: "Pet products", url: "\/collections\/pet", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289425, title: "Household goods", url: "\/collections\/home-decoration", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289427, title: "Beauty products", url: "\/collections\/beauty-makeup", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, { id: 66289429, title: "Digital accessories products", url: "\/collections\/digital-accessories", target: "_blank", levels: 0, product0: null || {}, children: [ ] }, ].slice(offset); linkList = formatLinks(linkList); const hasChild = linkList.some(link => !!(link.children && link.children.length || link.product0.id)); return `
${link.title}
${link.tag.label}
${second_link.title}
${second_link.tag.label}
${third_links.title}
${third_links.tag.label}
${link.title}
${link.tag.label}
` })()}
Log in
Create an account
${data.data && data.data.count}
Search
Home
Hot selling product
Auto parts
Pet products
Household goods
Beauty products
Digital accessories products
${(function(){ if (data === undefined || typeof data !== 'string' || data == '') return '
'; const keyword = encodeURIComponent(data); return `
View more
Your search for '${data}' did not yield any results.
` })()}
(function(){ let w = window.innerWidth; function setHeaderCssVar() { const headerEle = document.getElementById('shoplaza-section-header'); if(!headerEle){ return }; document.body.style.setProperty('--window-height', `${window.innerHeight}px`); document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`); document.body.style.setProperty('--header-scroll-hide-height-md', `${headerEle.querySelector('.header__mobile .header__scroll_hide').clientHeight}px`); document.body.style.setProperty('--header-scroll-hide-height-pc', `${headerEle.querySelector('.header__desktop .header__scroll_hide').clientHeight}px`); } function handlResize() { if(w == window.innerWidth){return}; w = window.innerWidth; setHeaderCssVar(); }; function init(){ setHeaderCssVar(); window.removeEventListener('resize', window._theme_header_listener) window._theme_header_listener = handlResize; window.addEventListener('resize', window._theme_header_listener); } init(); })();
${data.index + 1}/33
Jewelry Initial Pendant Necklace for Men Womens, 14K Gold Plated Square Letter Capital Necklace Alphabets from A-Z Figaro Chain Necklace
$16.99
$59.99
Save
$43.00
${function() { const variantData = data.variant || {"id":"40fd6fcf-bee7-4a8e-a084-8d3a30ed3300","product_id":"bac9c2d0-d602-42e6-94f9-856cd6d86849","title":"A(Single pendant)+Figaro chain 50CM","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"A(Single pendant)+Figaro chain 50CM","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/13bf182fed0729abd5ee28dc933f1036.jpg","path":"13bf182fed0729abd5ee28dc933f1036.jpg","width":1920,"height":1920,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"16.99","retail_price":"59.99","available":true,"url":"\/products\/jewelry-initial-pendant-necklace-for-men-womens-14k-gold-plated-square-letter-capital-necklace-alphabets-from-a-z-figaro-chain-necklace?variant=40fd6fcf-bee7-4a8e-a084-8d3a30ed3300","available_quantity":999999999,"options":[{"name":"colour","value":"A(Single pendant)+Figaro chain 50CM"}],"off_ratio":72,"flashsale_info":[],"sales":241411}; const saveType = "amount"; const saveText = "Save {{saved_amount}}"; const productLabelDiscountOn = true; return `
-
${saveText.replace('\{\{saved_amount\}\}', saveType == 'percentage' ? variantData.off_ratio + '%' : `
` )}
`; }()}
241411 sold
Colour
: A(Single pendant)+Figaro chain 50CM
${function(){ const optName = "colour"; const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value; const optionValueText = optionValue ? (': ' + optionValue) : ''; return `
${optionValueText}
` }()}
A(Single pendant)+Figaro chain 50CM
B(Single pendant)+Figaro chain 50CM
C(Single pendant)+Figaro chain 50CM
D(Single pendant)+Figaro chain 50CM
E(Single pendant)+Figaro chain 50CM
F(Single pendant)+Figaro chain 50CM
G(Single pendant)+Figaro chain 50CM
H(Single pendant)+Figaro chain 50CM
I(Single pendant)+Figaro chain 50CM
J(Single pendant)+Figaro chain 50CM
K(Single pendant)+Figaro chain 50CM
L(Single pendant)+Figaro chain 50CM
M(Single pendant)+Figaro chain 50CM
N(Single pendant)+Figaro chain 50CM
O(Single pendant)+Figaro chain 50CM
P(Single pendant)+Figaro chain 50CM
Q(Single pendant)+Figaro chain 50CM
R(Single pendant)+Figaro chain 50CM
S(Single pendant)+Figaro chain 50CM
T(Single pendant)+Figaro chain 50CM
U(Single pendant)+Figaro chain 50CM
V(Single pendant)+Figaro chain 50CM
W(Single pendant)+Figaro chain 50CM
X(Single pendant)+Figaro chain 50CM
Y(Single pendant)+Figaro chain 50CM
Z(Single pendant)+Figaro chain 50CM
${function(){ const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data); return `
${tipText}
` }()}
Quantity
Add to cart
$16.99
${function(){ const wholesale_enabled = false; const qty = data.quantity || 1; const currentSelectVariant = data.variant; const defaultVariant = (data.product && data.product.variants && data.product.variants[0]); const productVariant = {"id":"40fd6fcf-bee7-4a8e-a084-8d3a30ed3300","product_id":"bac9c2d0-d602-42e6-94f9-856cd6d86849","title":"A(Single pendant)+Figaro chain 50CM","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"A(Single pendant)+Figaro chain 50CM","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/13bf182fed0729abd5ee28dc933f1036.jpg","path":"13bf182fed0729abd5ee28dc933f1036.jpg","width":1920,"height":1920,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"16.99","retail_price":"59.99","available":true,"url":"\/products\/jewelry-initial-pendant-necklace-for-men-womens-14k-gold-plated-square-letter-capital-necklace-alphabets-from-a-z-figaro-chain-necklace?variant=40fd6fcf-bee7-4a8e-a084-8d3a30ed3300","available_quantity":999999999,"options":[{"name":"colour","value":"A(Single pendant)+Figaro chain 50CM"}],"off_ratio":72,"flashsale_info":[],"sales":241411}; const variantData = currentSelectVariant || defaultVariant || productVariant; const wholesale_price = variantData.wholesale_price || []; if(wholesale_enabled && wholesale_price.length > 0) { let wholesaleIndex = wholesale_price.findIndex(item => { return item.min_quantity > qty; }); if(wholesaleIndex < 0){ wholesaleIndex = wholesale_price.length - 1; }else if(wholesaleIndex > 0){ wholesaleIndex = wholesaleIndex - 1; } const wholesalePrice = wholesale_price[wholesaleIndex] || ''; return `
` }else { return `
` } }()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){ const variantData = data.variant || {"id":"40fd6fcf-bee7-4a8e-a084-8d3a30ed3300","product_id":"bac9c2d0-d602-42e6-94f9-856cd6d86849","title":"A(Single pendant)+Figaro chain 50CM","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"A(Single pendant)+Figaro chain 50CM","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/13bf182fed0729abd5ee28dc933f1036.jpg","path":"13bf182fed0729abd5ee28dc933f1036.jpg","width":1920,"height":1920,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"16.99","retail_price":"59.99","available":true,"url":"\/products\/jewelry-initial-pendant-necklace-for-men-womens-14k-gold-plated-square-letter-capital-necklace-alphabets-from-a-z-figaro-chain-necklace?variant=40fd6fcf-bee7-4a8e-a084-8d3a30ed3300","available_quantity":999999999,"options":[{"name":"colour","value":"A(Single pendant)+Figaro chain 50CM"}],"off_ratio":72,"flashsale_info":[],"sales":241411}; return `
` }()}
${function() { const minDays = parseInt('7'); const maxDays = parseInt('13'); const customText = "Estimated Delivery\uff1a{min_date} - {max_date}"; const minDate = new Date(Date.now() + (minDays * 86400000)); const maxDate = new Date(Date.now() + (maxDays * 86400000)); const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear()) ? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' }) : new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' }); const tipText = customText.replace(/\{min_date\}/g, '
' + formatDate.format(minDate) + '
') .replace(/\{max_date\}/g, '
' + formatDate.format(maxDate) + '
'); return `
${tipText}
`; }()}
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
INITIAL MEANING: Wear your initial necklace as areminder that you are one and only.
Increase personalfascination in any occaslon.
DIMENSION OF NECKLACE: Pendant size: 2.3cm1.8cm (1.26*0.64 inch),Chain Length:50cm=20" Weight:10 grams.
IDEAL GlFT: Present for Wedding, Valentine's Day,Birthday, Father's Day, Graduation, Wedding, Anniversary,also suitable for daily
wearing GOOD SERVICE:We will provide the highest standardof customer service and 100% satisfied shoppingexperience.
lf you are not completely satisfied with yourpurchase,Just contact us, We will resolve your problemwithin 24 hours.
View Cart
${function(){ const productData = data.product; let product_change_event = '', mouse_over_event = ' '; mouse_out_event = ''; const product_options = productData.options.filter(Boolean) || []; for (let opt of product_options) { product_change_event = product_change_event + `quick-shop-selected-variant-${opt.name}.rerender(data=event.selectedValues.${opt.name});`; mouse_out_event = mouse_out_event + `quick-shop-selected-variant-${opt.name}.rerender(data=event.selectData.${opt.name});`; mouse_over_event = mouse_over_event + `@${opt.name}Mouseover="quick-shop-selected-variant-${opt.name}.rerender(data=event);"`; } const selectedVariant = productData.variants.find(v => v.available) || productData.variants[0]; const statusLan = ((selectedVariant && !selectedVariant.available) || (!selectedVariant && !productData.available)) ? "Sold out" : "Add to cart"; return `
${statusLan}
` }()}
${function(){ const currentSelectVariant = data.variant; const defaultVariant = (data.product && data.product.variants && data.product.variants[0]); const variantData = currentSelectVariant || defaultVariant || data; const retail_price = variantData.retail_price || 0; return `
Retail
` }()}
${function(){ const wholesale_enabled = false; const qty = data.quantity || 1; const currentSelectVariant = data.variant; const defaultVariant = (data.product && data.product.variants && data.product.variants[0]); const productVariant = {"id":"40fd6fcf-bee7-4a8e-a084-8d3a30ed3300","product_id":"bac9c2d0-d602-42e6-94f9-856cd6d86849","title":"A(Single pendant)+Figaro chain 50CM","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"A(Single pendant)+Figaro chain 50CM","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/13bf182fed0729abd5ee28dc933f1036.jpg","path":"13bf182fed0729abd5ee28dc933f1036.jpg","width":1920,"height":1920,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"16.99","retail_price":"59.99","available":true,"url":"\/products\/jewelry-initial-pendant-necklace-for-men-womens-14k-gold-plated-square-letter-capital-necklace-alphabets-from-a-z-figaro-chain-necklace?variant=40fd6fcf-bee7-4a8e-a084-8d3a30ed3300","available_quantity":999999999,"options":[{"name":"colour","value":"A(Single pendant)+Figaro chain 50CM"}],"off_ratio":72,"flashsale_info":[],"sales":241411}; const variantData = currentSelectVariant || defaultVariant || productVariant; const wholesale_price = variantData.wholesale_price || []; if(wholesale_enabled && wholesale_price.length > 0) { let wholesaleIndex = wholesale_price.findIndex(item => { return item.min_quantity > qty; }); if(wholesaleIndex < 0){ wholesaleIndex = wholesale_price.length - 1; }else if(wholesaleIndex > 0){ wholesaleIndex = wholesaleIndex - 1; } const wholesalePrice = wholesale_price[wholesaleIndex] || ''; return `
` }else { return `
` } }()}
${function() { let variantImageShowed = false; const currentProduct = data.product; return (currentProduct.options || []).map((option, index) => { const optionName = option.name || ''; const position = `option${index + 1}`; let isThumbImage = false; if (currentProduct.need_variant_image && !variantImageShowed) { const variantNames = ["color"] || []; for (let i = 0, len = variantNames.length; i < len; i++) { const name = variantNames[i].toLowerCase(); if (name === optionName.toLowerCase()) { isThumbImage = true; variantImageShowed = true; } } } const variantType = "button"; const thumbStyle = "image_with_text"; return `
${optionName}:
${option.values.map((value, idx) => { const selected = data.selectedValues[optionName] == value ? 'checked' : ''; let thumbImage = null; if (isThumbImage) { const variants = currentProduct.variants; for (let i = 0, len = variants.length; i < len; i++) { const variant = variants[i]; if (variant[position] == value && thumbImage == null) { thumbImage = variant.image; break; } } } return `
${value}
` }).join('')}
${optionName}
${option.values.map(value => { const selected = data.selectedValues[optionName] == value ? 'selected' : ''; return `
${value}
` }).join('')}
` }).join(''); }()}
${data.originData && data.originData.value || data.value}
View Cart
${function(){ const productData = data.product; let product_change_event = '', mouse_over_event = ' '; mouse_out_event = ''; const product_options = productData.options.filter(Boolean) || []; for (let opt of product_options) { product_change_event = product_change_event + `quick-shop-selected-variant-${opt.name}.rerender(data=event.selectedValues.${opt.name});`; mouse_out_event = mouse_out_event + `quick-shop-selected-variant-${opt.name}.rerender(data=event.selectData.${opt.name});`; mouse_over_event = mouse_over_event + `@${opt.name}Mouseover="quick-shop-selected-variant-${opt.name}.rerender(data=event);"`; } const selectedVariant = productData.variants.find(v => v.available) || productData.variants[0]; const statusLan = ((selectedVariant && !selectedVariant.available) || (!selectedVariant && !productData.available)) ? "Sold out" : "Add to cart"; return `
${statusLan}
` }()}
${function(){ const currentSelectVariant = data.variant; const defaultVariant = (data.product && data.product.variants && data.product.variants[0]); const variantData = currentSelectVariant || defaultVariant || data; const retail_price = variantData.retail_price || 0; return `
Retail
` }()}
${function(){ const wholesale_enabled = false; const qty = data.quantity || 1; const currentSelectVariant = data.variant; const defaultVariant = (data.product && data.product.variants && data.product.variants[0]); const productVariant = {"id":"40fd6fcf-bee7-4a8e-a084-8d3a30ed3300","product_id":"bac9c2d0-d602-42e6-94f9-856cd6d86849","title":"A(Single pendant)+Figaro chain 50CM","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"A(Single pendant)+Figaro chain 50CM","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/13bf182fed0729abd5ee28dc933f1036.jpg","path":"13bf182fed0729abd5ee28dc933f1036.jpg","width":1920,"height":1920,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"16.99","retail_price":"59.99","available":true,"url":"\/products\/jewelry-initial-pendant-necklace-for-men-womens-14k-gold-plated-square-letter-capital-necklace-alphabets-from-a-z-figaro-chain-necklace?variant=40fd6fcf-bee7-4a8e-a084-8d3a30ed3300","available_quantity":999999999,"options":[{"name":"colour","value":"A(Single pendant)+Figaro chain 50CM"}],"off_ratio":72,"flashsale_info":[],"sales":241411}; const variantData = currentSelectVariant || defaultVariant || productVariant; const wholesale_price = variantData.wholesale_price || []; if(wholesale_enabled && wholesale_price.length > 0) { let wholesaleIndex = wholesale_price.findIndex(item => { return item.min_quantity > qty; }); if(wholesaleIndex < 0){ wholesaleIndex = wholesale_price.length - 1; }else if(wholesaleIndex > 0){ wholesaleIndex = wholesaleIndex - 1; } const wholesalePrice = wholesale_price[wholesaleIndex] || ''; return `
` }else { return `
` } }()}
${function() { let variantImageShowed = false; const currentProduct = data.product; return (currentProduct.options || []).map((option, index) => { const optionName = option.name || ''; const position = `option${index + 1}`; let isThumbImage = false; if (currentProduct.need_variant_image && !variantImageShowed) { const variantNames = ["color"] || []; for (let i = 0, len = variantNames.length; i < len; i++) { const name = variantNames[i].toLowerCase(); if (name === optionName.toLowerCase()) { isThumbImage = true; variantImageShowed = true; } } } const variantType = "button"; const thumbStyle = "image_with_text"; return `
${optionName}:
${option.values.map((value, idx) => { const selected = data.selectedValues[optionName] == value ? 'checked' : ''; let thumbImage = null; if (isThumbImage) { const variants = currentProduct.variants; for (let i = 0, len = variants.length; i < len; i++) { const variant = variants[i]; if (variant[position] == value && thumbImage == null) { thumbImage = variant.image; break; } } } return `
${value}
` }).join('')}
${optionName}
${option.values.map(value => { const selected = data.selectedValues[optionName] == value ? 'selected' : ''; return `
${value}
` }).join('')}
` }).join(''); }()}
${data.originData && data.originData.value || data.value}