Ich hab da einige Produkte für einen Zeitraum im Preis reduziert. Auf den Produktdetailseiten zeigt sich dann ein HInweis auf das ANGEBOT. Doch zeige ich die Produkte in einem Mansory Layout, wird der Begriff ANGEBOT zu VERKAUF!
<span class=”onsale”>Verkauf!</span>
Wie kann ich die falsche Auszeichnung ändern?
Enfold 3.0.4
Hi adrianwackernah!
Thank you for using Enfold.
You can edit config-templatebuilder > avia-shortcodes > masonry_entries.php, find this code on line 797:
if($product->is_on_sale( )) $this->loop[$key]['text_after'] .= '<span class="onsale">'.__( 'Sale!', 'avia_framework' ).'</span>';
Replace the Sale text. You can also use the codestyling localization plugin to translate the string if you don’t want to edit the file.
Best regards,
Ismael
Thanks Ismael, but after update I will loose such modifications. Any other way like changing something in functions.php of child theme?
Hi!
Please see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
Yigit
Hi Yigit, I do have only to replace a sale flash text string for my woocommerce sale products. No more.
Hey!
You can change the string using this plugin – https://wordpress.org/plugins/codestyling-localization/
Cheers!
Yigit