chrisrald
Forum Replies Created
-
I found out that this plugin was not compatible with the latest version of elementor pro especially the product carousel. I will appreciate if you will have update on this plugin.
I just need the current date to be disabled.
Once the customer will buy today the delivery date for today will be disabled.
I found out that you are using https://flatpickr.js.org/Resolve my problem now using this
// disable today’s date in Delivery Date
var d = new Date();
var month = d.getMonth()+1;
var day = d.getDate();var output = d.getFullYear() + ‘/’ +
((”+month).length<2 ? ‘0’ : ”) + month + ‘/’ +
((”+day).length<2 ? ‘0’ : ”) + day;console.log(output);
jQuery(“#coderockz_woo_delivery_date_datepicker”).flatpickr({
disable:[output],
dateFormat: “Y-m-d”,
});Thank you for the response Appreciate it
It’s now working
yes, it’s working if the amount is greater than 100.
Great thanks.
- This reply was modified 4 years, 6 months ago by chrisrald.
Got this alert error when using credit card payment.
Alert will pop-up with this messageSomething went wrong. Please refresh your browser. Please check WooCommerce logs for more info. If issue persists, contact support.
Forum: Plugins
In reply to: [Payments via PayMongo for WooCommerce] Infinite Paymongo Loading at CheckoutWe have the same problem.
Under Network console Status Code return 400
Request URL: https://api.paymongo.com/v1/payment_methods Request Method: POST Status Code: 400