Add to Cart not working on Product but works on Collection

Solved

Add to Cart not working on Product but works on Collection

Sliceworx
Visitor
2 0 1

Hello

My Add to Cart button is not working on the actual Product page.

The button works on all other pages like collections ,shop ,deals etc.

I have 4 apps running for shipping,email,privacy and quick view.

 

Theme: Renoxa

Website: www.sliceworx.com

 

 

 

Accepted Solution (1)

KetanKumar
Shopify Partner
37598 3668 12156

This is an accepted solution.

@Sliceworx 

oh sorry for that issue can you try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.

.propage.col-sm-6.col-lg-7.col-xs-12 {
    position: relative;
    z-index: 999999 !important;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 2 (2)

KetanKumar
Shopify Partner
37598 3668 12156

This is an accepted solution.

@Sliceworx 

oh sorry for that issue can you try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.

.propage.col-sm-6.col-lg-7.col-xs-12 {
    position: relative;
    z-index: 999999 !important;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Sliceworx
Visitor
2 0 1

Thank you Ketan

This worked. However now the preview screen that flashes when product is added to cart is not showing correctly.