Petunia Metal Wrinkle-Free Aluminum Foil Lunch Box Barbecue Durian Takeaway Packaging Box Thickeneded Square Lobster Tin Foil Box

$6.90
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

















1
Select product
Selected 0 item(s)
125ml gold square without cover 20 PCs
125ml gold square with PET cover 20 PCs
200ml gold square without cover 20 PCs
200ml gold square with PET cover 20 PCs
320ml gold square without cover 20 PCs
320ml gold square with PP cover 20 PCs
320ml gold square with lid (machine sealing required) 20
500ml gold square without cover 10 PCs
500ml gold square with PP cover 10 PCs
500ml gold square with lid (machine sealing required) 10
580ml gold square without cover 10
580ml Golden Square with PP cover 10 PCs
580ml gold square with lid (machine sealing required) 10
750ml gold square without cover 10
750ml Golden Square with PP cover 10 PCs
750ml Golden Square with lid (machine sealing required) 10
750ml red square without cap 10 pieces
750ml red square with pp cap 10 pieces
930ml gold square without cover 10
930ml gold square with PP cover 10
930ml gold square with lid (machine sealing required) 10
1025ml Golden Square without cover 10 PCs
1025ml Golden Square with PP cover 10 PCs
1025ml Golden Square with lid (machine sealing required) 10
1400ml Golden Square without cover 10 PCs
1400ml Golden Square with PP cover 10 PCs
1400ml Golden Square with lid (machine sealing required) 10
1800ml Golden Square without cover 10 PCs
1800ml Golden Square with PP cover 10 PCs
1800ml Golden Square with lid (machine sealing required) 10
2200ml Golden Square without cover 10 PCs
2200ml Golden Square with PP cover 10 PCs
2400ml gold square without cover 10 PCs
2400ml gold square with PP cover 10 PCs
2400ml gold square with lid (machine sealing required) 10
3300ml gold square without cover 10
3300ml Golden Square with PP cover 10 PCs
3500ml Golden Square without cover 10
3500ml Golden Square with PP cover 10 PCs
3500ml gold square cover (need machine sealing) 10 pc
4670ml gold square without cover 10
4670ml gold square with PP cover 10 PCs
4670ml gold square with lid (machine sealing required) 10
670ml aluminum foil square box with lid 125
980ml aluminum foil square box with lid 125
370 portable carton 10 (suitable for 4670 aluminum foil box)
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)