Archived topic
enabling WooCommerce module breaks "View Cart" Link
1 reply · Started by Bret on June 3, 2021
Viewing posts 1–2 of 2
I have a vanilla site, just installed. Everything is brand brand new.
WP 5.7.2
Single WooCommerce Product on the shop page.
If I enable the WooCommerce module via GP, "Add to Cart" no longer produces the "View Cart" link.
GP 3.0.3
GP Premium 2.0.2
Hi there,
options:
1. You can Enable the Display cart panel on add to cart option in the Woocommerce module:
https://docs.generatepress.com/article/woocommerce-overview/#shop
OR
2. Add this CSS:
.woocommerce .add_to_cart_button + .added_to_cart {
display: inline-block;
}
This archived topic is closed to new replies.