Amazon Pay on shopping cart page

Solved

Amazon Pay on shopping cart page

Lara14
Tourist
25 0 1

Hello everyone! 

On my shopping cart page, users can see the different payment options (see pic below)

Bildschirmfoto 2024-06-23 um 15.37.57.png

However I would like to hide all the payment options and just have the one button saying "check out" on this page. 

 

Which code do I have to add where to hide all the other buttons? 

Shop URL: https://mylongevitylife.com/ 

 

Thank you very much in advance! 

Have a great day! 

Accepted Solutions (2)

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @Lara14 

You should try following the instructions below

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2: Search for the file main.css and add this code snippet to the end of the file

 

 

.shopify-cleanslate {
    display: none !important;
}

 

 

Result

BSSCommerceB2B_1-1719150746101.png

If it's helpful, please like and mark it as a solution, thank you

Have a nice day

 

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hi @Lara14 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

 

 

.shopify-cleanslate {
    display: none !important;
}

 

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @Lara14 

You should try following the instructions below

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2: Search for the file main.css and add this code snippet to the end of the file

 

 

.shopify-cleanslate {
    display: none !important;
}

 

 

Result

BSSCommerceB2B_1-1719150746101.png

If it's helpful, please like and mark it as a solution, thank you

Have a nice day

 

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hi @Lara14 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

 

 

.shopify-cleanslate {
    display: none !important;
}

 

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

Lara14
Tourist
25 0 1

Thank you Amelia, 

it worked!