eWallz
Forum Replies Created
-
Hi, has this compatibility issues with woocommerce block checkout being addressed in the next update?
@mathdaniel Hi, i don’t see anywhere in the docs, on how to edit the existing woocommerce order status like processing, on-hold, etc? The docs is only for ‘new’ order status.
@losmochos thanks for the temp fix.
Hi, if you use the snippet, it just removed the error notice on checkout, but in actual the date validation still exists. That’s why the checkout keeps on loading and unable to submit the order. Just make it so that users don’t have to use any snippet. Add functionality to remove the delivery date filter hook altogether from the block checkout whenever the location delivery/pickup are disabled.
Hi, i thought this was fixed in 1.16. But still the same. Can you please unhook the delivery dates validation from the checkout block when the user do not want to use the delivery/pickup option?
Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] SMTP is not working@qriouslad i tested the smtp features on a different cpanel hosting provider and its working fine. So I think it’s hosting specific issue.
Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] SMTP is not working@qriouslad I’m using linux cpanel hosting on verpex.com. Reseller pro plan. I will test this on my other cpanel on different provider and update you the results.
The validation for the date selection on checkout block still ‘required’ which makes the checkout cannot proceed. When user first visit the checkout page, the validation notice not showing. It’s only appears when user click on ‘Place Order’ button which makes the validation process triggered.
Even after added & activated the snippet provided using wpcode.
And also pickup & delivery settings disabled.
you can test it on this demo site. it has the snippet enabled + pickup/delivery settings disabled. https://brocafe.synergize.co/order/
Classic checkout if working ok. But as my title above, please make it totally unhooked from any checkout page when the pickup and delivery settings are disabled. And make the date block widget removable in the block checkout.
any news on next update to include this?
add_filter( 'orderable_location_service_dates', '__return_true' );
this snippet is not working. Unable to place order.Using the default woocommerce block based checkout.
1. Disable the Picker & Delivery toggle in plugin settings. Using WC default shipping.
2. Add and Enable the above snippet using theme function.php.
3. Only using latest Orderable 1.15.0 + WC 9.1.4 + 2024 theme activated.
Results: Unable to place order. Still indicate ‘please select service date’ under shipping method.Thanks for the snippet. I just hide it using css for now, until the next update.
Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] SMTP is not workingI use regular cpanel hosting. Create an email acc using the same domain and use the smtp setting.
the 2 smtp plugin that’s working with the same setting are fluentsmtp and post smtp.
Yes you’re right. When I disabled these, the text notice should be gone as well, but it remains there…please test it on your side. Please make the “No service dates available” notice auto disappear when the Delivery or Pickup settings disabled, so that users don’t have to add additional css to make it hidden..
Thanks for the support. Luckily managed to build my own plugin to override the leave balance within the WPadmin.
possible to edit the person balance leave via database? can you help which db table to look for the balance leave amount.