shupua.com Is it down or just me?

Check your site down or up

shupua.com Is your website down? Check its status with Online Down Checker. This tool tests a site's reachability in real-time. Simply enter the domain name or URL address of the unavailable website and see if it is down for other users right now.

shupua.com Reachability in real-time Status:

Domain: shupua.com is up from here.


Status Code: 200 OK

Title: AGENDUNIA55 > Visit or Call Us Your Go-To Vegan Eatery at Bloor & Spadina, Toronto
Tags:
recent search you may also like mid autumn of love mooncake rp 348.000 mid autumn of joy mooncake rp 588.000 mid autumn of fortune mooncake rp 788.000 mid autumn festival mooncake rp 988.000 the jade bouquet rp 285.000 the selena bouquet rp 235.000 the viola bouquet rp 285.000 the minerva bouquet rp 285.000 congraduations bouquet rp 285.000 grad & gorgeous bouquet rp 285.000 agendunia55 > visit or call us your go-to vegan eatery at bloor & spadina, toronto drag & drop photo file or browse sekarang waktunya daftar akun baru di agendunia55! prediksikan kemenanganmu sekarang juga di agendunia55 seo sodara lumen personalize spotify photo print customize your flower board complete your order recipient delivery address how you want to input your address add-ons delivery option detail delivery option detail add-ons (0) ${title} upload photo add your spotify link here ${data?.song} '}${data?.artist ? `${data?.artist}` : ''}` // console.log(html) $(".spotifyaddons").append(html) $(`[data-index=${idx}]`).show() if (prelink !== '') { $(".btn-action .btn").attr("disabled", false) } else { $(".btn-action .btn").attr("disabled", true) } return html } $(".spotifylinkfirst").keyup(async function(){ const v = $(this).val() if(v.includes('spotify:user:spotify')) { const correct = v.split('user:spotify:')[1] console.log(correct, 'bner') $(this).val(correct) return } if(v.includes("spotify:") || v.includes("https://open.spotify.com/")){ const data = await trackurl(v) if(!data || !data.status) { $(this).parent().addclass("error") // $(this).parent().append(`make sure you copy the complete and correct link from spotify. ex: https://open.spotify.com/track/0c3xzjueybvvmssl0ceta6`) $("#personalizebtnspotify .btn").attr("disabled", true) return } $(this).parent().removeclass("error") // $(this).parent().remove("txt-error") $("#personalizebtnspotify .btn").attr("disabled", false) } else { $("#personalizebtnspotify .btn").attr("disabled", true) } }) $(".purchaseaddon").delegate(".next-addon", "click", function(){ const parent = $(this).parents(".purchaseaddon") const next = parent.next(".sectionpurchase") if(next.hasclass("purchaseaddress")) { if(producttype !== '') { console.log("clarity event " + producttype + ' purchasedelivery') window.clarity("event", `${producttype} purchasedelivery`) // window.clarity("set", producttype, `purchasedelivery - ${productdate}`) } } const data = $("#itemaddons").find(".selected") const length = $(".quantity-cart-46067682607319").val() const checked = data.length; if(checked > 0) { if(length > 0) { $(".purchaseaddon").addclass("purchaseaddonspotify") customspotify(1, length, 'addon') } else { listaddon() } } else { parent.addclass("hide") next.removeclass("hide") } }) $("#personalizebtnspotify .btn").click(async function(){ const iscity = $("#cities[required]") const isdate = $("#propdeliverydate[required]") if((isdate.length > 0 && iscity.length > 0) && (iscity.val() === '' || isdate.val() === '')) { alert('please choose delivery city & delivery date') return } const data = await customspotify(1, 1, 'product') if(data) { $("#backgroundpopup").fadein("slow"); $(".purchasepopupspotify").fadein("slow"); if(producttype !== '') { console.log("clarity event " + producttype + ' spotify') window.clarity("event", `${producttype} spotify`) // window.clarity("set", producttype, `purchasedelivery - ${productdate}`) } } }) function formatbytes(bytes, decimals = 2) { if (!+bytes) return '0 bytes' const k = 1024 const dm = decimals < 0 ? 0 : decimals const sizes = ['b', 'kb', 'mb'] const i = math.floor(math.log(bytes) / math.log(k)) return `${parsefloat((bytes / math.pow(k, i)).tofixed(dm))} ${sizes[i]}` } async function trackurl(link){ try { let trackid = link.split('/').pop().split('?')[0]; let type = '' if(link.includes("spotify:")) { const uri = link.split('spotify:')[1] trackid = uri.split(':')[1] type = uri.split(':')[0] + 's' } else { if(link.match('track')){ type = 'tracks' } else if(link.match('playlist')) { type = 'playlists' } else if(link.match('artist')) { type = 'artists' } else if(link.match('album')) { type = 'albums' } } console.log(`${host}/api/spotify/${type}/${trackid}`) const data = await getfetch(`${host}/api/spotify/${type}/${trackid}`) console.log(data, 'data') const song = data?.data?.name const artist = data?.data?.artist return { song, artist, type, trackid, status: data.status } } catch(err) { console.log(err) } } $(".spotifyaddons").delegate(".uploadphotospotify", "change", async function(){ const parent = $(this).parents("[data-index]") const preview = parent.find(".previewimage") const file = $(this)[0].files[0]; if (file) { const reader = new filereader(); reader.onload = async function(e) { parent.find(".uploadresult label").hide() parent.find(".uploadedresult").remove() parent.find(".uploadresult").append(` ${file.name} (${formatbytes(file.size)}) is uploaded change `) parent.find(".frameimageuploaded svg").hide() parent.find(".frameimage").addclass("uploaded") preview.attr("src", e.target.result); preview.show(); let formdata = new formdata(); formdata.append("file", file); const response = await fetch(`${host}/api/upload?name=${file.name}&type=image/jpeg&r=${date.parse(new date)}`, { method: "post", body: formdata }) const result = await response.json(); if(result){ parent.find(".resultphotospotify").val(result.url) } } reader.readasdataurl(file); } else { preview.hide(); } }); $(".spotifyaddons").delegate(".uploadresult", "click", function(){ $(this).next("input[type=file]").trigger("click") }) $(".spotifyaddons").delegate(".changeupload", "click", function(){ $(this).parents("input[type=file]").trigger("click") }) $(".spotifyaddons").delegate(".removeupload", "click", function(){ const parent = $(this).parents("[data-index]") parent.find(".uploadphotospotify").val("") parent.find(".uploadresult label").show() parent.find(".uploadedresult").remove() parent.find(".frameimageuploaded svg").show() parent.find(".previewimage").hide() parent.find(".frameimage").removeclass("uploaded") }) $(".spotifyaddons").delegate("label.checkbox", "click", function(){ const parent = $(this).parents("[data-index]") parent.toggleclass("checked") }) $(".spotifyaddons").delegate(".spotifylink", "change", async function(){ const parent = $(this).parents("[data-index]") const link = $(this).val() const data = await trackurl(link) console.log(data) if(data.song) { parent.find(".spotifysong").val(data.song) parent.find(".spotifydata").find("h3").text(data.song) } if(data.artist) { parent.find(".spotifyartist").val(data.artist) parent.find(".spotifydata").find("p").text(data.artist) } parent.find(".spotifycode img").attr("src", `https://scannables.scdn.co/uri/plain/png/ffffff/black/640/spotify:${data.type.slice(0, -1)}:${data.trackid}`) // https://scannables.scdn.co/uri/plain/png/ffffff/black/640/spotify:track:1er51hcebhiatoeemkuc3m if (data.status === true) { parent.find(".btn-action .btn").attr("disabled", false) } else { parent.find(".btn-action .btn").attr("disabled", true) } }) $(".spotifyaddons").delegate(".spotifysong", "keyup", async function(){ const parent = $(this).parents("[data-index]") const v = $(this).val() parent.find(".spotifydata h3").text(v) }) $(".spotifyaddons").delegate(".spotifyartist", "keyup", async function(){ const parent = $(this).parents("[data-index]") const v = $(this).val() parent.find(".spotifydata p").text(v) }) $(".spotifyaddons").delegate(".btn-action .btn:not(.no-addon)", "click", async function(){ const parent = $(this).parents("[data-index]") const length = parent.data("length") const index = parent.data("index") const indexnext = number(index) + 1 customspotify(indexnext, length, 'addon') }) $(".spotifyaddons").delegate(".btn-action .btn.finished", "click", async function(){ const parent = $(this).parents(".purchaseaddon") const next = parent.next(".sectionpurchase") parent.addclass("hide") next.removeclass("hide") next.find(".purchase-button").show() listaddon() }) $(".spotifyaddons").delegate(".back-spotify", "click", async function(){ const t = $(this).parents("[data-index]") const parent = $(this).parents(".sectionpurchase") const current = t.data("index") const prevcurrent = number(current) - 1 if(current == 1) { parent.removeclass("purchaseaddonspotify") parent.find(".purchase-button").show() parent.find(".headerpurchase h3").text("make it more special with add-ons!") $(".spotifyaddons").empty() $(".reguleraddons").show() return } t.hide() t.prev("[data-index]").show() t.remove() parent.find(".headerpurchase h3").text(`personalize spotify photo print - ${prevcurrent}`) }) $("#personalizebtn .btn").click(async function() { loadpopuppersonalize() }); $(".sectionpurchasespotify").delegate(".btn[data-type=card]", "click", function(){ $(".sectionpurchasespotify").hide() loadpopuppersonalize() }) $(".close-purchase-popup").click(function() { disablepopup(); }); $("#backgroundpopup").click(function() { // disablepopup(); }); $("#popupcart .close-purchase-popup").click(function() { location.reload() }); $('#popupcart').on('hide.bs.modal', function (e) { location.reload() }) $(".next-card").click(function(){ const parent = $(this).parents(".sectionpurchase") const next = parent.next(".sectionpurchase") parent.addclass("hide") next.removeclass("hide") }) $(".back-purchase-button").click(function(){ const parent = $(this).parents(".sectionpurchase") const prev = parent.prev(".sectionpurchase") parent.addclass("hide") prev.removeclass("hide") }) $(document).keypress(function(e) { if (e.keycode == 27 && popupstatus == 1) { disablepopup(); } }); const parentimg = $(".case-img-preview") const parentvid = $(".case-video-preview") function readurl(input) { if (input.files && input.files[0]) { let reader = new filereader(); let type = 'image/jpeg' const size = input.files[0].size if(input.files[0].type.match('video/')){ type = 'video/mp4' if(size > 15728640) { alert('file size exceeds maximum limit 15 mb') return } } else { if(size > 5242880) { alert('file size exceeds maximum limit 5 mb') return } } reader.onload = function (e) { $(".nextbtn").attr("disabled", true) if(type === 'image/jpeg') { $('.placeholder-image').hide(); $('.preview-image').show() $('.preview-image').attr('src', e.target.result); } else { // parentvid.find(".ajax-loader").show(); $(".steps-card-preview").addclass("loading") } } reader.readasdataurl(input.files[0]); } } async function readurlpapan(input) { if (input.files && input.files[0]) { let reader = new filereader(); reader.onload = function (e) { $('.btn-upload-papan').siblings('label').hide(); $('.btn-upload-papan img').attr('src', e.target.result); $('.btn-upload-papan img').show(); $('.svglogopapan').hide(); } const type = 'image/jpeg' const name = `logo-8144957800663-${date.parse(new date())}` let formdata = new formdata(); formdata.append("file", input.files[0]); const response = await fetch(`${host}/api/upload?name=${name}&type=${type}&r=${randomstring(3, '0123456789')}`, { method: "post", body: formdata }) const result = await response.json(); if(result) { const url = result.url $("[data-properties=papan-logo]").val(url) } reader.readasdataurl(input.files[0]); } } async function readurladdress(input) { console.log(input, 'readurladdress') if (input.files && input.files[0]) { let reader = new filereader(); reader.onload = function (e) { $('.photo-address').attr('src', e.target.result); $('.photo-address').show(); } const type = 'image/jpeg' const name = input.files[0].name?.split('.')[0] let formdata = new formdata(); formdata.append("file", input.files[0]); const response = await fetch(`${host}/api/upload?name=${name}&type=${type}&r=${randomstring(3, '0123456789')}`, { method: "post", body: formdata }) const result = await response.json(); reader.readasdataurl(input.files[0]); return result } } async function addtocartuang() { var productaddonid1 = 42122101162199; var productaddonid2 = 42122101194967; var product_id = 8144957800663 const data = { items: [ { quantity: $("#quantity-" + productaddonid1).val(), id: productaddonid1, "properties": { "time": $("#properties-time").val() } }, { quantity: $("#quantity-" + productaddonid2).val(), id: productaddonid2, "properties": { "time": $("#properties-time").val() } } ] } await fetch(window.shopify.routes.root + 'cart/add.js', { method: 'post', headers: { 'content-type': 'application/json' }, body: json.stringify(data) }) .then(response => { console.error('sukses buket uang:', response); $(".form-flower").submit() }) .catch((error) => { console.error('error buket uang:', error); $(".form-flower").submit() }); } async function savecard(){ let iscard = true const kartu_penerima = $("[data-properties=penerima]").val() !== '' ? $("[data-properties=penerima]").val() : '' const kartu_pengirim = $("[data-properties=pengirim]").val() !== '' ? $("[data-properties=pengirim]").val() : '' const kartu_ucapan = $("[data-properties=ucapan]").val() !== '' ? $("[data-properties=ucapan]").val() : '' const foto = $("#properties-photo").val() const video = $("#properties-video").val() const data = json.stringify({ "id": qrid, "penerima": $("#properties-nama-penerima").val(), "kartu_penerima": kartu_penerima, "kartu_ucapan": kartu_ucapan, "kartu_pengirim": kartu_pengirim, "foto": foto, "video": video, "productid": "8144957800663", "order_name": "", "status": "cart" }) } async function additem(items){ try { let formdata = items if(items?.length) { formdata = { 'items': items }; } const add = await fetch(window.shopify.routes.root + 'cart/add.js', { method: 'post', headers: { 'content-type': 'application/json', 'x-requested-with':'xmlhttprequest' /* xmlhttprequest is ok too, it's case insensitive */ }, body: json.stringify(formdata) }) const data = await add.json(); return data } catch(err){ console.log('error additem', err) } } async function addons(){ let items = [] $(".addon-item").each(function(){ const p = $(this) const props = p.next(".propsaddonspotify") const id = $(this).data("id") const quantity = $(this).data("qty") const propid = $("#properties-time").val() let properties = {} if(id === 46067682607319) { const link = props.find(".spotifylinkaddon").text() const photo = props.find(".spotifyfotoaddon").text() const song = props.find(".spotifysongaddon").text() const artist = props.find(".spotifyartistaddon").text() properties = { id: propid, "spotify link": link !== '' ? link : '-', "spotify photo": photo !== '' ? photo : '-', "spotify song": song !== '' ? song : '-', "spotify artist": artist !== '' ? artist : '-', type: 'addon' } } else { properties = { "id": propid, "type": "addon" } } items.push({ id, quantity, properties }) }) return items } async function propitems() { let props = {} $("[data-properties]").each(function(e){ let elementtype = this.tagname; const k = $(this).data("properties") if(k !== 'penerima' && k !== 'ucapan' && k !== 'pengirim' && k !== 'nama-penerima' && k !== 'alamat-penerima' && k !== 'telepon-penerima' && k !== 'company' && k !== 'province' && k !== 'foto-alamat' && k !== 'papan-logo') { const v = elementtype === 'select' ? $(this).find(":selected").val() : $(this).val(); if(v !== '') { props[k] = v?.replace(/[\s\n]/g, ''); } } }) return props } async function showpopupcart(items){ if(producttype !== '') { console.log("clarity event " + producttype + ' completeorder') window.clarity("event", `${producttype} completeorder`) // window.clarity("set", producttype, `completeorder - ${productdate}`) } $("#popupcart").show() $(".propdeliverycity").text($("#cities").val()) $(".propdeliverydate").text($("#propdeliverydate").val()) $(".propdeliverytime").text($("#propdeliverytime").val()) $(".propdeliveryname").text($("[data-properties=nama-penerima]").val()) $(".propdeliveryaddress").text($("[data-properties=alamat-penerima]").val()) $(".propdeliveryphone").text($("[data-properties=telepon-penerima]").val()) $(".propdeliveryprov").text($("#province").val()) $(".propdeliveryzip").text($("#zip").val()) const addons = [] if(items && items.length > 0) { for(let i = 1; i < items.length; i++) { const spotifylink = items[i].properties['spotify link'] const spotifyphoto = items[i].properties['spotify photo'] const spotifysong = items[i].properties['spotify song'] const spotifyartist = items[i].properties['spotify artist'] const price = items[i].price / 100 const props = spotifylink ? ` spotify link ${spotifylink} upload photo ${spotifyphoto} song / playlist name ${spotifysong} artist name ${spotifyartist} ` : ''; addons.push(` ${items[i].title} ${rupiah.format(price)} ${props}`) } } // console.log(addons) if(addons.length === 0) { $(".itemaddoncart").hide() return } $(".toggleaddoncart h4").text(`add-ons (${items.length - 1})`) $(".wrapperitemaddoncart").html(addons) } const money = (money) => { return new intl.numberformat('id-id', { style: 'currency', currency: 'idr', minimumfractiondigits: 0 } ).format(money); } async function shownotemoney() { let qty50k = $("[data-properties='uang 50k']").val() let qty100k = $("[data-properties='uang 100k']").val() const total50k = number(qty50k) * 50000 const total100k = number(qty100k) * 100000 const total_all = total50k + total100k $(".prop50k").html(`${qty50k} lembar: ${money(total50k)}`) $(".prop100k").html(`${qty100k} lembar: ${money(total100k)}`) $(".itemmoney").html(`for the money arrangement, please transfer idr ${money(total_all)} to bank mandiri 1020001234522 (pt modern mekar abadi) and contact our customer service to confirm with proof of payment.`) } async function removeimage() { const data = json.stringify({ "id": $("#properties-properties-qrid").val(), "kartu nama penerima": $("#properties-kartu-nama-penerima").val(), "kartu nama pengirim": $("#properties-kartu-nama-pengirim").val(), "kartu ucapan": $("[data-properties=ucapan]").val(), "nama penerima": $("#properties-nama-penerima").val(), "order number":"", "status":"product", "foto": "", "media": $("#properties-video").val(), "image": "8144957800663" }) const remove = updatecard(data) if(remove) { $(this).hide() $("#properties-photo").val("-") $(".placeholder-image").show() $(".preview-image").attr("src", "") } } async function removevideo() { const data = json.stringify({ "id": $("#properties-properties-qrid").val(), "kartu nama penerima": $("#properties-kartu-nama-penerima").val(), "kartu nama pengirim": $("#properties-kartu-nama-pengirim").val(), "kartu ucapan": $("[data-properties=ucapan]").val(), "nama penerima": $("#properties-nama-penerima").val(), "order number":"", "status":"product", "foto": $("#properties-photo").val(), "media": "", "image": "8144957800663" }) const remove = updatecard(data) if(remove) { $("#properties-video").val("-") $(this).find("img").hide() $(this).hide() $(this).prev("p").text("add video to make it more special (optional)") $("#label-input-video").show() $("#label-input-video span").text("upload video") $(".case-video-preview p span").remove() } } async function loaditemoccasion(t, occasion) { const name = occasion?.replace('greeting-card-', '') $("#kartu-ucapan").val("") $("[data-occassion]").removeclass("selected") $("[data-properties=ucapan]").val("") $("#save-card").attr("disabled", true) t.addclass("selected") $("#show_note").attr("data-card-occassion", name) $.get(`https://outerbloom.com/collections/${occasion}/products.json`, function(data, status){ const products = data.products const html = [] for(let i = 0; i < products.length; i++) { const id = products[i].id const variantid = products[i].variants[0].id const img = products[i].images[0].src const title = products[i].title const price = products[i].variants[0].price const qty = products[i].variants[0].inventory_quantity const body = ` ${title} ${price < 1 ? 'free' : rupiah.format(price)} ` html.push(body) } const withoutcard = ` send without a greeting card ` $("#itemcards .items-card").html(html.length === 0 ? 'no item available' : html.join("")) }); } $(document).ready(function(){ // observer to auto-trigger addon loading when addon section becomes visible const addonobserver = new mutationobserver(function(mutations) { mutations.foreach(function(mutation) { const target = $(mutation.target) if(target.hasclass('purchaseaddon') && mutation.type === 'attributes' && mutation.attributename === 'class') { if(!target.hasclass('hide')) { // addon section just became visible, ensure items are loaded settimeout(function() { if($("#itemaddons .row").children().length === 0 || $("#itemaddons .row").text().includes("no item available")) { console.log("auto-triggering addon load...") $("[data-addon=upsell-all]").trigger("click") } }, 150) } } }) }) // start observing addon section const addonsection = document.queryselector('.purchaseaddon') if(addonsection) { addonobserver.observe(addonsection, { attributes: true, attributefilter: ['class'] }) } $(".purchasepopup").delegate("#addtocart-card", "click", async function(){ $(this).find("span").addclass("loading") let isvalid = true $(".formaddresspurchase [required]").each(function(){ const t = $(this) const input = t.val() const p = t.parent() if(input === '') { p.addclass("error") isvalid = false } }) if(!isvalid) { $(this).find("span").removeclass("loading") return } let items = [] const mainprops = { "delivery date": $("#propdeliverydate").val(), "delivery time": $("#propdeliverytime").val() !== '' ? $("#propdeliverytime").val() : '-' , "kota pengiriman": $("#cities").val(), "nama penerima": $("[data-properties=nama-penerima]").val() !== '' ? $("[data-properties=nama-penerima]").val() : '-' , "alamat penerima": $("[data-properties=alamat-penerima]").val() !== '' ? $("[data-properties=alamat-penerima]").val() : '-' , "kodepos": $("#zip").val() !== '' ? $("#zip").val() : '-' , "telepon penerima": $("[data-properties=telepon-penerima").val() !== '' ? $("[data-properties=telepon-penerima").val() : '-' , "papan nama penerima": $("[data-properties=penerima]").val() !== '' ? $("[data-properties=penerima]").val() : '-' , "papan ucapan": $("[data-properties=ucapan]").val() !== '' ? $("[data-properties=ucapan]").val() : '-' , "papan nama pengirim": $("[data-properties=pengirim]").val() !== '' ? $("[data-properties=pengirim]").val() : '-' , "papan logo": $("[data-properties=papan-logo]").val() !== '' ? $("[data-properties=papan-logo]").val() : '-' , "foto alamat": $("[data-properties=foto-alamat]").val() !== '' ? $("[data-properties=foto-alamat]").val() : '-' , "province": $("#province").val() !== '' ? $("#province").val() : '-' , "country": $("#properties-kota-pengiriman-country").val() !== '' ? $("#properties-kota-pengiriman-country").val() : '-' , "shipping": $("#properties-shipping").val() !== '' ? $("#properties-shipping").val() : '-' , "company": $("[data-properties=company]").val() !== '' ? $("[data-properties=company]").val() : '-' , "id": $("#properties-time").val() !== '' ? $("#properties-time").val() : '-', "type": 'product' } const props = await propitems() properties = {...mainprops, ...props }; const id = $("#productselect").find('option:selected').val() console.log(id, 'main id') const mainitem = { id: number(id), quantity: 1, properties } items.push(mainitem) const cardid = $("#itemcards").find(".selected input").val() const carditem = { id: number(cardid), quantity: 1, properties: { "id": $("#properties-time").val() !== '' ? $("#properties-time").val() : '-', type: 'card' } } console.log(cardid, 'cardid') if(cardid) { items.push(carditem) } const addon = await addons() if(addon) { for(let i = 0; i < addon.length; i++){ items.push({ id: addon[i].id, quantity: addon[i].quantity, properties: addon[i].properties }) } } const additems = await additem(items) console.log(additems.items, 'add items') if(additems) { $(this).find("span").removeclass("loading") disablepopup() showpopupcart(additems.items) localstorage.setitem("items", json.stringify(additems.items)) } }) $("#addtocart-cart .btn").click(async function(){ const id = $("#productselect").find('option:selected').val() const mainprops = { id: $("#properties-time").val() !== '' ? $("#properties-time").val() : '-', type: 'product' } const props = await propitems() const properties = { ...mainprops, ...props }; const items = { id: number(id), quantity: 1, properties } const additems = await additem(items) if(additems) { showpopupcart(additems.items) localstorage.setitem("items", json.stringify(additems)) } }) $(".formaddresspurchase [required]").change(function(){ const t = $(this) const p = t.parent() const v = t.val() if(v !== '') { p.removeclass("error") } }) $("#save-card").click(async function(){ const parent = $(this).parents(".sectionpurchase") const next = parent.next(".sectionpurchase") $(this).find("span").addclass("loading") const card = await savecard() console.log(card, 'ssaveccc') if(card?.status === 200 || card?.status === 201) { $(".scancard").removeclass("hide") $(this).find("span").removeclass("loading") parent.addclass("hide") next.removeclass("hide") if(next.hasclass("purchaseaddon")) { $("[data-addon=upsell-all]").click() console.log("clarity event addons") window.clarity("event", `${producttype} add-ons`) // ensure addon items are loaded when entering addon popup settimeout(function() { if($("#itemaddons .row").children().length === 0 || $("#itemaddons .row").text().includes("no item available")) { $("[data-addon=upsell-all]").trigger("click") } }, 100) } if(next.hasclass("purchaseaddress")) { $("#zip").select2() } } }) $("#skip-card").click(async function(){ $("#greetingcard [data-properties]").val("") $("#properties-photo").val("") $("#properties-video").val("") const parent = $(this).parents(".sectionpurchase") const next = parent.next(".sectionpurchase") parent.addclass("hide") next.removeclass("hide") // $("#itemcards").html("") removeimage() removevideo() if(next.hasclass("purchaseaddon")) { $("[data-addon='upsell-all']").click() console.log("clarity event addons") window.clarity("event", `${producttype} add-ons`) // ensure addon items are loaded when entering addon popup settimeout(function() { if($("#itemaddons .row").children().length === 0 || $("#itemaddons .row").text().includes("no item available")) { $("[data-addon='upsell-all']").trigger("click") } }, 100) } if(next.hasclass("purchaseaddress")) { $("#zip").select2() } }) $("#msgcard").click(async function(){ $(this).parent().addclass("loading") let occasion = $(".selected[data-occassion]").data("occassion") occasion = occasion?.replace("greeting-card-", "") const { data } = await getfetch(`${host}/api/card/template/occasion?name=${occasion}`); const d = data?.data for(let i = 0; i < d.length; i++) { const num = math.floor(math.random() * (d.length - 1 + 1) + 1); const greeting = d[num]?.greeting $(".greetingcard textarea").val(greeting) $(this).parent().removeclass("loading") } $("#save-card").attr("disabled", false) }) $(".sectionpurchaseboard .next-purchase-button").click(function(){ const parent = $(this).parents(".sectionpurchase") const next = parent.next(".sectionpurchase") parent.addclass("hide") next.removeclass("hide") }) $("#editcard").click(function(){ $(".custom-card").show() $(".preview-card").hide() }) $("#first_name, #last_name").change(function(){ const v = $(this).val() const first_name = $("#first_name").val() const last_name = $("#last_name").val() !== '' ? ' ' + $("#last_name").val() : '' $("[data-properties=nama-penerima]").val(first_name+last_name) }) $("[data-occassion]").click(function(){ const t = $(this) const p = t.parents(".sectionpurchase") // $(".greetingcard").addclass("disabled") const occasion = t.data("occassion") loaditemoccasion(t, occasion) }) $("#itemcards").delegate(".item-card:not(.item-without-card) label", "click", function(){ const id = $(this).parent(".item-card").data("id") const t = $(this).parent(".item-card") const target = t.find("input") const v = $('.item-card input[type="radio"]:checked').val(); $("#itemcards .item-card").removeclass("selected") t.addclass("selected") $("#itemcards .item-card").find("input").attr("name", "") if(target.length > 0) { target.attr("name", "id[]") $("#properties-card").val(id) $(".greetingcard").removeclass("disabled") $("#skip-card").attr("disabled", false) } else { $("#properties-card").val("") } }) $("#itemcards").delegate(".item-without-card label", "click", function(){ const parent = $(this).parents(".sectionpurchase") const next = parent.next(".sectionpurchase") $(".greetingcard").addclass("disabled") parent.addclass("hide") next.removeclass("hide") $("[data-addon=upsell-all]").click() $("#zip").select2() }) $("[data-properties=ucapan]").keyup(function(){ const v = $(this).val() const p = $(this).parents(".sectionpurchase") $(".purchaseaddress").find(".greetingcard textarea").val(v) if(v.length > 3) { p.find(".next-purchase-button").attr("disabled", false) } else { p.find(".next-purchase-button").attr("disabled", true) } }) $("[data-properties=penerima]").keyup(function(){ const v = $(this).val() $(".purchaseaddress").find("[data-properties=penerima]").val(v) }) $("[data-properties=pengirim]").keyup(function(){ const v = $(this).val() $(".purchaseaddress").find("[data-properties=pengirim]").val(v) }) $(document).click(function(e){ if($(e.target).closest('.wrapperpopupcart').length != 0) return false; // $('#popupcart').fadeout('slow'); // location.reload() }); $(".toggleaddoncart").click(function(){ const p = $(this).parent(".itemaddoncart") p.toggleclass("open") }) $(".btnviewcart").click(function(){ window.location.href = "https://outerbloom.com/cart"; }) $(".btnviewcheckout").click(async function(){ $(this).find("span").addclass("loading") let zip = $("#zip").val() const first_name = $("#first_name").val() const last_name = $("#last_name").val() const company = $("#company").val() !== '' ? $("#company").val() : '' const address1 = $("#delivery_address").val() const address2 = zip && zip !== '' ? zip?.split(' - ')[1] : '' zip = zip && zip !== '' ? zip?.split(' - ')[0] : '' const phone = $("#recipient_number").val() const city = $("#cities").val() const province = $("#province").val() const country = 'indonesia' const ver = date.parse(new date()) const params = `checkout[email]=&checkout[shipping_address][first_name]=${first_name}&checkout[shipping_address][last_name]=${last_name}&checkout[shipping_address][company]=${company}&checkout[shipping_address][address1]=${address1}&checkout[shipping_address][address2]=${address2}&checkout[shipping_address][city]=${city}&checkout[shipping_address][country]=${country}&checkout[shipping_address][province]=${province}&checkout[shipping_address][zip]=${zip}&checkout[shipping_address][phone]=${phone}&v=${ver}` const clear = await fetch(`/cart/clear.js`, {method: 'post'}) if(clear.status === 200) { const saveditem = window.localstorage.getitem("items"); const items = json.parse(saveditem) const additems = await additem(items) console.log(additems, 'new additems') if(additems) { window.location.href = `https://outerbloom.com/checkout?${params}`; } } }) $(".btncontinueshopping").click(function(){ window.location.href = "https://outerbloom.com/"; }) if (isios) { $(".empty-state-card").click(function(){ $("#input-foto").trigger("click") }) $(".btn-upload-image").click(function(){ $("#input-foto").trigger("click") }) $("[for=input-video]").click(function(){ $("#input-video").trigger("click") }) $(".btn-upload-papan").click(function(){ $("#logopapan").trigger("click") }) } $("[data-properties]").each(function(){ const select = $(this).parents(".form-group").find("select") $(this).change(function(){ const name = $(this).data("properties") const v = $(this).val() if (name == 'telepon-penerima') { let phone = v.replace(/[^0-9]/g, '') $(this).val(phone); $("#properties-telepon-penerima").val(phone) $('.iti__search-input').val('-') } else { $("#properties-" + name).val(v) } }) select.on("change", function(){ const name = $(this).data("properties") const v = $(this).val() $("#properties-" + name).val(v) }) }) $("#show_note").click(function(){ nameq = $("#properties-nama-penerima").val() dear = $("#properties-kartu-nama-penerima").val() card = $("[data-properties=ucapan]").val() sender = $("#properties-kartu-nama-pengirim").val() photo = $("#properties-photo").val() video = $("#properties-video").val() updatecard(nameq, dear, card, sender, photo, video, status) }) $(".remove-image").click(function(e){ e.preventdefault() $(this).find("img").show() removeimage() }) $(".remove-media").click(function(e){ e.preventdefault() $(this).find("img").show() removevideo() }) $("[data-delivery_method]").click(function(e){ e.preventdefault() const t = $(this) const data = t.data("delivery_method") $("[data-delivery_method]").removeclass("selected") t.addclass("selected") $("#cities").val("") $("#properties-delivery-date").val("-") $("#deliverydate button").removeclass("selected") $("#full-date").val("full calendar →") $("#propdeliverydate").val("") const step3 = $("#step-3") if(data.match('pickup')) { $(".selfpickup-point").show() step3.find("[data-finished=false]").hide() $("#panel-4").hide() step3.find("[data-finished=true]").show() $("#cities").attr("required", false) $("#form-group-city").hide() $("#row-delivery-time").hide() $("#propdeliverytime, #properties-delivery-time, #properties-nama-penerima, #properties-alamat-penerima, #properties-kodepos, #properties-kodepos, #properties-telepon-penerima").val("-") $("#propdeliverytime").attr("required", false) // $("#deliverydate").find("button:first-child").addclass("stop") $(".form-selfpickup").show() $(".form-delivery").hide() $(".form-delivery").find("input, textarea, select").val("") $(".form-delivery").find("input, textarea, select").attr("required", false) $("#properties-shipping").val("0") $("#notedeliverydate").hide() $(".form-delivery .form-control").attr("required", false) $("#stepnav4").hide() $("#deliverydate").find("button:nth-child(1)").addclass("stop") if(timeofday >= 16.01){ $("#deliverydate").find("button:nth-child(2)").addclass("stop") } } else { $("#deliverydate").find("button:nth-child(1)").removeclass("stop") step3.find("[data-finished=false]").show() $("#panel-4").show() step3.find("[data-finished=true]").hide() $("#cities").attr("required", true) $(".selfpickup-point").hide() $("#form-group-city").show() $("#cities").val('').trigger('change'); $("#properties-kota-pengiriman").val("-") $("#row-delivery-date, #row-delivery-time").show() $("#propdeliverydate, #propdeliverytime").attr("required", true) $("#deliverydate").find("button").removeclass("stop") $(".form-selfpickup").hide() $(".form-delivery").show() $(".form-delivery").find("input, textarea, select").attr("required", true) $(".form-delivery [data-properties]").attr("readonly", false) $("#properties-kodepos").val("-") $("#properties-alamat-penerima").val("-") $(".form-delivery .form-control").attr("required", true) $(this).parents(".setup-content").attr("id", "step-1") $("#stepnav4").show() } }) $("[name=selfpickup]").click(function(){ const p = $(this).parents(".row-pickup") const pickupcity = $("input[name='selfpickup']:checked").val(); const pickupaddress = $("input[name='selfpickup']:checked").data("address"); const pickupzip = $("input[name='selfpickup']:checked").data("zip"); $(".row-pickup").removeclass("selected") p.addclass("selected") $("#properties-kota-pengiriman").val(pickupcity) $("#province").val("jakarta") $("#properties-alamat-penerima").val(pickupaddress) $("#properties-kodepos").val(pickupzip) }) $("#cities").change(function(e){ e.preventdefault() $(this).parent(".row").find("p.error").remove() $("#full-date").val("full calendar") $("#deliverydate, #deliverydatefull label ").show() $("#deliverydatefull").removeclass("filled") $(".btnchangedeliverydate").addclass("hide") $("#full-date").prop('disabled', false); $("#stepnav2, #stepnav3, #stepnav4").removeclass("btn-success") $("#stepnav2, #stepnav3, #stepnav4").find("a").attr("disabled", true) const step3 = $("#step-3") $("#citynote").remove() $("#notedeliverydate").hide() $("#notedeliverydate").empty() let v = $(this).val() let v2 = $('option:selected', this).attr('data-city'); let v3 = $('option:selected', this).attr('data-province'); let price = $('option:selected', this).attr('data-price'); $("#country").val(v) $("#properties-kota-pengiriman").val(v) $("#properties-shipping").val(price) $("#deliverydate button, #deliverytime button, .calendarseasonal .button").removeclass("selected") $("#properties-delivery-date, #properties-delivery-time").val("-") $("#propdeliverydate, #propdeliverytime").val("") let note = $('option:selected', this).attr('data-note'); if(v === 'kota lainnya') { $("#notedeliverydate").show() $("#notedeliverydate").text("order akan segera dikirim. estimasi tanggal diterima akan disesuaikan dengan waktu pengiriman oleh pihak ekspedisi ke lokasi anda.") $("#zip").attr("required", false) $("#zip").hide() $("#propdeliverydate, #propdeliverytime").attr("required", false) $("#propdeliverydate, #properties-delivery-date, #propdeliverytime, #properties-delivery-time").val("-") $("#row-delivery-date, #row-delivery-time").hide() $("#properties-shipping").val("") // $(this).parents(".setup-content").attr("id", "step-2") } else { $("#notedeliverydate").hide() $("#zip").attr("required", true) $("#zip").show() $("#row-delivery-date, #row-delivery-time").show() $("#propdeliverydate, #propdeliverytime").attr("required", true) $("#deliverydate").find("button").removeclass("stop") // $(this).parents(".setup-content").attr("id", "step-1") } // if(v !== 'jakarta') { // $("[data-type=upsell]").hide() // } else { // $("[data-type=upsell]").show() // } // $('.collection-addons')[0].swiper.update(); getprovince(v) $("#zip").html(`choose postal code`) renderzip(v, v2, v3) disabledsameday() if(v !== 'jakarta' && v !== 'depok' && v !== 'bekasi' && v !== 'tangerang') { $("#cardoccasion, #navaddon, .collection-addons").hide() $("[data-addon=giftcard]").show() $("[data-addon=giftcard]").click() $("#itemaddons").show() $("#flower-step").addclass("nonjadetabek") } else { $("#cardoccasion, #navaddon, .collection-addons").show() $("[data-addon=all]").click() $("#flower-step").removeclass("nonjadetabek") } if(v !== '') { $("#personalizebtn .btn").attr("disabled", false) } else { $("#personalizebtn .btn").attr("disabled", true) } }) $("#zip").change(function(e){ let v = $(this).val() var city = $("#cities").find('option:selected'); $("#properties-kodepos").val(v) if(city === 'kota lainnya') { $(this).attr("required", true) $("#recipient-address").val("") } }) var mindate = +7 $("#full-date").datepicker({ mindate, dateformat: 'mdd_yy', //nop22_2021, beforeshowday: disabledays, onselect: function (date) { $("#deliverydate, #deliverydatefull label ").hide() $("#deliverydatefull").addclass("filled") $(".btnchangedeliverydate").removeclass("hide") $("#full-date").prop('disabled', true); $('#propdeliverydate, #properties-delivery-date').val('kirim_'+date); $(".date-full").addclass("selected") $(".date-single, .calendar-group").removeclass("selected") $("#propdeliverytime").val('') $("#properties-delivery-time").val('-') $(".time-single").removeclass("selected") } }); $(".btnchangedeliverydate").click(function(){ $("#deliverydate, #deliverydatefull label ").show() $("#deliverydatefull").removeclass("filled") $(".btnchangedeliverydate").addclass("hide") $("#full-date").prop('disabled', false); }) $("#deliverydate").delegate(".calendarbutton:not(.date-full)", "click", function(e){ e.preventdefault() $(this).parents("#row-delivery-date").find("p.error").remove() const fulldate = $(this).data("fulldate") const day = $(this).data("day") const date = $(this).data("date") const month = $(this).data("month") const year = $(this).data("year") const off_pagi = $(this).data("offpagi") const off_siang = $(this).data("offsiang") const off_malam = $(this).data("offmalam") $(".calendarbutton").removeclass("selected") $(this).addclass("selected") $("#propdeliverydate, #properties-delivery-date").val(`kirim_${month}${date}_${year}`) $("#propdeliverytime").val('') $("#properties-delivery-time").val('-') $(".calendarbutton2").removeclass("selected") $("#full-date").val("full calendar") if(off_pagi && timeofday > off_pagi) { $("[data-time=morning]").attr("disabled", true) } else { $("[data-time=morning]").attr("disabled", false) } if(off_siang && timeofday > off_siang) { $("[data-time=afternoon]").attr("disabled", true) } else { $("[data-time=afternoon]").attr("disabled", false) } }) if(today === 14 && timeofday > 17.00) { $("#deliverydate button:first-child").attr("disabled", true) } $("#deliverytime").delegate(".calendarbutton2", "click", function(e){ e.preventdefault() const time = $(this).data("time") const date = $("#propdeliverydate").val() if(date == '') { return alert('silakan pilih tanggal terlebih dahulu') } $(".calendarbutton2").removeclass("selected") $(this).addclass("selected") $("#propdeliverytime, #properties-delivery-time").val(`kirimjam_${date.replace('kirim_','')}_${time}`) }) $('textarea.has-limit, input.has-limit').keyup(function () { max = this.getattribute("maxlength"); let len = $(this).val().length; let limit = $(this).siblings(".limit"); if (len > max) { alert('you have reached the limit'); } else { limit.text(`${len}/${max}`); } }); $("#button-action-step .btn").click(function(){ $(this).find("span").text("processing..."); }); $(".finishbtn").on('click', function() { $(this).addclass("is-adding"); // $(this).click(); }); $('.setup-panel .nav-item a.btn-success').trigger('click'); $("#button-action .btn").click(function(){ $("#flower-step").addclass("block"); $("#button-action").hide(); }); $(".close-how-order").click(function(){ $("#flower-step").removeclass("block"); $("#button-action").show(); }); $("#input-foto, #input-video").change(function(e){ readurl(this); }); $("#logopapan").change(function(){ readurlpapan(this); }); $("#address-upload").change(async function(){ const upload_address = await readurladdress(this) if(upload_address) { const url = upload_address.url $(".props-address-upload").val(url) $(".form-address").addclass("address-uploaded") $(".form-address-upload").addclass("uploaded") $(this).parents(".form-group").siblings(".form-group").find("[required]").attr("required", false) } }) $(".address-manualy").click(function(){ $(".form-address-upload").removeclass("uploaded"); $(".photo-address").hide(); $(".form-address").removeclass("address-uploaded") $("#formaddresspurchase").find(".form-control").attr("required", true) }); $(".case-video-preview").delegate(".replace-video", "click", function(){ $("#input-video").trigger("click") }) $('.date-single').click(function(e) { e.preventdefault(); $('.date-single').removeclass('selected'); $('#full-date').removeclass('selected'); $(this).addclass('selected'); $('#full-date').html('full' + '' + 'calendar'); }); $('#full-date').click(function(e){ e.preventdefault(); $('.date-single').removeclass('selected'); $(this).addclass('selected'); }); // $("tr").each(function(){ // if($(this).text().match('sku')) { // $(".sku-product").html($(this).parents("table").html()) // } // }) $("#product-image").scroll(function(){ $(".desc-add").each(function(){ const img = $(this).find("img") const src = img.data("src") img.attr("src", src) }) }) $(".product-fixed").hide() let target = $("#personalizebtn") $(".product-meta").scroll(function() { if ($(window).scrolltop() >= target.offset().top ) { $(".product-fixed").addclass("show") } else { $(".product-fixed").removeclass("show") } }); $(window).scroll(function() { if ($(window).scrolltop() >= target.offset().top ) { $(".product-fixed").addclass("show") } else { $(".product-fixed").removeclass("show") } }); }); // $(document).ready(function(){ $('table tr td').each(function(){ var texto = $(this).text(); var nextto = $(this).next("td"); var sku = $("#data-sku").val() if(texto == 'sku'){ nextto.text(sku) } }); $(".stamped-summary-actions-newquestion").text("tulis pertanyaan"); $(".stamped-summary-actions-newreview").text("tulis review"); $("#tab-questions").text("pertanyaan"); $(".freeship .icon").click(function(){ $(".fs-content").slidetoggle(); $(this).parents(".freeship").toggleclass("expand"); }); var $easyzoom = $('.easyzoom').easyzoom(); // setup thumbnails example var api1 = $easyzoom.filter('.easyzoom--with-thumbnails').data('easyzoom'); $('.thumbnails').on('click', 'a', function(e) { var $this = $(this); e.preventdefault(); // use easyzoom's `swap` method api1.swap($this.data('standard'), $this.attr('href')); }); $('#playerid').click(function(){ var videourl = $('#vdoid').attr('src'), dataplay = $('#vdoid').attr('data-play'); //for check autoplay //if not set autoplay=1 if(dataplay == 0 ){ $('#vdoid').attr('src',videourl+'?autoplay=1'); $('#vdoid').attr('data-play',1); } else{ var videourl = $('#vdoid').attr('src'); videourl = videourl.replace("?autoplay=1", ""); $('#vdoid').prop('src',''); $('#vdoid').prop('src',videourl); $('#vdoid').attr('data-play',0); } }); $(".product-photo-thumb-video").click(function(e){ e.preventdefault(); var newembed = $(this).attr('href'); $("#featured-image-product").addclass("img-video"); $("#productphotoimg").hide(); $("#featured-image-product .video").show(); $("#featured-image-product iframe").attr('src', newembed); $("#vdoid")[0].src += "&autoplay=1"; }); $(".product-single__thumbnail").click(function(evt){ evt.preventdefault(); $("#featured-image-product").removeclass("img-video"); $("#productphotoimg").show(); $("#featured-image-product .video").hide(); $("#featured-image-product iframe").attr('src', ''); }); if($('#product-meta .short-desc > div').length >= 1){ //console.log('div detected') var replacer = $('#product-meta .short-desc > div').contents(); $('#product-meta .short-desc > div').replacewith(replacer); var cassured = $('.c-assured').detach(); cassured.insertafter('.meta-sds .stock-info'); } $(".heading-toggle").click(function(){ $(this).parent().toggleclass("open") }); }); {"id":8144957800663,"title":"agendunia55 > visit or call us your go-to vegan eatery at bloor & spadina, toronto","handle":"blossom-shine","description":"\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eagendunia55 login dan kunjungi fennel eatery di dalam noah's natural foods, bloor & spadina. sajian sehat, organik, dan 100% plant-based siap memanjakan lidah anda. pesan sekarang atau hubungi (416) 922-8125!"} [ { "incoming": false, "next_incoming_date": null } ] .stamped-review-header-title, .stamped-review-header .author, .stamped-review-content-body, .stamped-sort-select, .stamped-review-header .verified-badge[data-type=buyer]:after, .stamped-review-header-byline, .stamped-review-reply-body {font-size: 14px!important;font-family: 'barlow',sans-serif!important;} .stamped-review {margin-bottom: 0;} .stamped-review-body {padding-left: 65px;} .stamped-review:first-child {padding-top: 25px;} .stamped-review-content {clear: none;} .stamped-review-reply {margin: 15px 0 0 65px;background: #f2f2f2;border-left: none;} .stamped-review-reply-body {padding-left: 65px;} .stamped-review-header .author {text-transform: capitalize;} .stamped-questions .stamped-review-content {padding-left: 65px;} .stamped-pagination {margin: 20px 0 0;} .stamped-pagination li {position: initial!important;display: inline-block;position: relative;vertical-align: middle;text-decoration: none;-webkit-tap-highlight-color: transparent;-webkit-box-flex: 0;-moz-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background: 0 0;text-transform: none;color: #33373d;font-weight: 400;-webkit-transition: background .1s ease,box-shadow .1s ease,color .1s ease;transition: background .1s ease,box-shadow .1s ease,color .1s ease;border: 1px solid #ccc;border-right: none;margin-bottom: 0;} .stamped-pagination li a {color: #121212;padding: 13px 18px;vertical-align: middle;display: block;} .stamped-pagination li.active a {background-color: #ddd;font-weight: 400;} .stamped-pagination li:hover a {background: #ddd;} .stamped-pagination .next {border-right: 1px solid #ccc;} .stamped-pagination li:first-child {border-top-left-radius: 5px;border-bottom-left-radius: 5px;} .stamped-pagination li:last-child {border-top-right-radius: 5px;border-bottom-right-radius: 5px;} #stamped-pagination-question span.page {display: inline-block;border: 1px solid #ccc;width: 47px;} #stamped-pagination-question span {font-size: 14px;} #stamped-pagination-question .page.active {padding: 12px;font-weight: 400;background: #ddd;} #stamped-pagination-question a, #stamped-pagination-question .page.active {color: #121212;padding: 13px 18px;vertical-align: middle;display: inline-block;} .stamped-pagination-deco {color: #121212;padding: 13px 18px;width: 47px;vertical-align: middle;display: inline-block;border: 1px solid #ccc;padding: 12px;} .stamped-pagination-prev, .stamped-pagination-next {position: inherit;} .stamped-pagination-prev a, .stamped-pagination-next a {width: auto!important;border: 1px solid #ccc;} @media (max-width: 480px){ .stamped-review-reply {margin-left: 0!important;} select.stamped-sort-select {font-size: 13px!important;} } #product-reviews .stamped-summary-ratings, #product-reviews .stamped-summary-actions, .stamped-content { display: block !important; } var selectcallback = function(variant, selector) { timber.productpage({ money_format: "rp {{amount_no_decimals}}", variant: variant, selector: selector }); }; jquery(function($) { new shopify.optionselectors('productselect', { product: {"id":8144957800663,"title":"agendunia55 > visit or call us your go-to vegan eatery at bloor & spadina, toronto","handle":"blossom-shine","description":"\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eagendunia55 login dan kunjungi fennel eatery di dalam noah's natural foods, bloor & spadina. sajian sehat, organik, dan 100% plant-based siap memanjakan lidah anda. pesan sekarang atau hubungi (416) 922-8125!"}, onvariantselected: selectcallback, enablehistorystate: true }); // add label if only one product option and it isn't 'title'. could be 'size'. // hide selectors if we only have 1 variant and its title contains 'default'. $('.selector-wrapper').hide(); }); { "@context": "http://schema.org", "@type": "product", "offers": { "@type": "offer", "availability":"https://schema.org/instock", "price": 835000, "pricevaliduntil": "05-10-2025", "pricecurrency": "idr", "url": "https://www.fenneleatery.com/contact-us/" }, "brand": { "@type": "brand", "name": "outerbloom florist" }, "sku": "8144957800663", "gtin13": "jawa", "name": "agendunia55 > visit or call us your go-to vegan eatery at bloor & spadina, toronto", "description": "agendunia55 login dan kunjungi fennel eatery di dalam noah's natural foods, bloor & spadina. sajian sehat, organik, dan 100% plant-based siap memanjakan lidah anda. pesan sekarang atau hubungi (416) 922-8125!", "category": "agendunia55 login dan kunjungi fennel eatery di dalam noah's natural foods, bloor & spadina. sajian sehat, organik, dan 100% plant-based siap memanjakan lidah anda. pesan sekarang atau hubungi (416) 922-8125!", "url": "https://www.fenneleatery.com/contact-us/", "image": { "@type": "imageobject", "url": "https://outerbloom.com/cdn/shop/files/blossom-shine-wm_small.jpg?v=1695788426", "image": "https://outerbloom.com/cdn/shop/files/blossom-shine-wm_small.jpg?v=1695788426", "name": "agendunia55 > visit or call us your go-to vegan eatery at bloor & spadina, toronto", "width": 1024, "height": 1024 } } !function(e){var t={};function o(r){if(t[r])return t[r].exports;var c=t[r]={i:r,l:!1,exports:{}};return e[r].call(c.exports,c,c.exports,o),c.l=!0,c.exports}o.m=e,o.c=t,o.d=function(e,t,r){o.o(e,t)||object.defineproperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof symbol&&symbol.tostringtag&&object.defineproperty(e,symbol.tostringtag,{value:"module"}),object.defineproperty(e,"__esmodule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esmodule)return e;var r=object.create(null);if(o.r(r),object.defineproperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var c in e)o.d(r,c,function(t){return e[t]}.bind(null,c));return r},o.n=function(e){var t=e&&e.__esmodule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return object.prototype.hasownproperty.call(e,t)},o.p="",o(o.s=0)}([function(e,t,o){"use strict";function r(e){e.ltsp={},function(e){e.ltsp.quickview=function(){document.queryselectorall(".quickview-button").foreach((function(e){e.addeventlistener("click",(function(){settimeout((function(){let e=document.getelementbyid("add-to-cart-quickview-form");if(e){let t=e.queryselector(".groups-btn");t&&t.remove();let o=e.queryselector(".pieces");o&&o.remove();let r=e.queryselector(".bsscommerce-ltsp-message");r&&r.remove()}if(e=document.queryselector("[data-quickview-modal] .halo-modal-body"),e){let t=e.queryselector(".quantity");t&&t.remove()}}),1e3)}))})),document.queryselectorall(".shop-now-button").foreach((function(e){e.addeventlistener("click",(function(){settimeout((function(){let e=document.getelementbyid("shopnowcontainer");if(e){let t=e.queryselector("#addtocart");t&&t.remove()}}),2e3)}))})),document.queryselectorall(".collection__filter").foreach((function(e){e.addeventlistener("click",(function(){settimeout((function(){let e=document.getelementsbyclassname("bsscommerce-ltsp-message");for(let t=0;te.remove())}if("linis-bites-b2b.myshopify.com"==window.location.host&&c.queryselector("[bss-customize-ltsp-message]")){let e=c.closest(".price .price__container");if(e){let o=e.queryselector(".unit-price.caption");o&&t.push(o)}}if(s=c.closest(".product-price--wrapper"),s){let e=s.queryselector(".product-price--compare");e&&e.remove()}if(s=c.closest(".price__pricing-group"),s){let e=s.queryselector(".price-item.price-item--regular[data-regular-price]");e&&(e.classlist.remove("price-item"),e.classlist.remove("price-item--regular"))}if(l.foreach((function(e){c.closest(e)&&t.push(c.closest(e))})),s=c.closest(".product-page-info"),s){let e=s.queryselector("[data-js-footbar-product-limit]");e&&t.push(e)}if(s=c.closest(".product-wrap"),s){let e=s.queryselector(".purchase-details button.button--add-to-cart"),o=s.queryselector(".product-action");if(e&&t.push(e),o&&t.push(o),window.shopify&&"dermafirmusa.myshopify.com"===window.shopify.shop){let e=s.queryselector(".price.sale");e&&t.push(e)}}if(s=c.closest(".seven.columns.omega"),s){let e=s.queryselector(".purchase-details__buttons button.shopify-payment-button__button ");e&&t.push(e)}if(s=c.closest("#collectionpr"),s){let e=s.queryselectorall("#pagecontainer .collection .btn.add-to-cart");e.length&&e.foreach(e=>{t.push(e)})}if(s=c.closest(".grid.product-single"),s){let e=s.queryselector('#pagecontainer .wrap-product-info button[type="submit"].btn.btn1.pr_btn.addtocart_js');e&&t.push(e)}if(s=c.closest(".gryffeditor"),s){let e=s.queryselector(".module-wrap .gf_add-to-cart.product-form-product-template");e&&t.push(e)}if(s=c.closest(".product-single .product-single__meta"),s){let e=s.queryselector('.product-form__item button[name="add"].product-form__cart-submit');e&&t.push(e)}if(s=c.closest(".shopify-product-form"),s){let e=s.queryselector("#product-price");e&&t.push(e)}if(s=c.closest(".product-item-price"),s){let e=s.queryselector(".money");e&&t.push(e)}if(s=c.closest('main#main[role="main"]'),s){let e=s.queryselector("div.atc-bar");e&&t.push(e)}if(s=c.closest("#cartdrawer"),s){let e=s.queryselector("#cartdrawer-cartitems .cart-item .cart-item__details dl .product-option");e&&t.push(e);let o=s.queryselector("#cartdrawer-cartitems .cart-item .cart-item__totals .cart-item__price-wrapper");o&&t.push(o);let r=s.queryselector("#cartdrawer-cartitems .cart-item .cart-item__quantity");r&&t.push(r);let c=s.queryselector(".drawer__footer");c&&t.push(c)}if(s=c.closest("#main-cart-items"),s){let e=s.queryselector(".cart-item .cart-item__details dl .product-option");e&&t.push(e);let o=s.queryselector(".cart-item .cart-item__quantity .cart-item__quantity-wrapper");o&&t.push(o);let r=s.queryselector(".cart-item .cart-item__totals.right.small-hide .cart-item__price-wrapper");r&&t.push(r)}if(s=c.closest("#main-cart-footer"),s){let e=s.queryselector(".cart__footer");e&&t.push(e)}if(s=c.closest(".product-single__meta"),s&&window.shopify&&("asiadirectfurniture.myshopify.com"===window.shopify.shop||"pure-vision-ch.myshopify.com"===window.shopify.shop)){let e=s.queryselector(".product__price[data-product-price]");e&&t.push(e)}if(s=c.closest(".product-inner.pr"),s){let e=s.queryselector(".pr_atc.pr_qty_atc > a.pr_atc_.js_addtc");e&&t.push(e)}if(s=c.closest("#shopify-section-pr_summary"),s){let e=s.queryselector("p.price_range, .price.price_varies");e&&t.push(e)}if(s=c.closest(".grid__item"),s){let e=s.queryselector(".product__form-container"),o=s.queryselector(".product__description");e&&(t.push(e),o.style.width="100%")}if(s=c.closest(".featured-product__content-wrapper"),s){let e=s.queryselector(".product-form");e&&t.push(e)}if(s=c.closest(".card__price"),s&&"exosomes-inc.myshopify.com"===o&&(s.style.textalign="center"),s=c.closest(".product__infowrapper > .product__info "),s){let e=s.queryselector('.productform__buybuttons > button[type="submit"].productform__addtocart');e&&t.push(e);let o=s.queryselector(".productform__addtocart");o&&t.push(o)}if(s=c.closest(".product-grid__container .product-grid__content"),s){let e=s.queryselector(".product-single__form .product__quantity");e&&t.push(e);let o=s.queryselector(".add-to-cart");o&&t.push(o);let r=s.queryselector(".product__price--compare");if(r&&t.push(r),window.shopify&&"sparklinbluewholesale.myshopify.com"===window.shopify.shop){let e=s.queryselector(".product__price-savings");e&&t.push(e)}}if(s=c.closest(".product-grid-item"),s){let e=s.queryselector(".h1.medium--left");e&&"envogueusa.com"==window.location.host&&t.push(e)}if(s=c.closest("#productprice-product-template"),s){let e=s.queryselector("small");e&&"envogueusa.com"==window.location.host&&t.push(e),s.appendchild(c)}if(s=c.closest(".product-grid-item"),s){let e=s.queryselector(".form-grid-btn");e&&"mamiereglissepro.myshopify.com"===o&&t.push(e)}if(s=c.closest("#cont-form"),s){let e=s.queryselector(".so-price");e&&t.push(e);let r=s.queryselector("#addtocart");r&&"mamiereglissepro.myshopify.com"===o&&t.push(r)}if(s=c.closest(".template-product"),s){let e=s.queryselector('button[name="add"]#addtocartbis, button[name="add"]#addtocart2');e&&t.push(e)}if(s=c.closest(".grid-product__content"),s){let e=s.queryselector(".quick-product__btn");!e||"wood-hill-boards.myshopify.com"!==o&&"wood-hill-boards-usa.myshopify.com"!==o&&"bundlecomph.myshopify.com"!==o||t.push(e)}if(s=c.closest(".product-single__meta"),s){let e=s.queryselector(".product__quantity");!e||"wood-hill-boards.myshopify.com"!==o&&"wood-hill-boards-usa.myshopify.com"!==o||t.push(e)}if(s=c.closest(".product-block-area"),s){let e=s.queryselector("#addtocartbutton");e&&"wanderlustvision.myshopify.com"===o&&t.push(e)}if(s=c.closest(".product-single__meta--wrapper .product-single__meta"),s){let e=s.queryselector(".price-container.text-money"),o=s.queryselector('button[name="add"].btn--add-to-cart');e&&t.push(e),o&&t.push(o)}if(s=c.closest(".product-single__metas"),s){let e=s.queryselector(".product-single__buttons .js-quantity-selector.product-quantity"),o=s.queryselector(".product-single__buttons button.btn--add-to-cart");e&&t.push(e),o&&t.push(o)}if("dollie-wholesale.myshopify.com"===o&&(s=c.closest(".product-card"),s)){let e=s.queryselector(".product-card__buttons .product-card__quickview"),o=s.queryselector(".product-card__buttons .product-card__form"),r=s.queryselector(".product-card__buttons .button-wishlist"),c=s.queryselector(".wpb-variants-swatch");e&&t.push(e),o&&t.push(o),r&&t.push(r),c&&t.push(c)}if("obsequ.myshopify.com"===o&&(s=c.closest(".product-meta"),s)){let e=s.queryselector(".price-list[data-product-price-list]");e&&e.remove()}if(s=c.closest(".sticky-cart"),s){let e=s.queryselector(".product-form__buttons");e&&t.push(e)}if("wholesale-rubypearlco.myshopify.com"!==o&&"coventa-demo.myshopify.com"!==o&&(s=c.closest(".productitem--info")||c.closest(".product-pricing"),s)){let e=s.queryselector(".price");e&&t.push(e)}if(s=c.closest(".productitem--info"),s){let e=s.queryselector(".price__compare-at.visible");e&&"coventa-demo.myshopify.com"===o&&t.push(e)}if(s=c.closest(".product-block-list"),s&&window.shopify&&"axiom-wholesale-parts.myshopify.com"===window.shopify.shop){let e=s.queryselector(".price");e&&e.classlist.remove("price")}if(s=c.closest(".product-layout"),s){let e=s.queryselector(".action-links");e&&t.push(e)}if(s=c.closest(".product-single__meta"),s){let e=s.queryselector(".product-block--price");e&&"comphycompany.myshopify.com"===o&&t.push(e)}if(s=c.closest(".product-details, .modal_price"),s){let e=s.queryselector(".current_price, .price__container");e&&t.push(e)}if("wholesale-rubypearlco.myshopify.com"===window.shopify.shop&&(s=c.closest(".productitem__container .productitem--info, .product-details .product-pricing"),s)){let e=s.queryselectorall(".price__compare-at--single, .price__compare-at, .price__current--max");e.length&&e.foreach(e=>e.remove())}if("kerriecapelliusa-com.myshopify.com"===window.shopify.shop&&(s=c.closest(".product-detail.quickbuy-content.spaced-row.container"),s)){let e=s.queryselectorall(".product-form.theme-init .variant-visibility-area");e.length&&e.foreach(e=>e.remove())}if(s=c.closest(".widget_if_pr, .product-inner, .al_center.fl_center, .widget_if_pr"),s){let e=s.queryselectorall(".product-price-pr-search, .hover_button, .nt_add_w, .nt_add_cp, .sticky_atc_btn.variations_form, .transcy-money");e.length&&e.foreach(e=>e.remove())}if(s=c.closest(".productitem__wrapper, .productform"),s){let e=s.queryselector(".productitem__pricelist, .productform__quantityselector");e&&"sirenwireless.myshopify.com"!==o&&e.remove();let r=s.queryselector(".productformwrapper");r&&"sirenwireless.myshopify.com"===o&&t.push(r)}if("butterfly-health-and-wellness.myshopify.com"===window.shopify.shop){if(s=c.closest(".item-content"),s){let e=s.queryselector('.module-wrap[data-label="(p) cart button"] button.gf_add-to-cart');e&&e.remove()}if(s=c.closest(".gf_product-desc"),s){let e=s.queryselector("h4");e&&(e.remove(),c.style.display="none")}if(s=c.closest(".gf_column[data-id]"),s){let e=s.queryselectorall('.elementor-section[data-element_type="section"] .elementor-text-editor strong, .gf_product-desc h4, .gf_product-desc strong');if(e)for(let t of e)t.remove()}}if(s=c.closest(".product-block"),s){let e=s.queryselector(".quickbuy-toggle");e&&t.push(e)}if(s=c.closest(".productview-details"),s){let e=s.queryselector(".productview-buttons"),r=s.queryselector(".quantity_selector"),c=s.queryselector(".productview-subtotal");e&&t.push(e),r&&t.push(r),c&&t.push(c),"remote-king-au.myshopify.com"===o&&s.queryselectorall(".product-custominformation").foreach(e=>e.remove())}if(s=c.closest(".product__content"),s&&"campomarzio-trade-uk.myshopify.com"===o){let e=s.queryselector(".product__text"),o=s.queryselector(".select__fieldset"),r=s.queryselector(".product__submit");e&&t.push(e),o&&t.push(o),r&&t.push(r)}if(s=c.closest(".product-card__price, .product-single__meta-list"),s){let e=s.queryselector(".product-single__price, .money-product");e&&e.remove()}if("ens-nutrition-3419.myshopify.com"===o&&(s=c.closest(".card__content"),s)){let e=s.queryselector(".button.quick-add__submit");e&&e.remove()}if("b2b-nandu.myshopify.com"===o){if(s=c.closest(".grid-product__content"),s){let e=s.queryselector(".grid-product__meta .grid-product__price ");e&&e.remove()}let e=c.closest(".product-single__meta");if(e){let t=e.queryselector(".product__price.product__price--compare"),o=e.queryselector(".product__price.on-sale"),r=e.queryselector(".product__price-savings");t&&o&&r&&(t.remove(),o.remove(),r.remove())}}if("impjarwholesale.myshopify.com"===o){if(s=c.closest(".tp-product-content"),s){let e=s.queryselector("button#addtocart"),o=s.queryselector(".tp-product-singe-action .tp-product-quantity");e&&t.push(e),o&&t.push(o)}if(s=c.closest(".grid-item"),s){let e=s.queryselector('form[action="/cart/add"]');e&&t.push(e)}}if("b2b-dbodhi-singapore.myshopify.com"===o&&(s=c.closest("del"),s&&t.push(c),s=c.closest(".product-information--inner"),s)){const e=s.queryselector(".product-form");e&&t.push(e)}if(s=c.closest(".lh-details-product"),s){if("ags2020.myshopify.com"===o){let e=s.queryselector(".lh-price");e&&e.classlist.remove("lh-price")}let e=s.queryselector(".lh-add_to_cart");e&&t.push(e);let r=s.queryselector(".lh-buy-now");r&&t.push(r);let c=s.queryselector(".lh-compare-at-price");c&&t.push(c)}if(s=c.closest(".lh-collection-item"),s){if("ags2020.myshopify.com"===o){let e=s.queryselector(".lh-price");e&&e.classlist.remove("lh-price")}let e=s.queryselector(".lh-product-compare-price");e&&t.push(e)}if(s=c.closest(".productmeta, .productitem__info"),s){let e=s.queryselectorall(".price");e&&e.foreach(e=>e.remove())}}t.foreach((function(e){e.remove()}))}}(e),function(e){e.ltsp.removeelementbyltspwrapper=function(){let e=document.getelementsbyclassname("bss-ltsp-price-wrapper"),t=[];for(let o=0;o

