kenil802
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Add Pickup TimeHi @capzicco2,
Sorry for the delay in response.
Could you please let us know how are you getting the pickup time on the checkout order page?
Regards,
Kenil ShahHi @pbiron,
Apologies for the delay in response.
Regarding the query, we will update this in the next release of the plugin.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] GDPRHi @pickme,
Regarding the query, we are not saving any PDF to the database in any format.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @mashour06,
I have asked the developer but I am afraid that currently, it is not possible from our plugin to automatically print the order receipt after the checkout.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @onevisu,
We have checked the code shared by @armariussoftware and found that the solution which was shared by @armariussoftware is correct. So, please do check with that code and see whether it works or not.
Regards,
Kenil ShahHi @videorecover,
Could you please let us know where exactly do you want to show the email address and the phone number so that we can assist you in a better way.
Regards,
Kenil ShahHi @scruffy1,
Sorry for the delay in response.
Regarding the query, when the print popup comes up we have the option to set the margins you want. So, could you please those and let us know whether it worked for you or not.
Regards,
Kenil ShahHi @umek,
Sorry for the delay in response.
Could you please check and let us know whether the meta key used is correct or not.
Regards,
Kenil ShahHi @vectorhold,
Sorry for the delay in response.
I have asked the developer and they informed me that there are no filters available to achieve such a requirement.
Do let us know if you have any further queries.
Regards,
Kenil ShahHi @kunashko,
Sorry for the delay in response.
I have asked the developer, but currently, it will not be possible to perform such modifications.
Regards,
Kenil ShahHi @thetrew,
Sorry for the delay in response.
Please add the below code to add the surname in the info section.
Code:
function example_custom_order_fields( $fields, $order ) {
$new_fields = array();
$last = $order->get_billing_last_name();
if( $last ) {
$new_fields[‘billing_last_name’] = array(
‘label’ => ‘Customer Surname’,
‘value’ => $last,
);
}
return array_merge( $fields, $new_fields );
}
add_filter( ‘wcdn_order_info_fields’, ‘example_custom_order_fields’, 10, 2 );I think the function name which was used was incorrect. So, please try the above code and see whether it works or not.
Please let us know how it goes.
Regards,
Kenil ShahHi @brighit,
Apologies for the delay in response.
I have asked the developer and they informed that we will include this feature in the next release of the plugin.
Regards,
Kenil SHahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Custom field not showingHi @felipexa,
Thank you for sharing the code.
I will pass this to our developer to check and get back to you with an update.
Regards,
Kenil ShahHi @marimarjm,
Apologies for the delay in response.
We have checked the compatibility and found that our plugin is not compatible with the Product Price Markup plugin.
However, I have added this issue to our Github repository and soon we will work on this.
Regards,
Kenil ShahHi @cris123pp,
I will ask the developer regarding your query and get back to you with an update.
Regards,
Kenil shah