Leclercq Guillaume
Leclercq Guillaume
Hello ! Did you find a solution on how to do this ?
Hi @senghe i use the version 3.2.0 of the plugin, and the search page is still different from the taxon listing. The taxon listing not seems to use the facet...
Hey, Any update on that issue? I want to add field to the product export, but i can't extend `ProductResourcePlugin` as it's a final class. Any other simple solution ?
@lorenzo-shots I know, my question was to avoid doing an override to every files i need to modify
Hi @DominikWolos Yes i am creating a configurable product, then i generate the variants
Hi, do you have any idea if this issue will be fixed soon ?
Hi bennet, i created a PostManager wich extends the wordpressbundle BaseManager. Then in my services.yml i wrote : ``` custom_post_manager: class: AppBundle\Manager\PostManager arguments: ["@doctrine.orm.entity_manager", "%post_entity%", "@ekino.wordpress.manager.post_meta"] ``` It works for...
Hi @delyriand, Thank you for the quick response. I'll try to implement that. So if i understand well, you re finally saving the code string in the text_value field ?