php - woocommerce update cart function refreshes page to the wrong domain -
im using woocommerce , have run problems update cart function.
the cart can updated account quantity changes of items after pressing 'update cart' button page refreshes show wrong page, says "your cart empty."
ex: click "update cart" button > alpha.example.com/cart
what should do: click "update cart" button > businessname.com/cart
this problem occurs because current domain not primary domain , redirect. current config installed on alpha.example.com redirects businessname.com, understanding should both same page, occurs empty cart page displayed.
can update cart button link businessname.com/cart editing php?
if more clarity needed feel free ask. thanks.
Comments
Post a Comment