kenil802
Forum Replies Created
-
Hi @mahdyhigh,
Sorry for the delay in response.
Regarding the query, you will have to make the necessary changes in the print-content.php file.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] RTL and html codesHi @wasitstore,
Regarding the query, it is possible to do so by modifying the print-content.php file and by adding the styling in style.css file.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Delivery noteHi @cfm168,
Sorry for the delay in response.
1) Yes, you can disable it from the settings as shown in the screenshot: https://prnt.sc/rup347.
2) You can do so by modifying the print-content.php file.
3) Even this is possible by modifying the print-content.php file.
4) Currently, this is not possible from our plugin.
5) This will be available in the browser print options.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] change logo sizeHi @bredamcguigan,
Thank you for appreciating our plugin.
Thanks for the suggestion. We will definitely take this into consideration in our next update.
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 optionsHi @wkcollins,
Regarding the query, can you please share the screenshot of the plugin settings which you have kept and also the screenshot of the order page so that we can check the issue further.
This information will be helpful to assist you in a better way.
Regards,
Kenil ShahHi @khalilsido,
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 ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Update for WooCommerce 4.0Hi @techgraphics,
Regarding the query, can you please share the screenshot of the plugin settings which you have kept so that we can try to replicate the issue on our site by keeping the same settings.
This will be helpful to assist you in a better way.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Product Input Fields for WooCommerceHi @techgraphics,
Can you please inform us what issue are you facing exactly with the plugin with the necessary screenshots of the same? And also, it would be great if you can share the steps to replicate the issue.
However, with the Pro version of the plugin, it is possible to set more than 1 input field to the particular product.
This information will be helpful to assist you in a better way.
Regards,
Kenil ShahHi @ildaniel8,
Thank you for sharing the code.
I will pass your query to my developer and I will get back to with an update on this on your ticket which you have created.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Numbers for WooCommerce] Order history, orders invalidHi @lauraricher,
I have tried to replicate your issue on our staging site, but I am unable to replicate it. To me, the page does not show Invalid Order when I click on the individual order. Here is the screenshot for your reference: https://prnt.sc/rtzqrc
So, to troubleshoot the issue, can you please share the screenshots of the plugin settings which you have kept and also it would be great if you can share the steps to replicate the issue.
This information will be helpful to assist you in a better way.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Numbers for WooCommerce] Get custom order number from order idHi @muhammadasad,
Regarding the query, can you please try using the following get_option for prefix and suffix:
1) alg_wc_custom_order_numbers_prefix
2) alg_wc_custom_order_numbers_suffixAlso, please try using the above option for prefix and suffix as well as get_post_meta which is currently being used for order numbers.
Please let us know how it goes.
Regards,
Kenil ShahForum: Plugins
In reply to: [Call for Price for WooCommerce] Translation into WPMLHi @kacatko,
Regarding the query, we have not yet checked the compatibility of our plugin with the WPML plugin. So, we won’t be able to tell you whether it is possible to translate the text into another language or not.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Label POsitionsHi @iscomputerman,
Regarding the query, to change the position of the label of an input field, it is necessary fo you to change the necessary HTML in the Product Input Field Template in the general setting. Here is the screenshot for your reference: https://prnt.sc/rqokwd.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @marcanol,
Glad that you found the fix for the issue.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Arconix FAQ] FAQ styling in block theme – 2020 themeHi @amulyaa24,
Extremely sorry for the delay in response as we missed replying to you.
Regarding the query, we have not yet checked the compatibility of our plugin with the latest WordPress theme.
Also, regarding the Page schema currently, it is not possible from our plugin to add the FAQ Page schema to each FAQ.
Please let us know if you have any further queries.
Regards,
Kenil Shah