oluisrael
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Payment failed but marked as processingHello @solstudioim @simplysaru @melindahelt @thup90, I am also facing this same issue. Orders are coming in with no payment charged on the checkout page and still showing “processing” status. Here is a screenshot https://imgur.com/a/SlrqpwY.
What would you suggest I do?
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Remove DateHi @mangkanor2017, my apologies for not getting back to you earlier on this. It looks like you want to block the 14th from being available on the delivery calendar. All you need to do is set that date as a holiday and be disabled on the frontend.
I hope this helps.
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Delivery date not showing on Order listHi @ediblecaketoppersie I’m sorry I didn’t get back to you earlier on this. We have created a patch for this which you can download here.
All you need to do is download the file and replace in order-delivery-date-for-woocommerce > includes > settings.
Kindly let me know how this goes.
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Minimum Delivery time (Not working)@gsouza I was unable to replicate the issue on my end with the same setup you have on your site. It seems like something else must have caused this. Can you type your site URL to check this behavior on the checkout page?
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Minimum Delivery time (Not working)Hi @gsouza, can you also send screenshots of your timeslots setup in the backend?
Forum: Plugins
In reply to: [Product Delivery Date for WooCommerce - Lite] WPMLHi @pampullo, thanks for the update confirming that you have solved the problem. I’ll proceed to mark this ticket as resolved.
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Deprecated is_ajax error – solutionHi @guigonet, thank you for pointing this out. We will look into this and patch this in the next update. Meanwhile, I’d appreciate it if you could let me know the theme you’re running on your site.
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Fill text with data from URLForum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Delivery Date Animation SpinningHi @asonitez, thank you for reaching out. I checked your site, and I was unable to replicate the issue. Everything worked fine and as expected with no issues regarding the delivery date picker. Can you recheck from your end and this time in incognito mode?
@blankboxmedia thank you for your response. I’m afraid our plugin doesn’t count and spread the minimum delivery time calculation over non-delivery days at the moment. It is something we have to work on as a new feature. I also can’t give an ETA yet on this but we will look into this and try to work on releasing this feature asap in newer versions of the plugin.
@blankboxmedia, based on your setup and explanation above, deliveries will only be processed on those 2 delivery days you have set up already and from the current date considering that you have a 48 hour minimum delivery time setup.
Hence, if a customer visits the site on delivery day 1 for that particular product, such customer won’t be able to select a delivery day for that week since there are only 2 delivery days weekly and would have to select the next available delivery day which is the next week.
I hope this helps.
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Data not passed to cartThank you for the feedback @rafaelmiura
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Data not passed to cart@castlebuilder, thank you for the feedback.
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Data not passed to cart@rafaelmiura @mohsinrasool @castlebuilder kindly add the filter below to your active theme’s functions.php file
function alg_wc_pif_remove_form_cart_attribute_callback( $form_cart_attribute ){ $form_cart_attribute = true; return $form_cart_attribute; } add_filter( 'alg_wc_pif_remove_form_cart_attribute', 'alg_wc_pif_remove_form_cart_attribute_callback' );
Let me know if this works.
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Data not passed to cart@castlebuilder @mohsinrasool @rafaelmiura
This will be looked into asap and I’ll reach out as soon as a patch is ready.
Thanks for your patience.