Learn how to integrate Hulk Apps Volume & Tiered Discounts app with Store Pickup + Delivery
If you are using Volume & Tiered Discounts by Hulk Apps please add the following code to your themes snippets/storepickup-addons.liquid
file.
<script type="text/javascript">
function hulkappsCheckoutClick() {
if (window.Zapiet && window.ZapietCachedSettings) {
return Zapiet.Widget.checkoutEnabled();
}
}
</script>
This code will ensure your customers can't checkout without first selecting a pickup/delivery preferences.
Limitations
- The integration does not currently pass through the checkout locale so that different terminology appears when a customer selects pickup, delivery or shipping.
- The pickup address will not be pre-populated in the shipping address fields.