• Resolved kylejgoodk

    (@kylejgoodk)


    Shop link: SET SHOP

    The Add to Cart buttons and sorting dropdown don’t work. I’m new to WooCommerce… did a bunch of Googling but can’t figure this one out.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you renamed the default WooCommerce pages? Check that the drop-down at Admin page > WooCommerce > Settings > Products tab, Product Archive / Shop page is set to your Shop page. On the Checkout tab, also ensure the Basket and Checkout drop-downs point to your renamed pages. Then maybe worth resetting permalinks at Admin page > Settings > Permalinks – click “Save changes”.

    It looks like it’s just a CSS problem. The div with a class of “one_first” is overlapping the div with the shopping cart content. If you add this to your your css it should fix the issue:

    .one_first { clear: both }

    Cheers!

    Thread Starter kylejgoodk

    (@kylejgoodk)

    It looks like it’s just a CSS problem. The div with a class of “one_first” is overlapping the div with the shopping cart content. If you add this to your your css it should fix the issue:

    .one_first { clear: both }

    Thank you Vinny, I just had to change it to { clear: both !important; } and that fixed it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add to Cart button doesn't work’ is closed to new replies.