Hello,
I would like to apply tax on product if user select "Store Pickup" as a shipping carrier. Here is my scenario:
State A: Tax 5%
State B: Tax 3%
Rest of the state: 0%.
Now, if someone's delivery address is within "State A" then 5% tax will be applied. Its working fine. Similarly, its working fine for other states too.
The issue is, if someone's address is within State C, D or E (where tax is 0%) and he/she choose "Store Pickup" as shipping carrier then I would like to apply tax of 5% because this store is within "State A" (where tax is 5%). Is it possible to enforce 5% tax if user select "Store Pickup"? Or forcefully change delivery address to Store address if customer select "Store Pickup"?
Any help will be appreciated. I am using Prestashop version 1.7 (1.7.8.7)
Thank you!