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

$29.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 100 pcs
125ml gold square with PET cover 100 pcs
200ml gold square without cover 100 pcs
200ml gold square with PET cover 100 pcs
320ml Golden Square without cover 125
320ml Golden Square with PP cover 125 PCs
320ml Golden Square with lid (machine sealing required) 125
500ml Golden Square without cover 125
500ml Golden Square with PP cover 125 PCs
500ml Golden Square with lid (machine sealing required) 125
580ml Golden Square without cover 125
580ml Golden Square with PP cover 125 PCs
580ml Golden Square with lid (machine sealing required) 125
750ml Golden Square without cover 125
750ml Golden Square with PP cover 125 PCs
750ml Golden Square with lid (machine sealing required) 125
750ml red square without cap 125 pieces
750ml red square with pp cap 125 pieces
930ml Golden Square without cover 125
930ml Golden Square with PP cover 125 PCs
930ml Golden Square with lid (machine sealing required) 125
1025ml Golden Square without cover 125
1025ml Golden Square with PP cover 125 PCs
1025ml Golden Square with lid (machine sealing required) 125
1400ml Golden Square without cover 125
1400ml Golden Square with PP cover 125 PCs
1400ml Golden Square with lid (machine sealing required) 125
1800ml Golden Square without cover 125
1800ml Golden Square with PP cover 125 PCs
1800ml Golden Square with lid (machine sealing required) 125
2200ml gold square without cover 100 pcs
2200ml gold square with PP cover 100 pcs
2400ml Golden Square without cover 125
2400ml Golden Square with PP cover 125 PCs
2400ml Golden Square with lid (machine sealing required) 125
3300ml gold square without cover 100 pcs
3300ml gold square with PP cover 100 pcs
3500ml gold square without cover 100 pcs
3500ml gold square with PP cover 100 pcs
3500ml Golden Square with lid (machine sealing required) 100
4670ml gold square without cover 100 pcs
4670ml gold square with PP cover 100 pcs
4670ml gold square with lid (machine sealing required) 100
370 portable carton 100 (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)