Y2ZGX4FCDVEXTYPOQNAZ5GKM2GBSF6B6EFN4EAP2V5XGHKFNCMSQC
if(e[i][0].handle === 'thc-dark-chocolate-bar-bhang' || e[i][0].handle === 'thc-milk-chocolate-bar-bhang' && quantity === '10') {
portions = '4';
quantity = '2.5';
} else if(e[i][0].handle === 'balance-solid-milk-chocolate-chowie-wowie' || e[i][0].handle === 'thc-solid-milk-chocolate-chowie-wowie' && quantity === '16') {
portions = '2';
quantity = '8';
} else if(e[i][0].handle === 'dark-chocolate-bar-foray' && quantity === '40') {
portions = '4';
quantity = '10';
} else if(e[i][0].handle === 'bakerstreet-peppermint-milk-chocolate-tweed' && quantity === '32') {
portions = '4';
quantity = '8';
} else if(e[i][0].handle === 'pause-dark-milk-chocolate-bar-tokyo-smoke' || e[i][0].handle === 'go-dark-milk-chocolate-bar-tokyo-smoke' && quantity === '32') {
portions = '5';
quantity = '6.4';
}
) on conflict do update set cbd = excluded.cbd, thc = excluded.thc, price = excluded.price, stock = excluded.stock`,
) on conflict (variant, store) do update set cbd = excluded.cbd, thc = excluded.thc, price = excluded.price, stock = excluded.stock`,