Wenn ich Produkte über den Add to Cart Shortcut [add_to_cart id=”123″ class=”” style=””]
hinzufüge, kommt folgende PopUp Nachricht ( “” wurde in den Warenkorb hinzugefügt. )
Es fehlt die Produkt Bezeichnung. Stattdessen steht “”.
Wenn ich über die normale Produkt-Kategorie Seite ein Produkt in den Warenkorb geben.. funktionierst.
Ist das ein Enfold oder ein Woocommerce Fehler ?
Hi Franz,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Any news on this issue?
Hey!
Looks like you created a custom product layout and the update_cart_dropdown function fails to fetch the “.inner_product_header h3” element. The html markup of the product layout should look like this:
<div class="product">
<div class="inner_product_header"><h3>Product Title</h3></div>
// MORE CONTENT HERE
</div>
Best regards,
Ismael