Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #528894

    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 ?

    #529120

    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

    #531246
    #531674

    Any news on this issue?

    #532338

    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

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