Checkout

Solved
hmboots
Tourist
5 0 2

I set up a new shop a few days ago selling football boots, I have had a few people add to cart and a returning visitor add to cart and get to checkout but not buying. I was wondering if there is something wrong with my website and if anyone could check it out? hmboots.myshopify.com is the link and looking for any help I can get 🙏

Accepted Solution (1)
made4Uo
Shopify Partner
3785 710 1096

This is an accepted solution.

Hi @hmboots,

 

It looks like the button border and the text is the same color as your background. Make sure to change the text color using your theme editor. You can also manually change it using the code below.

 

1. From your Admin page, go to Online store > Themes > click the three dots > Edit code
2. Find the Asset folder, and open the base.css file
3. Add the code below at the very end of the file

.product-form__submit.button.button--full-width {
    color: black;
    border: 3px solid;
}

 

The dynamic button depends on the user preferences on their payment option

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!

View solution in original post

Replies 5 (5)
made4Uo
Shopify Partner
3785 710 1096

Hi @hmboots,

 

Thank you for sharing your website. I did had a look and your buy button is hidden. Is this done intentionally?

 

made4Uo_0-1679270265390.png

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
hmboots
Tourist
5 0 2

thank you for the quick reply and no it is not intended is there a way I can put it back? Thank you for the help 

hmboots
Tourist
5 0 2

I also have noticed that there is a buy it now button for me sometimes and then a PayPal button other times but this is on my phone and could possibly be different for desktop

made4Uo
Shopify Partner
3785 710 1096

This is an accepted solution.

Hi @hmboots,

 

It looks like the button border and the text is the same color as your background. Make sure to change the text color using your theme editor. You can also manually change it using the code below.

 

1. From your Admin page, go to Online store > Themes > click the three dots > Edit code
2. Find the Asset folder, and open the base.css file
3. Add the code below at the very end of the file

.product-form__submit.button.button--full-width {
    color: black;
    border: 3px solid;
}

 

The dynamic button depends on the user preferences on their payment option

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
hmboots
Tourist
5 0 2

Thank you very much it is largely appreciated