barnabas1
Forum Replies Created
-
@nlpro Hello, I have forwarded your advice to the developers of the plugin that was conflicting with iThemes strict Rest API restriction. Thank you for your reply.
Hello,
When I tried to sychronize some woocommerce data to another plugin but the rest API Strict restriction was preventing the sychronization. I was wondering if I can continue using the strict REST api restriction while excluding communivation between certain plugins. Maybe is too complex scenario?If I have set the Rest API to strict, how can I exclude a plugin from this strict restriction?
Forum: Plugins
In reply to: [WooCommerce] SKU’s dissapearing@maykato Thank you for your reply. Good to know it is a plugin conflict. I’ll try to do some testing then.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Too many chunks of filesFound it, thanks!
Forum: Plugins
In reply to: [WooCommerce] Product and sales exportThank for the information! I’ll have to install and try what is best.
Forum: Plugins
In reply to: [WooCommerce] Tax based on order totalHello,
thanks for the article. It pointed me to the right direction.
Kind regards,
BarnabasHello,
The issue existed for some time but now I don’t see it any more either.
Thank you for checking out.Kind regards,
Barnabas- This reply was modified 3 years, 3 months ago by barnabas1.
I’m using this code below to change the strings
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 == 'Tax'){ return 'VAT'; } if ($label == 'Cost'){ return 'Price'; } return $label; }
However, you can see the screenshot https://snipboard.io/1HStlb.jpg that the last string “Without Tax” does not change. Ideally, to be best formated it could be as (excl. Tax). But how to change the “Tax” word on that line?
Thanks for the snippet.
I actually have the pro version of the Challn invoice, but I don’t use a translation plugin.
A snippet comes in handy to translate just one word.For past orders when I delete the Yith invoice, then the Challan Invoice is nice and clear. Is it the case that I must delete all the past invoices generated by Yith do get nice clean invoices with Challan invoice plugin?
I also had problems with the font not working when I was trying the free version, but when I got the pro version I had no issue at all using the font I wanted.
Just wanted to mention it, I’m not sure if it would work for the Bangla font.
Sorry, the title of my first question really reflected another question:
For orders that had a previous issued invoice by Yith Woocommerce PDF invoice, there are fields that show up on the Challan invoice: Please see the screenshot how the Challan invoice looks when Yith Woocomerce PDF plugin is disabled: https://snipboard.io/3NiAsP.jpg
How can I completely remove all the traces of my previous invoice plugin? If the Yith Invoice plugin is enabled then the Challan Invoices are clean, but when I disable Yith all these fields appear for each product and the invoice looks messy.
Could you also answer me on how I can just translate one string from the invoice with a filter? I want to change all the “TAX” strings to “VAT”.
Forum: Plugins
In reply to: [Avalon23 Products Filter for WooCommerce] After ajaxI just used simply
window.scrollTo(0,0);
and the problem is solved!https://snipboard.io/SjmyZF.jpg
This is the page: https://essexmonastery.com/bookshop/
The scroll to top is smooth due to my CSS (I think) which I had already in place.
html { scroll-behavior: smooth; }
Forum: Plugins
In reply to: [Avalon23 Products Filter for WooCommerce] After ajaxHello,
Thanks for the reply. It doesn’t seem to be working on my site. Also the pagination, after I turn a page in the product catalogue, the page is loaded with the focus at the footer of the page… Could this be due to caching?