kenil802
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] export datas to emailHi @fiotty0,
Sorry for the delay in response.
Regarding the query, the id is:- alg_wc_pif_global_1 to get the data of the All products#1.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Shipping address not showingHi @sbeat,
Regarding the query, could you please let us know whether the shipping address is different from the billing address?
Regards,
Kenil ShahForum: Plugins
In reply to: [Arconix FAQ] Styling of the accordian-type FAQ?Hi @kokozord,
Extremely sorry for the delay in response.
Regarding the query, currently, it is not possible from our plugin to add the colors to the FAQ.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Checkout Link on Email Not WorkingHi @demisedd,
Thank you for sharing the template code with us.
Regarding the query, can you please remove the http:// before the {{cart.link}} merge tag in the line:pick up where you left off by clicking here. and then check whether it is working fine or not.
If it is still not working, then could you please share your query by emailing us on “support at tychesoftwares dot freshdesk dot com” so that we can check and assist you in a better way.
Regards,
Kenil Shah- This reply was modified 5 years, 10 months ago by kenil802.
Hi @rajaraovengala,
I think we are already having a conversation about your query on another forum. So, it would be great if we can continue there.
Regards,
Kenil ShahHi @rajaraovengala,
Sorry for the delay in response.
Could you please email us on support at tychesoftwares dot freshdesk dot com along with your query, so that we can check the issue in detail.
Regards,
Kenil Shah- This reply was modified 5 years, 10 months ago by kenil802.
Hi @ashkanahmadi,
Regarding the query, I am afraid that currently, it is not possible from our plugin to dynamically display the currency price and the other role price.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Currency per Product for WooCommerce] Not work in WC Gutenberg blockHi @soktherat,
Regarding the query, currently, it is not supported by the WC Gutenberg block, but we will try to ensure maximum compatibility with WooCommerce Product Blocks.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @tncpowell,
Can you please try adding the below code to add the field in the orders so that it can be printed on the delivery note and check whether it is working or not.
Code:
/** * Add this code snippet in functions.php file of your currently active theme. * An example that adds a 'VAT' and 'Customer Number' field to the end of the list. */ function example_custom_order_fields( $fields, $order ) { $new_fields = array(); if( get_post_meta( $order->id, 'your_meta_field_name', true ) ) { $new_fields['your_meta_field_name'] = array( 'label' => 'VAT', 'value' => get_post_meta( $order->id, 'your_meta_field_name', true ) ); } if( get_post_meta( $order->id, 'your_meta_field_name', true ) ) { $new_fields['your_meta_field_name'] = array( 'label' => 'Customer Number', 'value' => get_post_meta( $order->id, 'your_meta_field_name', true ) ); } return array_merge( $fields, $new_fields ); } add_filter( 'wcdn_order_info_fields', 'example_custom_order_fields', 10, 2 );Please note that the field should be the custom meta field.
Do let us know how it goes.
Regards,
Kenil ShahForum: Plugins
In reply to: [Payment Gateway Based Fees and Discounts for WooCommerce] WooCommerce 4.2.2Hi @gamerwp,
Regarding the query, we have checked the compatibility of our plugin with the latest version of WooCommerce 4.2.2. and it is working fine. It’s just that we have recently, we have not released an update of the plugin so tested up to tag has not been updated.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Bug on back buttonHi @forefront,
Thank you for sharing the screenshots.
I have replicated this issue on our staging site where print dialog appears after clicking on the back button.
However, I will pass your query to the developer and get back to you once I hear from them.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] No bulk printingHi @trischan,
Extremely sorry for the delay in response.
I have tried to replicate this issue on our staging site but was unable to replicate it. To me, the bulk printing of invoices is working fine.
I have passed your query to the developer so they will check on it once and we will get back to you with an update.
Regards,
Kenil Shah- This reply was modified 5 years, 10 months ago by kenil802.
Hi @kraptor,
Thank you for the screenshots.
We have checked it on your staging site but we are unable to see the text on the cart page. And we also checked that this message is coming from our plugin.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Status for WooCommerce] Different Email Per StatusHi @hanimahmoud,
Regarding the query, currently, it is not possible from our plugin to achieve your requirements.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @rajaraovengala,
Regarding the query, could you please inform us where exactly you are finding the Order number changed? It would be great if you can share the screenshots of the same and the steps to replicate the issue.
Please do the needful so that we can assist you in a better way.
Regards,
Kenil Shah