Add to Cart not working on Product but works on Collection

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

1 Like

@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;
}
1 Like

Thank you Ketan

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