Sudip Rooj
Sudip Rooj

Reputation: 19

view cart button redirect same page in woocommerce

I am using woocommerce in my wordpress site All are the latest version I am using but I found a error woocommerce related all link like "view cart", "checkout" button are redirecting the same page the current url How can I solve this?

Here is my site link http://localbmx.com.au/wordpress/?post_type=product

Upvotes: 0

Views: 13665

Answers (6)

yogesh chatrola
yogesh chatrola

Reputation: 431

You Need to Change Some Woocomerce Setting

In Woocomerce Version 3.6.4

Go to dashboard > WooCommerce > Settings > Advanced > Page setup

enter image description here

Upvotes: 0

Nitesh Raghuwanshi
Nitesh Raghuwanshi

Reputation: 1

WooCommerce changed some settings. So now to set woo pages manually Go to the WooCommerce > Settings > Advance and set pages for cart, Checkout, My Account etc.

Upvotes: 0

Veey
Veey

Reputation: 246

For me the link was http://www.yoursite.com/wp-admin/admin.php?page=wc-settings&tab=advanced for wooCommerce version 3.4.2. It's been under Advanced tab.

Upvotes: 1

Ahmed Taweel
Ahmed Taweel

Reputation: 41

You can add cart page and enter this short-code [woocommerce_cart] in it. also for checkout add new page and enter [woocommerce_checkout].

Then in the dashboard go to Woo Commerce > Settings > Checkout in Checkout Pages section the pages for cart and checkout.

Upvotes: 3

mrtnmgs
mrtnmgs

Reputation: 1552

saintush had the correct answer but it changed! The link is now

www.yoursite.com/wp-admin/admin.php?page=wc-settings&tab=checkout

(In the WordPress Admin: Woo Commerce > Settings > Checkout)

Upvotes: 1

saintush
saintush

Reputation: 31

You can solve this by setting the page. Goto http://yourwebsite.com/wp-admin/admin.php?page=woocommerce_settings&tab=pages

And set pages for cart from dropdown menu.

Upvotes: 3

Related Questions