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
punkt 2 habe ich gefunden unter den widgeds.
allerdings kann ich “ähnliche produkte” nicht entfernen.
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
Hi!
Please try using this plugin to translate that string as needed – https://wordpress.org/plugins/loco-translate/
Best regards,
Yigit
thanks
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