Hi @burner9000 ,
Sorry for my late reply.
Woocommerce basically using cookies to detect whether or not the product is add to the cart. When you add cart to the current product, the cookie domain will only appear in this 20dos-give-away.rodburn.com.au
domain. This can be seen when you use https://20dos-give-away.rodburn.com.au/cart/ , you will see that product inside the cart.
We need to set the cookies domain to .rodburn.com.au
in order fix this issue.
eg: go to wp-config file, add in define('COOKIE_DOMAIN', '.rodburn.com.au.');
to support multiple subdomains for your site.
Please try this in your localhost first to avoid any breakdown in your live website.
-
This reply was modified 4 years, 1 month ago by tcpteam.
-
This reply was modified 4 years, 1 month ago by tcpteam.
-
This reply was modified 4 years, 1 month ago by tcpteam.