Trumpet Flower Aviation Cup Disposable Cup Plastic Cup Transparent Drinking Cup Small Water Cup Tasting Drinking Cup Whole Case

$48.00
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
1
Select product
Selected 0 item(s)
30ml straight Cup 2500
2500 pieces of 30ml crimson cups
50ml straight Cup 2500
60ml tea cup 500
60ml lucky cup 500
100ml bullet cup 500
100ml small jade cup 500
100ml step frosted cup 500
110ml tea cup 500
135ml pattern Cup 400
150ml Laifu Cup 400 [pp Injection Molding]]
150ml steps transparent cup 500
150ml Baoyu Cup 400
150ml Baoyu Cup 500
200ml steps transparent cup 400
200ml steps transparent cup 500
200ml orange step Cup 400
200ml elegant black step cup 400
200ml step frosted cup 400
200ml step frosted cup 500
400 pieces of 200ml crystal color cups
200ml octagonal cup 400
200ml wonderful jade cup 400
200ml orange jade cup 400
400 200ml classic floral sand cups
200ml straight Cup 400
200ml flexible cup (pp injection molding) 400 pieces
220ml dream shadow Cup 400
250ml straight Cup 400
250ml straight Cup 500
250ml step Cup 400
250ml step Cup 500
300ml Xiangling cup 200-transparent
300ml Xiangling Cup 200-Gold Edge
300ml straight Cup 400
330ml transparent notch cup 200
330ml orange notch cup 200
330ml blue notch cup 200
360ml straight Cup 200
480ml straight cup 200
110ml Mount Fuji tea cup 500
150ml double happiness cup 400 pieces
200ml "love you always" cup, pack of 400
400 pieces of 200ml silent fortune cups
400 pieces of 200ml mouth cups
400 pieces of 200ml fuma cups
400 pieces of 200ml fruit expression cups
400 pieces of 200ml gourd cups
400 pieces of 200ml fortune cups
400 200ml duck cups
400 pieces of 200ml bronze mask cups
200ml good Cup 400
200ml cherry blossom Cup 400 PCs
200ml happy Word Cup 400
200ml auspicious Cup 400
200ml cute dragon straight Cup 400
250ml to run the Cup 400
250ml fu character cups 400 pieces
400 250ml koi cups
400 pieces of 300ml jinfu cups
400 pieces of 300ml snake cups
300ml Shun Shun Cup 400
300ml Fuhu Cup 400
300ml rabbit Cup 400
300ml Jinlong Cup 400
300ml Mesopotamia Cup 400
360ml Fortune Cup 200
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)