sparkles2.png

Remove Delivery Amount on Checkout

 

This effect will remove the 'Delivery Total' and price from the checkout page. Useful for if you offer online products or if you do not deliver.

 
 
 

See the effect in action

 
Screenshot 2021-07-09 at 13.34.27.png
 
 
 

How to use the Effect

Simply head to the 'edit CSS' section of Blocklab whilst you are on the product page, copy and paste the below code in, hit 'Save' and then go back to Blocklab and hit 'Publish' to apply the effect.

 

#shop .checkout #basketDeliveryTotals {
   display: none !important;
}