Upendra Kapse
Forum Replies Created
-
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] plugin capabilitiesHi @hairyashell,
Apologies for the delay in getting back to you on this.
Yes, you will be able to set different lead time for both delivery and pickup by creating custom delivery settings based on the shipping method.
Hi @adrimol84,
Apologies for the delay on this.
Yes, you will be able to set up a discount for a particular payment gateway so that the discount applies only when this payment gateway is selected on the checkout page. Also, you will be able to display the discounted price for the respective payment gateway on the single product page but I am afraid the discounted price will not appear on the Shop page.
Kind Regards,
UpendraForum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] adding abandoned orders manuallyHi @shaun1733,
No, I am afraid there is no direct way right now to add the previously abandoned orders manually.
Kind Regards,
UpendraHi @mili909,
Apologies for the delay in getting back to you on this.
Yes, there is an option in the plugin to change the label for the Pickup Locations field so you can easily change it according to your requirement.
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] plugin capabilitiesHi @hairyashell,
We do have an option to set the Maximum Deliveries based on per product quantity. For this please enable an option named Enable Maximum Deliveries based on per product quantity: which is there under Order Delivery Date>> Settings>> General Settings>> Date Settings.
So, once you enable this option the limit you have set in your custom delivery setting for the Maximum Order Deliveries per day will be calculated based on the total product quantities instead of the number of orders received.
Kind Regards,
Upendra.Hi @mili909,
Yes, the plugin will adapt to the design of your theme. On the frontend, we only have delivery date and time selection fields that will appear on the cart/checkout pages.
Hi @dncreative,
Again I think that notice came due to a specific setting as it is not appearing on the demo site right now as you can see in this screenshot: https://prnt.sc/zb4e5s
But we will try to replicate this notice on our end and resolve it. I would like to assure you that this is not an error that will impact the plugin functionality.
Hi @mili909,
Yes, the requirement you mentioned can be achieved with our plugin using the custom delivery settings based on the product categories feature.
So, in the custom delivery settings you create for this specific category you need to set the Minimum Delivery Time to 72 hours. This will make sure that when you add a product from this specific category to the cart the first available delivery date will be 2 days away from the current date.
Kind Regards,
Upendra.Hello,
I just checked on the demo site and the delivery date field is appearing fine on the checkout page on the demo site as you can see in this screenshot: https://prnt.sc/z2aymp
We do offer the admin demo too so it is possible that some other user might have changed some settings due to which the delivery date field was not appearing when you checked it.
Kind Regards,
UpendraForum: Plugins
In reply to: [Order Delivery Date for WooCommerce] QuestionHi @farny,
Yes, the plugin will work for your requirement.
If you want to have a minimum lead time of 2 days please set the Minimum Delivery time (in hours): option to 48 hours under Order Delivery Date>> General Settings>> Date Settings section.
Kind Regards,
Upendra.Hello,
I am afraid we have not yet tested the Product Delivery Date plugin with the WCFM frontend manager plugin so we will not be able to commit how they will work together.
I am guessing it will require more changes in the plugin than just a hook or a filter to make this integration work as we will have to display the Product Delivery Date meta box in the frontend vendor dashboard when they create or edit a product.
We will consider offering this compatibility in the future.
Hi @nikeri,
Country name must not be appearing in the address in the print header because you might have the same country as your base store country and the billing country in the address. WooCommerce does not show the county in the address in this case.
If you still want to display the county in the Invoice please add the following filter in your theme/child theme’s functions.php file:
add_filter( 'wcdn_address_billing', 'wcdn_address_billing', 10, 2 ); function wcdn_address_billing( $address, $order ) { $address .= ', ' . WC()->countries->countries[ $order->get_billing_country() ]; return $address; }Kind Regards,
Upendra KapseForum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Calendar Language not working correctlyHi @ashkannasiri,
The thing is we are using the jQuery Datepicker calendar and I guess we will have to change a lot of things in the code if we want to support these different type of calendars.
But I will surely escalate this idea to our development team so that they can consider this in the future.
Kind Regards,
Upendra.Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Calendar Language not working correctlyHi @ashkannasiri,
You are right, we are using the Julian/Gregorian calendar which is the most used one globally. Under the Appearance section if you notice the label of the option it says Calendar Language so as you correctly mentioned we are just translating the month names on the calendar with this option.
I am afraid we don’t have an option to change the type of the calendar right now.
Kind Regards,
UpendraForum: Plugins
In reply to: [Arconix FAQ] css not workingHi @mrma ,
Have you written any custom CSS that isn’t applying on the website? Or the default plugin CSS is not applying on the FAQ page?
If you added custom CSS, please make sure that the file in which you have added the custom CSS is also added as an exception in the WP Fastest Cache plugin settings.
It will help us understand the issue if you can share the URL of your FAQ page.
Also, I just tested with the lite version(we don’t have the premium plugin) of WP Fastest Cache plugin and it worked well.
Kind Regards,
Upendra.