When you enable Paypal Express Checkout, there will be a checkout with Paypal button on top of the checkout page as below:

For some merchants, having 2 PayPal checkout buttons in 2 different locations may cause confusion for the customer. In this case the merchant can add codes to hide the Paypal Express Checkout off the checkout page by following the instructions in this article.
Step by Step Tutorial
On ShopBase admin , go to Online Stores > Preferences.

Navigate to Additional scripts section, in Head tab, paste the code below.
<style>
.dynamic-checkout {display: none}
</style>

Click Save
Overview of Preferences
Block or allow certain countries to access the store
Block traffic from spyware to your site
Add custom notices to the product page
Add Power Up Scripts to optimize your store
Add Facebook Live Chat to your store

For some merchants, having 2 PayPal checkout buttons in 2 different locations may cause confusion for the customer. In this case the merchant can add codes to hide the Paypal Express Checkout off the checkout page by following the instructions in this article.
Step by Step Tutorial
On ShopBase admin , go to Online Stores > Preferences.

Navigate to Additional scripts section, in Head tab, paste the code below.
<style>
.dynamic-checkout {display: none}
</style>

Click Save
Overview of Preferences
Block or allow certain countries to access the store
Block traffic from spyware to your site
Add custom notices to the product page
Add Power Up Scripts to optimize your store
Add Facebook Live Chat to your store
Updated on: 08 / 04 / 2022