Switch Button Positions and replace one of them with „Buy Now“ button

Switch Button Positions and replace one of them with „Buy Now“ button

Otto7
Excursionist
32 0 9

Hey, I want to switch the position of the „Add To Cart“ Button with the „Keep Shopping“ Button. I also want to replace the „Keep Shopping“ Button with a „Buy Now“ Button.

I’m using the Plane Jane Lite-Version 2.0 Can someone please help me?

IMG_7883.jpeg

Replies 7 (7)

BSSCommerce-HDL
Shopify Partner
2305 834 913

Hi @Otto7 

Can you share your store url ( with password if needed) so we can firgure out solution?

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

Otto7
Excursionist
32 0 9

Url is: jovenclothing.de

password is: leagep

BSSCommerce-HDL
Shopify Partner
2305 834 913

Hi @Otto7

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
div#add-to-cart-section {
    display: flex !important;
    flex-direction: row-reverse;
}

.add-to-cart {
    margin-left: 20px !important;
}
</style>

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

Otto7
Excursionist
32 0 9

Perfect, now the two buttons switched position. How can I now replace the „keep shopping“ button with a „buy now“ button?

image.jpg

BSSCommerce-HDL
Shopify Partner
2305 834 913

Hi @Otto7, i only can change text "keep shopping" to "buy now"

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

HazilStudiosNYC
Shopify Partner
139 23 26

Can you share a picture of the customizer options? Does it allow you to change the button links and labels via the editor?
Alternatively, you can do it via code.

If so, feel free to DM me and I'm happy to help you out.

Flo | Co-Founder and CEO; Hazil - Shopify Mentorship
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
-
Want fast help? Chat with me
Otto7
Excursionist
32 0 9

IMG_8197.png

IMG_8196.png

that’s all I can edit here