kenil802
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Change SKU Text SizeTo increase the font size of the SKU code, can you please try adding the font-size for the CSS class ‘extras’ in style.css file and check whether it is working or not.
Code:
.extras {
font-size: 25px;
}Please let us know how it goes.
Regards,
Kenil ShahHi @housedelafunk,
In order to add the Print link to the admin email, please try by removing the following condition and check whether it is working fine or not.
In the add_email_print_url() function which is located in the file includes > class-wcdn-theme.php try removing ‘&& ! $sent_to_admin’ from the condition and check.
Please let us know how it goes.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Hour with dateHi @konnox,
Apologies for the extreme delay on this.
In order to add the order date and time on the print screen, please try with the following code and check whether it is working fine or not.
In the file includes > wcdn-template-function.php > wcdn_get_order_info() function find the below code :
$fields[‘order_date’] = array(
‘label’ => __( ‘Order Date’, ‘woocommerce-delivery-notes’ ),
‘value’ => date_i18n( get_option( ‘date_format’ ), strtotime( $wdn_order_order_date ) ),
);
—
and replace the get_option( ‘date_format’ ) with get_option( ‘date_format’ ). ‘ H:i’Please let us know how it goes.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Exporting Input Fields IndividuallyHi @elinhart9,
I am glad that you found a fix for the issue and it is working fine on your site now.
Please let us know if you have any further queries regarding our plugin.
Regards,
Kenil ShahHi @juato4,
To make it work in this plugin would require significant effort as you need to rewrite the checkout.js file to work on the Pay For Order page and this issue can be solved from the WooCommerce support team and not from our plugin.
Still, we have added this enhancement to our Github repository to check whether we can include it in our plugin or not.
Regards,
Kenil ShahHi @mirnati,
Regarding the query, can you please inform us what exactly are you referring to with Toyyibpay WooCommerce like for adding more types of fees?
Also, the fees do not display at checkout detail after login: Do you mean to say that the fees set with Toyyibpay payment gateway are not displayed at the time of checkout after login? If yes, then can you please tell us how are you setting the fees for the Toyyibpay payment gateway.
This information would be helpful to assist you in a better way.
Regards,
Kenil ShahHi @distopicus,
I have tried to replicate your issue on our staging site, but I am unable to replicate it. To me, the order number does not change while changing the status from “On Hold” to “Cancelled”.
To troubleshoot the issue, can you please share the screenshot of the plugin settings or the video with which you are facing the issue so that we can check further.
This would be helpful to assist you in a better way.
Regards,
Kenil ShahHi @descomputers,
Apologies for the extreme delay on this.
Regarding the query, here you have shared one link: https://mitmagazine.co.uk/request-mit-magazine/ where we found that there are already different currencies for each product. So, I was just wondering if you are still looking for any help with this or you have already achieved what you wanted to do?
Also, it will be great if you could mention how you are managing the multiple currencies for these products.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Status for WooCommerce] HelpHi @konnox,
Can you please inform us whether you want to use the custom order status as a Pending status? If you have selected this status to be the default status it will be assigned when the order arrives.
Also, in order to make the On-hold or Pending order status as the default order status for cash on delivery payment gateway, you need to change the settings for “Default Order Status for COD” to Pending or On hold. Here is the screenshot for your reference: https://prnt.sc/pdt8hf
Please let us know if we have misunderstood your query.
Regards,
Kenil ShahHi @alander,
To meet your requirement, it is necessary for you to make changes in the function wcdn_get_order_info() which is located in woocommerce-delivery-notes > includes > wcdn-template-functions.php file. There you need to add the template type as receipt where the invoice number is being added.
Please let us know how it goes.Regards,
Kenil ShahHi @housedelafunk,
No problem. We understand your concern regarding not sharing access.
Can you please share the screenshot of the plugin settings and all the necessary screenshots for the same so that we can check further.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Status for WooCommerce] HelpHi @housedelafunk,
Can you please inform us whether you have made any changes in the plugin settings after the print invoice link stopped working on the email?
Also, to check the issue, can you please email us and share the access of your site so that we can check and get back to you with an update?
Our support email id is ‘support at tychesoftwares dot freshdesk dot com’.
Regards,
Kenil ShahHi @housedelafunk,
Thank you for appreciating our plugin.
I have tried to replicate your issue on our staging site, but I am unable to replicate it. To me, the print link is loading fine on the email.
To check the issue, can you please check whether you have enabled “Show link in customer emails”? Here is the screenshot for your reference: https://prnt.sc/pa8g3f. There may be a possibility that somehow this setting might be got disabled.
Let us know how it goes.
Regards,
Kenil ShahHi @gsusalvarado,
Regarding the issue, can you please inform us whether you have set the price of the user role for one product or more than one product? If you have set the price of the user role for one product, then you won’t be able to set prices based on user role for other products and it will automatically be enabled “No”.
Please let us know if we have misunderstood your query.
Regards,
Kenil Shah