kenil802
Forum Replies Created
-
Hi @stimartnet,
Regarding the query, I am afraid that it is not possible from our pluign to add the fees based on the shipping.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Status for WooCommerce] disappeared statusHi @rodrigok,
This is strange. Could you please tell us whether only one status disappeared or all the status got disappeared after you updated the plugin?
Regards,
Kenil ShahHi @radlgabor,
Could you please let us know what do the primary payment method here means? It would be great if you can explain to us in a bit more detail and share the steps to replicate the issue so that it would be easy for us to assist you further.
Regards,
Kenil ShahHi @andersonmp,
Could you please let us know which extra’s are you talking about? Are you using any plugin for that? If yes, then it would be great if you can share a plugin copy with us so that we can check once with that.
Do let us know so that we can assist you in a better way.
Regards,
Kenil ShahHi @mathildegrandi,
Regarding your query, for giving the invoice in XLS format, currently, we do not have that option in our plugin.
Please let us know if you have any further queries.Regards,
Kenil ShahHi @stimartnet,
I will ask the developer regarding your query and get back to you with an update.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Add to Cart via linkHi @gpcrawford,
I am afraid that currently, it is not possible from our plugin to achieve such requirements.
Do let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Status for WooCommerce] Fatal Error if using 2.1 with PHP7.4Hi @robertskiba,
Could you please reinstall the plugin again and check whether the error still exists or not?
Do let us know how it goes.
Regards,
Kenil ShahHi @masonba2000,
COuld you please let us know where exactly do you want to add the user role membership? If you want to add in the order info section then you can add it with the help of the below code and see whether it works 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 );Do let us know how it goes.
Regards,
Kenil ShahHi @sawirricardo,
I am afraid that currently, it is not possible from our plugin to send the invoice email after clicking the print button.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @nazreenexe,
I am afraid that our plugin does not support the invoice via REST API.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @dajsiezobaczyc,
I am afraid that currently, it is not possible from our plugin to set a different background color for the product whose price is greater than 1.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] printing process nonstopHi @narthanaj,
When we click on the print button it saves as pdf and it does not start printing. So, could you please check the network settings of the printer whether it is proper or not?
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @zhuque951,
Apologies for the delay in response.
Thank you for the screenshot.
Could you please check whether you have disabled the setting as shown in the screenshot or not? https://prnt.sc/vdyqk4. If not, then try disabling that setting and check whether the issue still exists or not.
If the issue still exists, then it would be great if you can share the steps to replicate the issue and the screenshot of the Wallet plugin setting which you have kept so that we can try once by doing the same.
Please do let us know.
Regards,
Kenil ShahHi @lilymac,
Yes, version 1.4.11 of the Custom Order Status pluign is compatible with PHP version 7.4.
Please let us know if you have any further queries.
Regards,
Kenil Shah