Return and Refund Policy

Last updated: May 30, 2026

Because Sevensnail provides custom printed packaging, most confirmed production orders are made specifically for one customer's brand and cannot be returned as ordinary stock products.

Before production

If production has not started, cancellation or modification may be possible. Any design, sampling, material purchase, or payment processing cost already incurred may be deducted.

After proof approval

Once the customer approves the final proof and production starts, refunds are not normally available for changes of mind, incorrect customer-provided artwork, spelling mistakes approved in the proof, or changes requested after production.

Defects or wrong production

If goods arrive with a confirmed production defect or do not match the approved proof, please contact us within 7 days of delivery with photos, videos, carton labels, and order details. We will review and may offer remake, partial refund, or other reasonable solution depending on the case.

Contact

Email: patricklovecc@gmail.com

Quote '; } function install(){ var root=document.querySelector('[data-product-preview]'); if(!root || root.dataset.productionDownloadOverride==='1') return; var btn=root.querySelector('[data-art-action="download"]'); var copy=root.querySelector('[data-art-action="copy"]'); var canvas=root.querySelector('[data-preview-canvas]'); var output=root.querySelector('[data-art-output]'); var status=root.querySelector('[data-preview-status]'); if(!btn || !canvas || !output) return; root.dataset.productionDownloadOverride='1'; var lang=(document.documentElement.lang||'').toLowerCase(); var isZh=lang.indexOf('zh')===0; var isAr=lang.indexOf('ar')===0; btn.textContent=isZh?'下载生产确认包':(isAr?'تنزيل ملف الإنتاج':'Download production package'); if(copy) copy.textContent=isZh?'复制生产规格':(isAr?'نسخ مواصفات الإنتاج':'Copy production spec'); btn.addEventListener('click',function(event){ event.preventDefault(); event.stopImmediatePropagation(); var raw={}; try{raw=JSON.parse(output.value||'{}');}catch(error){} var spec=normalizeSpec(raw); var proof=canvas.toDataURL('image/png'); var base='sevensnail-'+(spec.product_handle||'artwork')+'-'+(spec.template_key||spec.template||'template')+'-'+new Date().toISOString().replace(/[:.]/g,'-'); downloadText(base+'-production-sheet.html',sheetHtml(spec,proof),'text/html'); if(status) status.textContent=isZh?'已下载生产确认单,包含确认图、出血、尺寸和 JSON 规格。':(isAr?'تم تنزيل ورقة الإنتاج مع المقاسات والنزف ومواصفات JSON.':'Production sheet downloaded with proof image, bleed, size, and JSON spec.'); },true); } if(document.readyState==='loading') document.addEventListener('DOMContentLoaded',install); else install(); window.setTimeout(install,500); window.setTimeout(install,1500); })();