Disable Price Add-ons

If you previously were on the Advanced Plan and downgraded to the Basic plan then price add-ons will still show on your products but they won’t work correctly when a customer goes to checkout.

You can remove the price add-ons with the code below.

Add the code below to the theme.liquid file after our app’s two lines of code. Click the link below for more information on how to add code.

How to edit code in your theme.liquid file

<script>
var bcpoDisablePriceAddons = true;
</script>

Was this article helpful?
Dislike

Pin It on Pinterest