404 Not Found


nginx/1.18.0 (Ubuntu)
desc-split","handle_md5":"2a5fb96411c743b976ef92ae27787291","id":25178,"name":"desc-split","name_md5":"2a5fb96411c743b976ef92ae27787291","updated_at":1752546328},{"created_at":1752546328,"handle":"loop-candles","handle_md5":"4c85d5fc5601ebdcc0fb19552ca249c1","id":25179,"name":"Loop-Candles","name_md5":"8febbc560114d56e98edf89c99af3b6c","updated_at":1752546328},{"created_at":1752546328,"handle":"loopreturn","handle_md5":"f65cc146ce0585db6ea000c5abd2e7ef","id":25180,"name":"LoopReturn","name_md5":"162888c9d080358cd85eb6f2dcf7add9","updated_at":1752546328},{"created_at":1752546328,"handle":"loopreturns","handle_md5":"c11fb0f10ff526a95dc815ca8dbcb006","id":25181,"name":"LoopReturns","name_md5":"a315814ba9bc4ca807687cc73ccfa933","updated_at":1752546328},{"created_at":1752546328,"handle":"new","handle_md5":"22af645d1859cb5ca6da0c484f1f37ea","id":25182,"name":"new","name_md5":"22af645d1859cb5ca6da0c484f1f37ea","updated_at":1752546328},{"created_at":1752546328,"handle":"new-template","handle_md5":"e1071f0cf0b3dd8e4a64b94511c4582e","id":25183,"name":"new-template","name_md5":"e1071f0cf0b3dd8e4a64b94511c4582e","updated_at":1752546328},{"created_at":1752546329,"handle":"25_boardwalkconemicro","handle_md5":"ec50bd7ac0e2ec79aa21569a82aec4cd","id":25185,"name":"25_BoardwalkConeMicro","name_md5":"c36324b294c4cff3c23261b79ac9de41","updated_at":1752546329},{"created_at":1752546329,"handle":"new-fragrance","handle_md5":"0af07deec075a1d48f96ce5e52531144","id":25186,"name":"New-Fragrance","name_md5":"4ba4ecfcee36375f3441fb460223144a","updated_at":1752546329}],"taxable":1,"title":"Lemon Boardwalk Cone 3-Wick Candle","total_virtual_sale_count":0,"updated_at":1752551897,"variant":{"available":1,"barcode":"","compare_at_price":25.5,"created_at":1752551897,"ext1":"","ext2":"","id":2972723,"image_id":0,"inventory_quantity":1000,"option1":0,"option1_title":"","option1_value":0,"option1_value_title":"","option2":0,"option2_title":"","option2_value":0,"option2_value_title":"","option3":0,"option3_title":"","option3_value":0,"option3_value_title":"","position":0,"price":5.6,"sku":"GC153153","sku_code":"355392-0-0-0-0-0-0","sku_value":"","title":"Lemon Boardwalk Cone 3-Wick Candle","updated_at":1752551897,"weight":0},"variant_compare_at_price_max":25.5,"variant_compare_at_price_min":25.5,"variant_price_max":5.6,"variant_price_min":5.6,"variant_weight_max":0,"variant_weight_min":0,"variants":[{"available":1,"barcode":"","compare_at_price":25.5,"created_at":1752551897,"ext1":"","ext2":"","id":2972723,"image_id":0,"inventory_quantity":1000,"option1":0,"option1_title":"","option1_value":0,"option1_value_title":"","option2":0,"option2_title":"","option2_value":0,"option2_value_title":"","option3":0,"option3_title":"","option3_value":0,"option3_value_title":"","position":0,"price":5.6,"sku":"GC153153","sku_code":"355392-0-0-0-0-0-0","sku_value":"","title":"Lemon Boardwalk Cone 3-Wick Candle","updated_at":1752551897,"weight":0}],"vendor":"mysite","version":"5hsv23c7eusjc19o","virtual_sale_count":0,"visit_count":2,"wish_count":0,"_id":"156354-355392","star":0,"star_list":{"fifth":0,"fourth":0,"third":0,"second":0,"first":0}}; if(document.referrer === "" ){ $(".back-box").hide() } const waterfall = new waterfalls({ id: "#comments_detail-warp", bottomDistance: 30, renderType: "liquid", renderComplete(node) { node.find('.comment_warp-images img').click(function () { const JqThis = $(this); const parentIndex = JqThis.data("parent"); moi.pictureImages(comment[parentIndex].images.src, JqThis.data("index") - 1, JqThis) }) }, resizeConfig: [ { min: 0, max: 1023, rowGutter: '20px', columnsGutter: '20px', columns: 1 }, { min: 1024, rowGutter: '30px', columnsGutter: '30px', columns: 2 } ], render(data, callback) { engine.parseAndRender($("#id-comment-temp-block").html(), { comments: data.map((item) => { item.price = formatMoney(item.price, _GET_C_SETTING_("currency")); item.created_at_str = moi.formatZoneDate(item.created_at, "YYYY-mm-dd"); item.replied_at_str = moi.formatZoneDate(item.replied_at, "YYYY-mm-dd"); return item; }), data_from:'comments_detail', storeConfig: storeConfig, lang: lang, }).then(function (liquidHtml) { const node = $(liquidHtml); callback && callback.call(this, node) }); } }) if(comment.length){ waterfall.addStorage(comment) } if(moi.getUrlParam('writeComment') == 'true') { showCommentPopup(); } $(".write-comment").click(function (params) { showCommentPopup(); }) function showCommentPopup() { var comment = writeComment({ product_id:product.id, img:product.src, submit(params) { const load = moi.nodeShowLoading(this); moi.ajax({ url: "/comments", type: 'post', data: JSON.stringify(params), complete: function () { load.close(); }, success: function (data) { if (!data.code) { comment.close(); moi.message({ content:"Comment success", onClose:function(){ if(moi.getUrlParam('writeComment') != '') { let newUrl = location.href.replace(/([&?]writeComment=true)/, '') location.replace(newUrl) }else { location.reload() } } }) return } $("#code").click() return moi.alert({ title: !data.code ? "Comment success" : data.msg }); } }); } }); } function getWebFilterParams(){ var sort_by = $('#sort_by').val(); var is_image = $('#is_image').val(); var star_eq = $('#star_eq').val(); return { "sort_by": sort_by, "is_image": is_image, "star_eq":star_eq, "page": 1 } } function webFilterChange(event){ if($(event.target).val() == '0') { $(event.target).val('') } var filterParams = getWebFilterParams(); location.href = moi.setUrlParams(location.href, filterParams); } $('#sort_by').change(webFilterChange) $('#is_image').change(webFilterChange) $('#star_eq').change(webFilterChange) $(".filter_clear").click(function(){ location.href = moi.setUrlParams(location.href, { "sort_by": "","is_image":"","star_eq":"","page": 1}); }) function getMobileFilterParams(){ var sort_by = $('input[name="sort_by"]:checked').val(); var is_image = $('input[name="is_image"]:checked').val(); var star_eq = $('input[name="star_eq"]:checked').val(); return { "sort_by": sort_by, "is_image": is_image, "star_eq":star_eq, "page": 1 } } $("#filter_submit").click(function(){ var filterParams = getMobileFilterParams(); location.href = moi.setUrlParams(location.href, filterParams); }) $("body").on("click", "df-oemmenu df-oemmenu-label", function () { $(this).parent().find("df-oemmenu-warp").slideToggle() if($(this).parent().hasClass("df-oemmenu-acrive")){ $(this).parent().find("df-oemmenu-warp").slideUp('slow',function(){ $(this).parent().removeClass("df-oemmenu-acrive"); }); }else{ $(this).parent().find("df-oemmenu-warp").slideDown('slow',function(){ }); $(this).parent().addClass("df-oemmenu-acrive"); } }); $("body").on("click", "df-oemdrawer df-oemdrawer-label", function () { var node = $(this).parent(); node.addClass("df-oemdrawer-open"); setTimeout(function () { node.find("df-oemdrawer-popup-warp").addClass("df-oemdrawer-popup-open"); }, 100); }); $("body").on("click", ".drawer-close", function () { var node = $(this).parents("df-oemdrawer"); node.find("df-oemdrawer-popup-warp").removeClass("df-oemdrawer-popup-open"); setTimeout(function () { node.removeClass("df-oemdrawer-open"); }, 350); }); $(".cursor-star").click(function(){ var value = $(this).data("value"); location.href = moi.setUrlParams(location.href, {star_eq:value}); }) })()
Shopping Cart