hwsiew
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Mobile Submenu not working!Thanks, it is working~
Great ! Thanks.
Hi yes, can you please share hook filters might help?
Thanks.
Great, Thanks!
Hi, thanks for the reply.
As i can see from your screen recording, the postcode restriction is set on the admin level instead of vendor level? The case of my is that in both zones, country are set to the same (but not to limit the postcode) at admin level and vendor restrict the zone postcode shipping by ‘Limit Zone Location’ in vendor dashboard. If in this case, the shipping does not work as expected.
Thanks.
Hi, can you please share the filter name. I would like to give it a try.
Thanks.
Thanks for the information.
Great, thanks.
For others information, moving the variables initialization outside the if solve the issue.
$countries = $states = $cities = $postcodes = array(); if ($want_to_limit_location) { ... }
After debugging, it appears that if your WC settings > shipping zones > shipping regions set to a country instead of a state, for example, ‘United States’ instead of ‘Alabama, US’, you will have the issue of stating that ‘$states’ is null.
In the code, it doesn’t handle the case when country is selected other than state and postcode.
Great, Thanks.
Thanks.
Just curious to know why would you want to direct vendor to customer account page in the original template?
Awesome ! it works.
Thanks.
Hi, thanks for the reply.
The method set commission to 0 only. How can i set the commission status to ‘paid’ automatically?
Hi, currently local pickup option is only available if customer had entered an address before. I the local pickup to be available for selection all time even if new customer has not entered an address before.