Hi, guys. Already posted on Slack but let me ask this again plz.
I’ve got stuck with a strange situation that I cant put any items in cart even though I ALREADY registered test address. Validation messeage is “Please type in a postcode/address to check if we can deliver to you.“. I tried to spot what’s causing this and found $this->validateLocation(); at line 96 in RootDirectory/extensions/igniter/cart/classes/CartManager.php .. I dont know why this validation doesnt allow me to put an item in my cart.
Deleting $this->validateLocation(); , I could successfully put items in cart. However, it throws the same error when proceeding to the next page (order confirmation page i guess)…
How can i solve this?? It is just a validation unnaturally working in my cart page so there aren’t any logs out there.
Thank you in advance!