You really need to follow this process 100 % exact. If it doesn’t work after this step by step Guide you need to get it done by an expert.
Steps (Hide buttons from checkout Stage 1):
Note: In order for this customization to work, the buttons need to exist somewhere within the theme
-
On some themes, the buttons will already exist within the cart-template.liquid file, which would look like this:
-
If the code already exists, the Express Checkout should not display on the first stage of the Checkout
-
If the code doesn’t exist, you can follow this helpdoc to add the code to the cart page.
Steps (Stage 2)
Once the above code has been added to the cart-template.liquid file…
-
Add the following code at the bottom of the theme.scss.liquid file to hide the Express Checkout buttons (or PayPal only)
Some themes will have a different class name. Check the cart-template.liquid file for additional_checkout_buttons in the file
-
TO REMOVE PAYPAL BUTTON modify the code to this:
-
DONE!