select j.itemid, j.itemid_cmid , j.cmid , j.itemno , j.StoneID_of_Min , j.min_price , j.max_price , j.ddate , j.Metal_Desc_Web , j.Tot_Diamond , j.ShapeID , jis.Img1, jis.Img2 , img.img1 , img.img2 , img.img3 , img.img4 , img.img5 , jimage_sizes_id = img.id ,title_2 ,short_title ,occassion ,ld_shape ,discount ,min_price_org , ddateto_ , orgimg1 = 'https://www.javda.com/jimage/' + jis.ebayimg1 , orgimg2 = 'https://www.javda.com/jimage/' + jis.ebayimg2 , orgimg3 = 'https://www.javda.com/jimage/' + jis.ebayimg3 , orgimg4 = 'https://www.javda.com/jimage/' + jis.ebayimg4 , video_link = jis.video_link , max_price_org from ( select itemid , itemid_cmid , cmid , itemno , StoneID_of_Min , min_price = (Price + LD_Min_Price) - (discount) , max_price = (Price + LD_Max_Price) - (discount) , ddate , metal_desc_web , vpr , groups , Tot_Diamond , ROW_NUMBER() over ( order by groups desc , j.itemid desc ) as rowid ,StoneTypeID , ShapeID , Carat , GemColorId , ImgColorID ,title_2 ,short_title ,occassion ,ld_shape ,discount ,min_price_org = (Price + LD_Min_Price) , ddateto_ = to_ ,max_price_org = (Price + LD_Max_Price) from ( select j.itemid , itemid_cmid = case when isnull(jm.cmid,0) > 0 then (convert(varchar(18),j.itemid) + '-' + convert(varchar(18),isnull(jm.cmid,0))) else convert(varchar(18),j.itemid) end , cmid = isnull(jm.cmid,0) , j.itemno , price = (case when ac.subcat_id is null then (isnull(j.price,0) + isnull(jm.price,0)) else isnull((((( ms.marketprice / ms.gram ) * k.kprice ) + (isnull(j.price,0) + isnull(jm.price,0))) * isnull(jm.weight,0)),0) end), discount = (case when isnull(d.amtwise,0) = 0 then ((isnull(d.perwise,0)/100) * (case when ac.subcat_id is null then (isnull(j.price,0) + isnull(jm.price,0)) else isnull((((( ms.marketprice / ms.gram ) * k.kprice ) + (isnull(j.price,0) + isnull(jm.price,0))) * isnull(jm.weight,0)),0) end)) else isnull(d.amtwise,0) end) , ddate = cast(day(d.to_) as char(2)) + ' ' + left(datename(month,d.to_),3) +' '+cast(right(year(d.to_),2) as char(4)) , m.metal_desc_web , vpr = isnull(jc1.vpr,24) , dcarat = dc.dcarat , url_keywords = mp.url_keywords , gp.groups , cd.StoneID_of_Min , cd.LD_Min_Price , cd.LD_Max_Price , cd.Tot_Diamond , ld.StoneTypeID , ld.ShapeID , ld.Carat , ld.GemColorId , m.ImgColorID ,j.title_2 ,short_title ,occassion ,ld_shape = sh.shape ,d.to_ from jewelry j WITH(INDEX(J_idx_PreBuild_itemid_price_vendorid)) inner join jewelmetal jm on jm.itemid = j.itemid left join metal m on m.metalid = jm.metalid inner join ( select * from ( select cd.* , ROW_NUMBER() over (PARTITION BY cd.Setting_Itemid order by cd.LD_Min_Price asc, cd.StoneID_of_Min asc) as rn from cd cd where 1=1 and shapeid = 3 ) x where x.rn = 1 ) as cd on cd.Setting_Itemid = j.ItemID inner join LooseDiamond LD on ld.ItemiD = cd.StoneID_of_Min inner join (select jcid , itemid from productlisting group by jcid , itemid ) as pl on j.itemid = pl.itemid inner join jcategory1 jc on jc.jcid = pl.jcid inner join jcategory1 jc1 on jc1.jcid = 1182 and jc1.active = 1 and isnull(jc1.masterid,isnull(jc.masterid,0)) = isnull(jc.masterid,0) and isnull(jc1.submasterid,isnull(jc.submasterid,0))= isnull(jc.submasterid,0) and isnull(jc1.cid,isnull(jc.cid,0)) = isnull(jc.cid,0) and isnull(jc1.scid,isnull(jc.scid,0)) = isnull(jc.scid,0) and isnull(jc1.sscid,isnull(jc.sscid,0)) = isnull(jc.sscid,0) and isnull(jc1.ssscid,isnull(jc.ssscid,0)) = isnull(jc.ssscid,0) left join Shape sh on sh.ShapeID = ld.ShapeID left join ( select itemid , dcarat = sum(js.carat) from jewelstone js left join stonetype st on st.stonetypeid = js.stonetypeid left join stone s on s.stoneid = st.stoneid where s.stoneid = 1 group by itemid , s.stoneid ) as dc on dc.itemid = j.itemid left join autoprice_cat ac on ac.subcat_id = j.subcat_id left join metals ms on ms.metalsid = m.metalsid and ms.[auto] = 1 left join karat k on k.karatid = m.karatid left join discount d on j.cat_id = d.cat_id and j.subcat_id = d.subcat_id and (case when ac.subcat_id is null then isnull((isnull(j.price,0) + isnull(jm.price,0)),0) else isnull((((( ms.marketprice / ms.gram ) * k.kprice ) + (isnull(j.price,0)+ isnull(jm.price,0))) * isnull(jm.weight,0)),0) end) between d.amtfrm and d.amtto_ and getdate() between d.frm and d.to_ and upper(d.active) = 'Y' and upper(j.discounted) = 'Y' left join mapfile mp on mp.mapid = case when isnull(jm.cmid,0) > 0 then 'tid=' + convert(varchar(18),j.itemid) + '&cmid=' + convert(varchar(18),jm.cmid) else 'tid=' + convert(varchar(18),j.itemid) end left join (select itemid , groups = count(itemid)from [grouping] group by itemid ) as gp on gp.itemid = j.itemid where j.active = 'Y' and isnull(j.websiteid,'1') = 1 ) as j ) as j left join (select jimages.* , carat.carat_from , carat.carat_to from jimages left join carat on jimages.caratid = carat.caratid) as jis on jis.ItemID = j.itemid and jis.shapeid = j.shapeid and jis.stonetypeid = j.stonetypeid and j.carat between isnull(jis.carat_from,j.carat) and isnull(jis.carat_to,j.carat) and isnull(j.gemcolorid,0) = isnull(jis.gemcolorid,0) and jis.imgcolorid = j.imgcolorid left join jimages_sizes img on img.JimagesID = jis.JimagesID and img.width = 800 where rowid between (((1 * j.vpr) - j.vpr) + 1) and (1 * j.vpr)
14 items (1-14)
SKU : D4117631-19153

