kenil802
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Order Numbers for WooCommerce] order number general questionsHi @netoffis,
Regarding the query,
1) If the sequential setting is enabled then the newly created Orders will be in a sequence irrespective of how many pages and images you add. We did not understand what the actual requirement is. Can you please elaborate on how do you want the order numbers to be?
2) For this, we won’t be able to do anything because that is how WooCommerce handles Orders. Also in scenarios where if customers complete the purchase later on then WooCommerce will not again create orders but use the same order and update it.
Regards,
Kenil ShahForum: Plugins
In reply to: [Arconix FAQ] Re-order groupsHi @jghaanstra,
Sure, we will take your point into consideration as a feature enhancement and we will include it in our plugin in future updates.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] No bulk printingHi @trischan,
Regarding the query, can you please inform us whether you are getting options here as shown on the screenshot: https://www.screencast.com/t/mntthr8pFLy or when you are trying to print the orders you are not able to print it?
Please let us know.
Regards,
Kenil ShahHi @joseph603i,
Regarding the query, to include the shipping method in the delivery note, 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 shipping method there.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @atif9522,
The code which has been shared with you is working fine for us. So, can you please check by changing the value of the $billing_address whether it is working or not?
Please let us know the result.
Regards,
Kenil ShahHi @erikdemarco,
Sorry for the delay in response.
We understand that you want to extend the plugin to use the Custom Order Numbers, but WooCommerce saves the Order ID’s as custom post types by default and hence it is not advisable to overwrite those. Hence we just display the custom order numbers and not replace them with original order numbers.
We save the Custom Order Number in the meta-information. The meta key for the same is ‘_alg_wc_custom_order_number’.
You can get the order via a custom query like this: https://github.com/woocommerce/woocommerce/wiki/wc_get_orders-and-WC_Order_Query#adding-custom-parameter-support or get the order information by creating a custom WP_Query.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Status for WooCommerce] Upgrading from free to pro versionHi @maveric2005,
Sorry for the delay in response.
Below I am sharing the steps on how to upgrade the plugin from free to Pro version without losing the settings:
1) Create the new custom status with the free version of the plugin.
2) Place a new order for the same.
3) Changes the status of that order to the new custom status which has been created with the free version.
4) Install and activate the Pro version of the plugin on the same site and deactivate the free version, and check whether the custom status which was created with the free version is still there or not.Please let us know how it goes.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Displaying Product Add OnsHi @powerbuldog,
Sorry for the delay in response.
We will further check on the issue and get back to you with an update on this soon.
Regards,
Kenil ShahHi @atif9522,
Sorry for the delay in response.
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 ShahHi @darrylhadfield,
We have checked the compatibility of our plugin with the WooCommerece version 4.0 and found that the plugin is working fine with the latest version of WooCommerece.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @norakmalz,
Thank you for the screenshots.
I have again tried to replicate your issue, but I am still unable to replicate it. It is always showing PayPal fees whenever the new order is placed. Screenshots for the same:
1) https://prnt.sc/rfpphx
2) https://prnt.sc/rfpuvlSo, to troubleshoot the issue, can you please share the temporary WordPress admin access of your site so that we can check the issue further. You can share the details by sending us an email on ‘support at tychesoftwares dot freshdesk dot com’.
Regards,
Kenil ShahForum: Plugins
In reply to: [Payment Gateway Based Fees and Discounts for WooCommerce] Maximum Fee ValueHi @rts-ltd,
I am glad that the issue has been solved on your site.
Please let us know if you need any further help from us.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Add to cart not workingRegarding the query, can you please share the screenshot of the plugin settings and the issue which you are facing? This will be helpful to assist you in a better way.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Update for WooCommerce 4.0Hi @beehavendesigzn,
We have checked the compatibility with the WooCommerce version 4.0 and found that the plugin is working fine with this version.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Payment Gateway Based Fees and Discounts for WooCommerce] Maximum Fee ValueHi @rts-ltd,
Regarding your query, we will further check on this and get back to you with an update.
Regards,
Kenil Shah