kenil802
Forum Replies Created
-
Hi @arlindojr,
Thank you for sharing the screenshots.
Regarding the query, can you please share the screenshot of the plugin settings which you have kept. This will be helpful to assist you in a better way.
Regards,
Kenil ShahHi @steveatalpoz,
Thank you for the suggestion. We will take this point for future consideration.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] No print bulk order deliveryHi @jackilmoro,
Okay, I got it.
Can you please share the WordPress admin access of your site by creating a ticket on ‘support at tychesoftwares dot freshdesk dot com’ so that we can check the issue further on your site.
Regards,
Kenil ShahHi @rwky,
Regarding the query, can you please share the screenshot of the plugin settings which you have kept and also the screenshot of the issue which you are facing.
This information will be helpful to assist you in a better way.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Status for WooCommerce] Order colorHi @ayrancd,
Thank you for sharing the code.
Regarding the query, it is possible to change the color of the custom order status with the PRO version of the plugin.
However, it is not possible to change the color of the custom status with the free version of the plugin.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @dantianhealth,
Sorry for the delay in response.
We will check the calculations based on what you have provided and I will get back to you with an update on this soon.
Regards,
Kenil ShahForum: Plugins
In reply to: [Payment Gateway Based Fees and Discounts for WooCommerce] Stripe feesHi @dantianhealth,
We got your point. We will try to solve this issue by coming Wednesday. Also, we will release a plugin update in which the above issue will be solved.
So, I will get back to you once we release the plugin update with the fix.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Include descriptionHi @simuuxxx,
You can get the product short description using echo $product->get_short_description(). Add this in print-content.php file where th $product variable is defined.
Regards,
Kenil ShahHi @propheticscots,
Thanks for the suggestion. We will check what the issue with the cron is. It should have been scheduled on a weekly basis only.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Numbers for WooCommerce] Changing Numbers in older Order IDsHi @ntoum,
We have not yet decided the timeline as to when we can take this up but we will surely resolve this issue as soon as possible.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Numbers for WooCommerce] Changing Numbers in older Order IDsHi @ntoum,
I have replicated this issue on our staging site where the order numbers are getting changed when the older order numbers are gettings updated.
However, we will fix this issue and we will get back to you with an update on this soon.
Regards,
Kenil ShahHi @flattext,
Regarding the query, can you please add the below code and check whether it works or not.
Code:
add_filter( ‘wcdn_address_billing’, ‘change_address_billing’, 10, 2 );
function change_address_billing( $billing_address, $order ) {
$billing_address = ‘Address 1 ‘.$order->get_billing_address_1(). ‘, ‘.
‘Address 2 ‘.$order->get_billing_address_2().’, ‘. ‘City ‘. $order->get_billing_city().’, ‘. ‘State ‘.$order->get_billing_state();
return $billing_address;
}Also, you can change the value of $billing_address as per your needs.
Regards,
Kenil Shah- This reply was modified 6 years, 3 months ago by kenil802.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Include descriptionHi @simuuxxx,
Regarding the query, to include the description into the invoice, you have to make changes to the template in the print-content.php file which is located at \woocommerce-delivery-notes\templates\print-order\print-content.php. You can include the description there.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @propheticscots,
Regarding the query, can you please inform us whether you are getting any errors due to this corn?
Regards,
Kenil ShahHi @gheldin,
Regarding the query, currently this is not possible. For this you will have to make custom changes in the plugin. In the file woocommerce-delivery-notes/includes/class-wcdn-theme.php there is a function called add_email_print_url(). In that function find the line – if( $wdn_order_billing_id && !$sent_to_admin ) and replace it with – if( $wdn_order_billing_id && $sent_to_admin ).
Please let us know how it goes.
Regards,
Kenil Shah