Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #462400

    hallo,

    1.ich habe einen link angehangen.
    dort ist das wort kostenlos bei artikeln mit 0,00 .
    dieses wort möchte ich ändern, statt “kostenlos!” soll dort “Muster”
    stehen.
    2. unter den produkten wird :

    Letzte Kommentare Archive
    Meta
    Administration
    Abmelden
    Beitrags-Feed (RSS)
    Kommentare als RSS
    WordPress.org

    Ähnliche Produkte

    usw angezeigt, dieses möchte ich ebenfalls entfernen oder umgestallten!

    wäre super wenn ihr mir helfen könnt mit den beiden sachen
    danke

    #462590

    punkt 2 habe ich gefunden unter den widgeds.
    allerdings kann ich “ähnliche produkte” nicht entfernen.

    #462755

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    function wc_remove_related_products( $args ) {
    	return array();
    }
    add_filter('woocommerce_related_products_args','wc_remove_related_products', 10);

    If that does not help, add following code to Quick CSS in Enfold theme options under General Styling tab

    .single-product #av_section_1 {
      display: none;
    }

    Regards,
    Yigit

    #462827
    This reply has been marked as private.
    #462872

    Hi!

    Please try using this plugin to translate that string as needed – https://wordpress.org/plugins/loco-translate/

    Best regards,
    Yigit

    #577368

    thanks

    #577373

    Hi!

    Glad we got it short out!
    Please do let us know if we can do anything else for you, we will be happy to help!

    Regards,
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘woocommerce label andern’ is closed to new replies.