Micro Pave Set Three Stone Emerald diamond engagement Ring in 14k Gold White

$ 5,718.00
SKU : D4117631-1751

Emerald diamond Ring in 14k Gold White

$ 2,978.00
SKU : D4117631-642365

Baguette Three Stone Halo Pave Emerald diamond Ring in 14k Gold White

$ 3,728.00
SKU : D4117631-5655

Three Stone Pave Sidestone Emerald diamond engagement Ring in 14k Gold White

$ 2,148.00
SKU : D4117631-1866

Emerald diamond Ring in 14k Gold White

$ 2,548.00
SKU : D4117631-189

3 Stone Channel Sidestone Emerald diamond engagement Ring in 14k Gold White

$ 2,908.00
SKU : D4117631-642372

Halo Three Stone Split Shank Emerald diamond Ring in 14k Gold White

$ 3,728.00
SKU : D4117631-607944

Trellis Style Three Stone Emerald diamond engagement Ring in 14k Gold White

$ 3,948.00
SKU : D4117631-602426

Three Stone Eternity Shank Emerald diamond engagement Ring in 14k Gold White

$ 5,718.00
SKU : D1745182-1846

Emerald diamond Ring in 14k Gold White

$ 3,438.00
SKU : D1501891-1840

Halo Three Stone Sidestone Emerald diamond engagement Ring in 14k Gold White

$ 4,118.00
SKU : D1256782-622

Emerald diamond Ring in 14k Gold White

$ 4,768.00
SKU : D1745184-327

Three Stone Halo Prong Set Emerald diamond engagement Ring in 14k Gold White

$ 3,558.00
SKU : D1256782-169

Emerald diamond Ring in 14k Gold White

$ 4,738.00
14 items (1-14)
Three Stone With Side Accents Diamond Ring

About Three Stone With Side Accents Diamond Ring

Surprise the one you love with this blooming beauty of three stone with side accents diamond ring. This three stone ring is a glittering statement of love, romance, and commitment, three stones also represent always, now, and forever. Perfectly crafted in 14k white and yellow gold, 18k white and yellow gold and platinum. Here at Javda there is something for everyone.

×

USA & CA -1(833)283-4878
UK - 1-213-689-9633