Dhara Kothari
Forum Replies Created
-
Hi Adumdurb,
You can add the Delivery Date field to ‘WooCommerce PDF Invoices’ plugin by adding the below code in functions.php of your active child template:
add_action( ‘wpo_wcpdf_after_order_details’, ‘orddd_lite_plugins_packing_slip’ );
function orddd_lite_plugins_packing_slip() {
global $wpo_wcpdf;
$order_export = $wpo_wcpdf->export;
$order_obj = $order_export->order;
$order_id = $order_obj->id;
$my_order_meta = get_post_custom( $order_id );
if( array_key_exists( ‘Delivery Date’, $my_order_meta ) ) {
$order_page_delivery_date = $my_order_meta[‘Delivery Date’];
if ( $order_page_delivery_date != “” ) {
echo ‘<p>‘.__( ( ‘Delivery Date’ ), ‘order-delivery-date’ ).’: ‘ . $order_page_delivery_date[0] . ‘</p>’;
}
}
}The above code will print the Delivery Date field at the end of the PDF Invoice. I am attaching screenshot for your reference: https://screencast.com/t/yCubePet4n .
If you want to print the Delivery Date field at the top of the data table in the PDF Invoice like this: https://screencast.com/t/cN1bg3lo than you can use the other hook ‘wpo_wcpdf_before_order_details’ in place of ‘wpo_wcpdf_after_order_details’.
Please let me know if you have any further query.
Regards,
Dhara Kothari.Hi Andrew,
Thank you for your appreciation.
Currently, it is not possible with our Order Delivery Date lite version to change the calendar theme.
But we do have that functionality in our Pro version settings named as ‘Theme’ which is present in the Appearance settings. Where you can set the calendar theme as per your website design.
You can try your requirement on our demo site. Here is a link of our demo site: https://demo.tychesoftwares.com/woocommercepro/wp-admin and this is the front end link: https://demo.tychesoftwares.com/woocommercepro/?page_id=5Currently, lite version of our plugin is not compatible with wpml. We are planning to make our lite version plugin compatible with wpml. We do have .po and .pot files of our plugin which we can provide you if you need them.
Please let me know if you have any further query.
Regards,
Dhara Kothari.Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Language filesHi,
Thank you.:)
I have sent you our plugin zip file on your above email address which includes .po and .pot files.
Regards,
Dhara Kothari.Hello Jason,
It’s ok. I am glad to know that the information provided to you, helped.
Regards,
Dhara Kothari.Hi Jason,
We have a checkbox named ‘Delivery Date in the Shipping Section:’ present in ‘Appearance’ tab, when this checkbox is enabled then the Delivery Date field will be displayed in the shipping section otherwise in the billing section.
For the clients to always select delivery date, you can disable the checkbox which will display the delivery date field under the billing section.
I am attaching the screenshot for your reference: https://screencast.com/t/kKtdGFwzT
Regards,
Dhara Kothari.Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Language filesHi Bailer,
Thank you for giving your email address. I will send you zip file of our plugin where .po file is included in it.
Regards,
Dhara Kothari.Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Language filesHi Bailer,
Sorry for delay in replying.
The testing part of .po file with our plugin is completed and everything is working fine. We are planning to release this functionality in our next plugin update.
If you need .po file on urgent basis then we can email it to you. We will need your email address.
If not, we are going to release this functionality in our next update which we are planning to release in the next week.Regards,
Dhara Kothari.Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Language filesHi Bailer,
We have generated the .po file of our plugin. We are testing our plugin with .po file to translate the strings from our plugin in another language. If everything goes well, we will get back to you within next couple of days.
Regards,
Dhara Kothari.Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Language filesHi Bailer,
Sorry for delay in replying.
Currently our plugin does not provide .pot or .po file for translating our plugin into different languages. We are researching on how we can provide these files from our plugin. We will get back to you on same by the end of the day or tomorrow.
Thank you for your patience.
Regards,
Dhara Kothari.Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Abandon Orders Screen issuesHi Cookney,
Can you please generate ticket on our ticketing system via which we resolves the client issue.
You need to drop an email to this address: [email protected]. Please provide us your website url and admin credentials for the same in the email so that we can check the issue and fix it for you.Regards,
Dhara Kothari.Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] No calendar on Checkout pageHi,
Can you please check with default wordpress theme, if the calendar works fine? If it does not, please deactivate all your plugins and check if it works fine and try activating the plugin one by one and check the conflicting plugin.
If still the calendar does not work, please create ticket for us on [email protected] with admin access to your site, so we can look at the issue.
Regards,
Dhara KothariForum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] emails not being sentHi,
Abandoned cart plugin lite version captures abandoned cart of logged-in user not for guest user (non logged-in user). Cart is declared as the abandoned once set time for setting “Cart abandoned cut-off time” is reached, and same cart is displayed as the abandoned under the “Abandoned Orders” tab of our plugin.
Can you please let me know that from which type of user you are trying to abandoned the cart?
For logged-in users, carts are tracked from the time when they add the first product to the cart.
Our plugin sends automatic reminder emails to the users who have abandoned their carts. You can setup email templates in the Email Templates tab, you can create as many as you wish. Please note that emails for only the active email templates are sent.
Please let me know if you have any further queries.
Regards,
Dhara KothariHi,
Currently, it is not possible in our plugin to allow Delivery Date on different page rather than the checkout page. Our plugin accepts the Delivery date on the checkout page for all the products.
We do have another plugin named “Woocommerce Booking and Appointment plugin” which allows to select date on product’s page.
Here is the link for demo site https://staging.tychesoftwares.com/woocommerce-lite/wp-login.php?redirect_to=http%3A%2F%2Fstaging.tychesoftwares.com%2Fwoocommerce-lite%2Fwp-admin%2F&reauth=1 where you can try out your requirements.
Regards,
Dhara KothariForum: Plugins
In reply to: [Order Delivery Date for WP e-Commerce] plug in stops workingHi Susana,
Sorry for the delay in response.
You can download the latest version of the plugin from : https://www.ads-software.com/plugins/order-delivery-date/ and replace your files via FTP. Replacing files via FTP will retain settings on your site.
Regards,
Dhara KothariHi Neillbl,
Sorry for the delay in replying.
Unfortunately, to turn the Delivery Date field on/off depending on product category or shipping method is not possible from our plugin.Regards,
Dhara Kothari