• Resolved adalov

    (@adalov)


    Hi,

    thank you for the new GPSR compliant possibility to add manufacturer data in Germanized 3.18.2. For a shop where the manufacturer is the same for all products, is there a possibility to bulk add manufacturer data (name, address) to all products or does it have to be done individually for each product under product – product data – general – product security?

    Thanks for letting us know!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author vendidero

    (@vendidero)

    Hi there,

    one (easy) way would be to export product data (as CSV) and add the manufacturer to all the products and import the CSV again. Another way would be to use a custom filter to statically set the manufacturer for all products to a certain slug:

    add_filter( 'woocommerce_gzd_get_product_manufacturer_slug', function() {
    return 'my-static-manufacturer';
    } );

    Best,
    Dennis

    Thread Starter adalov

    (@adalov)

    Hi Dennis,

    danke vielmals! Used the custom filter, that’s great. 5* for Germanized support + service.
    Have a good day!

    Best
    e

    Plugin Author vendidero

    (@vendidero)

    Glad to help. Have a good day too and thanks for leaving a review!

    @vendidero how can I deactivate the “Produktsicherheit” drop-down on products view?

    Plugin Author vendidero

    (@vendidero)

    @matthesw please create a separate thread on your issue. You might deactivate showing the “safety documents” + “manufacturer” shopmarks via Germanized > Shopmarks > Single product page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.