Primary IP: 188.114.96.3
Country: ()
Continent: ()
Primary Port: 443
Response Time: 83.758 ms
Tested From: , (), ()
Effective URL: https://www.fenneleatery.com/contact-us/

WEBSITE NOT WORKING

This real-time website checker performs an independent site down or not test if you have encountered a website not working problem. We communicate with the given domain’s web server and a website down message is displayed in case of: server not responding, client error or server error http status codes. Please note, that we are currently unable to examine the functionalities of a site (e.g.: login, forum) or the page content itself, therefore you may get a site up message even if a blank page is loaded for the domain name.

Recently Checked Domain

icelandtravel.xyz bepdaukhithai.store jasminesgardennyc.com to-the-bank.com portalglacier.site wisebank.ltd mandiridigitalbank.com pncbsnational.com artisanalpes.fr bakedapparel.ca bccreativecultures.com riverbank.finance americafcuuu.online venomcoin.finance wellsfargo-0r.com mindsalikeapparel.com ugslot.today oksibet.info beunitedmissingpersons.com soporte.us agencyslegalsresponsibility.biz domingoucomhiper.com mirasoldecoar.com eki-net.life futures3.com khademaat.com americanliving.xyz holudpakhitravels.com miralcamprunners.com flytoronto.xyz general.credit newspcc.com vpass-smbc.top web3agency.us reusing.xyz we1lcod3qr.com outsidersedibles.ca lebarandibui3amazon.com uniteddogtraining.ca cincosegundodainovacao.site thesunnysidedoc.com us-es.site avon-ukraine.net peter-foeng.net securityriskspeciality.com samarkandpeach.xyz blackwoodsentertainment.com bankeswest-au.com xcnb03.cc paypil.xyz