Ahmed Imran
Forum Replies Created
-
Forum: Plugins
In reply to: [Challan - PDF Invoice & Packing Slip for WooCommerce] Wrong Shipping CostsHello @bassie23,
Thank you for reaching out to us.
We have tested this from our end and found no issue with the shipping costs display on the invoice. Here is a sample screenshot for your reference: https://prnt.sc/4sKJgbM6Bbr3.
This could be a site-specific issue. Could you please ensure that there are no conflicts with other plugins? To rule out conflicts, try disabling other plugins one by one, especially those related to WooCommerce or shipping.
If the issue persists, please let us know so we can further investigate.
Hello,
Thank you for the update! We’re glad to hear that the solution resolved your issue.
If you have a moment, we would appreciate it if you could share your experience by leaving a review on the plugin. Your feedback helps us continue to improve and assists other users.
Please don’t hesitate to reach out if you have any more questions.
Best regards,
Hello,
Thank you for the update! We’re glad to hear that the solution resolved your issue.
If you have a moment, we would appreciate it if you could share your experience by leaving a review on the plugin. Your feedback helps us continue to improve and assists other users.
Please don’t hesitate to reach out if you have any more questions.
Best regards,
Hi,
Thanks for your clarification.
If you using the Product Input Fields for WooCommerce Pro plugin, it’s product meta should be visible like this this screenshot – link. You can choose the specific product meta you want to display on the invoice from this section.
If you do not get the product meta from this plugin, please contact us from here for technical support – https://webappick.com/contact/.
Thank you.
Hello,
Thank you for reaching out to us.
Could you please share a screenshot to help us understand the issue better? Specifically, let us know which product meta field isn’t appearing in the dropdown. Have you tried checking the meta field from this link?
Additionally, could you confirm which version of the plugin you are currently using? This information will allow us to offer more targeted assistance.
Best Regards,
Hello,
We understand your requirements. To add any text to the invoice, you can use the following code snippet with this hook “woo_invoice_after_customer_notes” in your theme’s functions.php or use a custom code snippet plugin:
add_action('woo_invoice_after_customer_notes', 'woo_invoice_after_customer_notes_callback', 10, 2);
function woo_invoice_after_customer_notes_callback($order, $template_type){
echo '<br>'."Add your custom text here";
}Please feel free to adjust the code or reach out to me if you have any more questions or customization needs.
Hi @shakoor99 ,
To remove the tax information from my account page, you can use the below code snippet on your theme’s functions.php or using code snippet plugin.
function remove_vat_ssn_fields() {
// To hide the Tax information fields from my account page
return false;
}
add_filter('woo_invoice_pro_display_vat_ssn_fields', 'remove_vat_ssn_fields');Hope this will help you.
Hi,
It seems that you’re using the premium version of this plugin. As per the www.ads-software.com forum guidelines, we cannot discuss or provide support for commercial products in this forum.
For assistance with the premium version, please contact us directly through our official support channel here: https://webappick.com/contact/.
Thank you for your understanding!
Best Regards,
Hello,
Thank you for reaching out.
Can you please inform us which version of the plugin you are using now? This will help us provide the most accurate assistance.
Best Regards,Forum: Plugins
In reply to: [Challan - PDF Invoice & Packing Slip for WooCommerce] Items Subtotal :Hello @dadka03,
Thanks for reaching out to us.
To change the Item Subtotal text to Medzisú?et, please use the code snippet below in your theme’s
functions.php
file or with a code snippet plugin:add_filter('woo_invoice_filter_template_label', 'woo_invoice_filter_template_label_callback', 10, 3); function woo_invoice_filter_template_label_callback($label, $order, $template) { if ($label == 'Items Subtotal') { return 'Medzisú?et'; } return $label; }
This should help you achieve the translation. Let us know if you need any further assistance!
Forum: Plugins
In reply to: [Challan - PDF Invoice & Packing Slip for WooCommerce] Invoice not sentHi,
Can you please confirm which version you are using and when you started experiencing the issue?
Forum: Plugins
In reply to: [Challan - PDF Invoice & Packing Slip for WooCommerce] Invoice not sentHello?@srang,
Thank you for using our plugin and reaching out to us.
To enable attachments to be sent, please check that the plugin settings are configured correctly. You can do this by going to Challan Settings > Invoice Attach to Email > Enable this option.
If you have verified the plugin settings and the issue persists, we recommend reaching out to us for additional assistance. You can contact us through our website at webappick.com/contact, and our technical support team will be happy to assist you with resolving the issue.
Please feel free to reach out to us if you have any further questions or concerns.
Best regards,
Forum: Reviews
In reply to: [Challan - PDF Invoice & Packing Slip for WooCommerce] I’m loving it!!Hi @xavierxtensive,
Thank you for your positive feedback!
Forum: Plugins
In reply to: [Challan - PDF Invoice & Packing Slip for WooCommerce] Display AttributesHello,
It seems like you might be using the Challan Pro version. According to the forum rules, discussions about the premium version are not allowed here. For further assistance, please reach out to us at webappick.com/contact.
Forum: Plugins
In reply to: [Challan - PDF Invoice & Packing Slip for WooCommerce] Display AttributesHello @breakingnewground123,
Could you please let us know which version of the Challan plugin you are currently using? This information will help us in diagnosing the issue.
Best regards,