Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1282243

    Guten Tag Kriesi-Team,

    beim Einrichten eines Webshops mit Enfold/WooCommerce/Germanized ist uns aufgefallen, dass der Grundpreis nicht korrekt angezeigt wird. Aus einem anderen Thread haben wir schon den CSS-Code für die Anpassung der “Reihenfolge” der Einheit gefunden – das funktioniert gut. Allerdings werden bei uns die Grundpreiseinheiten auch nicht richtig angezeigt wenn es um Grundpreiseinheiten >1 geht.

    Beispiel:
    1,56 € / 100 g wird angezeigt ohne 100, d.h. auf der Website steht fälschlich: 1,56 € / g.

    Gibt es für diese Anpassung auch einen CSS-Code?

    Vielen Dank im Voraus!

    Grüße aus der Pfalz,
    Cornelie

    P.S. Der CSS-Code für die Reihenfolge der Einheit (hinten statt vorne), den wir benutzt haben ist:
    span.unit {
    float: none;
    margin-left: 0;
    }

    #1283113

    Hallo Cornelie,

    Thanks for contacting us!

    Could you please post a link to your page where we can see the issue? :)

    Best regards,
    Yigit

    #1283624

    Dear Yigit,

    sorry, for the delay. Strangly, I did not notice your feedback from two days ago.

    However, I just wanted to write you, because I have solved the problem myself. In Germanized the format for “Base price” (Grundpreis) was defined like this: ({base_price} / {unit}). Therefore the {base} – in my case “100” (because of 100 g) wasn’t displayed. By changing the format into: ({base_price} / {base} {unit}) it now looks fine.

    Have a nice day!
    Cornelie

    #1283653

    Hi Cornelie,

    Glad you figured it out and thanks for sharing your solution!

    Please let us know if you have any other questions or issues and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Falsche Darstellung Grundpreiseinheiten Enfold & WooCommerce’ is closed to new replies.