Blockify: Checkout Rules
  • About Blockify: Checkout Rules
  • 🌟GETTING STARTED!
    • 🛒Add a new Checkout Validation rule
    • 💳Add a new Hide Payment methods rule
    • 🛡️Add a new Hide Express Checkout rule
    • ↕️Add a new Reorder Payment method rule
    • 🚚Add a new Hide Shipping methods rule
    • 🔝Reorder Shipping methods rule
    • 🛒Add Cash on Delivery fee
    • 🔲Add a Hide Dynamic Payment buttons rule
    • ☑️Create a Shipping discount
    • Combine Condition Rule
  • 🔷Checkout Components
    • Product Offer
  • 📘Use Cases
    • ✅Checkout Validation rule
      • Validate Customer Address on Checkout
      • Validate shipping address if it is a PO box
      • Prevent fraud by validating orders with less value
    • 🛍️Payment rule
    • 📍Shipping rule
  • ❓Frequently Ask Questions (FAQs)
    • How to set up COD payment method?
    • How to set up COD shipping method?
    • Does Blockify work with both one-page checkout and three page checkout?
    • Does Blockify work with Draft Order?
    • Does Blockify hide Express checkout methods on the Cart page?
    • Does Blockify hide Express checkout methods on the Product page?
Powered by GitBook
On this page
  1. Frequently Ask Questions (FAQs)

Does Blockify hide Express checkout methods on the Cart page?

Answer: No, at the moment, Blockify doesn't support hiding Express checkout methods on the Cart page.

However, you can follow the instructions below to hide it yourself or contact live chat support and we will assist you.

Instructions to Hide Express Checkout button on the Cart page?

Step 1: Navigate to Online store > Themes > Edit code

Step 2: On the page navigation, select the option Cart. Click on Add section in the header and choose the Custom Liquid option.

Step 3: Click on the Custom Liquid block to expand its options. Insert the code following:

<style>
.additional-checkout-buttons {
  display: none !important;
}
</style>

Step 4: Save the changes

PreviousDoes Blockify work with Draft Order?NextDoes Blockify hide Express checkout methods on the Product page?

Last updated 9 months ago

❓