Articles on: Blockify - Checkout Rules

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:

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


Step 4: Save the changes

Updated on: 18/11/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!