lucas81
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Permalink issueI solved this by adding a item
Products
before the breadcrumbs using the code described in this topic:Forum: Plugins
In reply to: [WooCommerce] WooCommerce Permalink issueHi Shameem, thanks for responding. Basically from the current situation all I want is for the label
Products
to appear before the breadcrumb, which links to the shop page. No URL’s are changed.Every suggestion you posted I get some result but not the desired one. I use Rankmatch Pro which enables me to remove the categorie slug but this affects all categories, not just the top level one.
Basically I would be ok if there is just some way to insert the shop page as a first level item in the breadcrumb. Like this:
Home -> Product-category -> Product-title
Home -> Shop page -> Product-category -> Product-titleAny way this would be possible?
We use WPML. I cannot find the text
Stock
in either the string translation nor the .PO file.If you look in the code the label is hardcoded. When changed line 79 to the following the translations work fine:
return __(‘Stock’, ‘premmerce-filter’);
\Filter\Filter\Items\Types\InStockFilter.php
Perhaps you can consider implementing this in a future release?
Thanks for looking into it.
Only Flexible Shipping has this behaviour. I can contact WPML to see if they have any idea’s?
Yes I have, only that I do not use multi currency. We had that checkbox enabled, I disabled that and the translations now show up on the front end.
The issue remains that when I translate, extra strings are added in WPML. Why is this?