kenil802
Forum Replies Created
-
Hi @nikeri,
No problem.
You have mentioned that you are able to add the extra fields. So, can you please try adding the code with which you added the Country in the print-content.php file? Here is the screenshot of the exact code that displays the address in the Invoice: https://www.screencast.com/t/vHmJQYGWQ
Alternatively, you can share the code with which you added Country and with the help of our developer we can help you add it at the correct place to display it under the actual Address section in the Invoice.
This information will be helpful to assist you in a better way.
Regards,
Kenil ShahHi @daniil2017,
Thank you for sharing your requirement.
1) Regarding changing the invoice template to default ‘done order’ template:
Currently, it is not possible from our plugin to change the invoice template to the default ‘done order’ Woocommerce template.2) Regarding adding the retainful coupon code:
In order to add the retainful coupon code to our template invoice, you need to do the custom changes in our plugin. The custom changes can be done in the file print-content.php which is present in \woocommerce-delivery-notes\templates\print-order\print-content.php.Please let us know if you have any further queries.
Regards,
Kenil ShahHi @kevinzhai,
I am glad that now the code has been working fine on your site and you are able to switch the templates according to your requirement.
Happy to help!
Regards,
Kenil ShahHi @kevinzhai,
Welcome.
Can you please share your whole code which you have used?
As the code which we have shared with you is working fine for us. So to check in detail, kindly provide us the code.Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Print Order End PointHi @anandballi,
Sorry for the delay in response.
Regarding your query, can you please inform us in detail as to where you want to redirect the page and which link you want to keep for the menu?
This information will be helpful to assist you in a better way.Also, the URL which you have shared will redirect to My account dashboard page only. But if you want to redirect it to the order page then the URL to print order is myaccount/print-order/70/ which shows the Order Id for which the order can be print.
Let us know if you have any other queries.
Regards,
Kenil ShahHi @theman77,
I have tried to replicate your issue on our staging site, but I am unable to replicate it. To me, tax is shown/visible on the print invoice page.
Here is the screenshot for your reference: https://www.screencast.com/t/ur9P3KfLACCan you please create a ticket with the admin and the FTP credentials of your site so that we can debug the issue further on your site?
In order to create a ticket, you will just need to drop an email at ‘support at tychesoftwares dot freshdesk dot com’.
Regards,
Kenil ShahHi @kevinzhai,
Thank you for sharing the detailed information and the code.
Can you please try with the following code?
if( $template_type == ‘receipt’ ) {
wcdn_get_template_content( ‘print-content11.php’, array( ‘order’ => $order, ‘template_type’ => $template_type ) );
} else {wcdn_get_template_content( ‘print-content.php’, array( ‘order’ => $order, ‘template_type’ => $template_type ) ); }Kindly share the result with us.
Regards,
Kenil ShahHi @nikeri,
In order to add the country after the City and Postal Code where the address box is located, you need to modify the template file “print-content.php”. This file is located at the following path: wp-content / plugins / woocommerce-delivery-notes / templates / print-order / print-content.php
Please let us know if you have any questions.
Regards,
Kenil ShahHi @kevinzhai,
You are welcome.
Yes, for <add template>, you need to create a new php file in the same dir with print-content.php.
Let me know how it goes.
Regards,
Kenil ShahHi @kevinzhai,
As per your requirement, in the file wcdn-template-functions which is located at woocommerce-delivery-notes > includes, there is a function called wcdn_content(). In this function, we have added the template print-content.php.
So in order to add a different template for receipt, you will have to add a condition like:
if( $template_type == ‘invoice’ ) { <add template> }
if( $template_type == ‘receipt’ ) { <add template> }
to meet your requirement.Please let me know if you have any other queries.
Regards,
Kenil Shah- This reply was modified 6 years, 9 months ago by kenil802.
Forum: Plugins
In reply to: [Product Prices by User Roles for WooCommerce] Not workingHi @auntypizza,
Welcome.
I have tested our plugin with User Role Editor plugin and found that it is working with one user role and not with the users having 2 user roles. I hope this information is useful to you.
Let us know if you have any other queries regarding our plugin.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Status for WooCommerce] Extra Simple StatusHi @adaptaonline,
I am glad that our plugin is working fine on your site.
As you have mentioned regarding the style of the custom status tag, it is not possible from our lite plugin to change the color of it.
However, it is possible with our pro plugin to do so. For any other queries regarding our pro plugin, please create a ticket to our ticketing system:
https://tychesoftwares.freshdesk.com/support/tickets/newLet me know if I have misunderstood your query.
Regards,
Kenil ShahHi @shivansps,
1) Regarding the fee not passed to the gateway: Thank you for mentioning ‘mercadoPago gateway’ plugin name. I have tested our plugin with ‘mercadoPago gateway’ plugin and observed that the charges added from our plugin is not passing to the mercadoPago gateway. It seems there is some compatibility issue.
I have added this point in our plugin enhancement list and soon our developer will check whether the compatibility is possible or not. We will let you know as soon as there is some update.2) Regarding product category based fees: In our pro plugin, we can add product categories to the ‘Categories to include’ and ‘Categories to exclude’ lists.
When a product of a product category which is also added to the ‘Categories to include’ list is selected by the customer, then the Fee will be applicable at Checkout. Whereas if the product of the product category which is added to the ‘Categories to exclude’ list is selected by the customer then Fee will not be applied.However, it is not possible from our pro plugin to set different fees for the different product categories. If you have any other queries regarding our pro plugin, please create a ticket to our ticketing system: https://tychesoftwares.freshdesk.com/support/tickets/new
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Prices by User Roles for WooCommerce] Not workingHi @auntypizza,
1. Regarding the price not showing less: I have checked by setting a different price for a user role for one product and it is working fine on our staging site. So, can you please inform me, whether you have set different prices for different user roles for more than one product?
If yes, then with our lite/free plugin, it is not possible to set this option for more than one product.
However, this is very much possible with the pro version of our plugin. For any queries related to our pro version, please create a ticket on our ticketing system.
Link: https://tychesoftwares.freshdesk.com/support/tickets/new
2. Regarding the ‘Empty Price’ option: This option allows you to display products with no price for specific user roles. For instance, say you don’t want to display the price for the product X when Guest users visit your store. So select Yes in the Make ’empty price’ drop down for Guest role on X product’s Edit page.
Regards,
Kenil ShahHi @rjose56,
Thank you for appreciating our plugin.
Currently, there is no update regarding this tweak. But, we do have plans to include this feature in our plugin soon. We will post it here as soon as there is some update on this.
Regards,
Kenil Shah