Zubair KHAN
Zubair KHAN

Reputation: 23

Wordpress Woocommerce Redirect Argument

When I enable my site automatically show argument ?v= like this

com / ?v=d71bdd22c8bb

How can I fix this?

Upvotes: 2

Views: 794

Answers (1)

Firefog
Firefog

Reputation: 3174

String to all urls ?v=XXXXXXXXXXXX. That URL is coming from standard base address setting in Woocommerce. When you choose geolocation with caching support for page, it will add that ?v=xxxx string because it's capturing the visitors base address

TO fix it goto woocommerce->settings->Default Customer Address change it to Shop base address

enter image description here

More Info ->

Upvotes: 7

Related Questions