innovanity
Forum Replies Created
-
Hi and thanks for your quick response!
The variations are always nice with its NAME in the emails, in the backend order details… and we have just realised that they are also OK the first times we generate the PDF.
But we don’t why, generating the PDF in an order there is a moment when it changes and the variations show the SLUG, and the following times always the SLUG. Very strange.Any idea?
Or any way to go deeper in the structure of this line (that is the origin at invoice.php)??
<?php echo $item[‘meta’]; ?>Thanks in advance.
Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Woocommerce emails in EnglishThank you for your response. We have raise it to Github.
Besides it, we have just downgraded to Woo 3.2.6, but the problem remains…
Any clue about where to look at?
Thanks in advance.This is what i needed.
It works perfectly! Thanks a lot.Thanks for your answer.
I know how to check the id number manually in the panel.What we want, is a way to get this code given the name of the sidebar.
We actually recieve the name of the sidebar in a var, i.e.: $sidebar_nameSo we want a way to get the id “ca-sidebar-XXXX” given the sidebar_name.
(i.e: “my-custom-sidebar-01”)Thanks in advance again.