• Resolved pylrr

    (@pylrr)


    Hello again !

    While my first problem remains, I have another question: I am trying to modify some codes in order to translate my shop with polylang (which is normally quite hard). It should be possible with a plugin but the plugin doesn’t work, that’s why I modify some codes.

    It works quite well, my shop is in french and I added an english version of it. But the problem is the products filter plugin : where is located the heads of categories like “materials” or “color” in the files ? Where can I modify the redirect link when I click the “Filter” button so that I could avoid returning on the french page each time I filter something in the english version ?
    I just need to know where it is, I can do some php after that.
    And a last question : if I modify the plugin, will the modifications be deleted at the next update ?

    (Reminder : I sent the website in private)
    Thanks !

    • This topic was modified 8 years, 1 month ago by pylrr.
Viewing 1 replies (of 1 total)
  • Hello

    Filter works with WPML

    categories like “materials” or “color” in the files ? – such file does not exist. To show title of taxonomies the plugin use standard function – $taxonomy->labels->name;
    You can check in file – \plugins\woocommerce-products-filter\classes\helper.php ( https://c2n.me/3VqCfQ8.png )

    redirect link when I click the “Filter” buttonhttps://c2n.me/3VqCpGi.png

    We did not make this filter compatible with Polylang

Viewing 1 replies (of 1 total)

The topic ‘Polylang translation’ is closed to new replies.