Produktliste / Zeilenschaltung und Komma in Produktlisten

  • Dirk_Hildebrand
    Gefragt am 23. Oktober 2021 um 04:03

    Hallo!

    Ich habe einige Fragen:

    Ich möchte in einer Produktliste, im Text eine Zeilenschaltung (line feed) einfügen. Wie funktioniert das?

    Ich möchte im Preisformat ein Komma (,) anstatt eines Punktes (.) setzen, die Funktion "Comma" habe ich aktiviert, es wird jedoch weiterhin ein Punkt eingeblendet. Was kann ich tun?

    Hinter kostenfreien Artikeln steht das Wort "Free". Wo kann ich es in Deutsch übersetzen?

    Das Währungsformat ist "€0,00", es müsste aber in "0,00 €" geändert werden. Wie kann ich das tun?

    Vielen Dank für Ihre Unterstützung.

    Dirk Hildebrand

  • Yau_C
    Geantwortet am 23. Oktober 2021 um 05:32

    Hi,

    You can change the position of Euro sign with CSS below:

    span[data-wrapper-react='true'] {
    color: white;
    }

    span[data-wrapper-react='true'] span#payment_total {
    color: #000 !important;
    }

    span[data-wrapper-react='true'] #payment_total:after {
    color: #000 !important;
    content: '€';
    }


    Result:

    1634981717 6173d7554e0f3  Screenshot 10

    You can change to German language from your settings.

    1634980742 6173d386908c7  Screenshot 21

    Our German speaking colleague will be available after the weekend.

    Let us know if you need further assistance.

  • Dirk_Hildebrand
    Geantwortet am 26. Oktober 2021 um 02:32

    Thanks for your response. The code above doesnt work well. It changes only the total sum (Summe), but not the price of every product and it is still not correct.

    The product price is €19.90 EUR, it should be 19,90 or 19,90 EUR. It doesn't make sence to have and EUR in one price information.

    Total (Summe) is €0.00€ EUR. It should be 0,00 €.

    Remark: The colour red is to point to the issue with comma and point.

    1635229939 6177a0f3e4506  Screenshot 10

  • Dirk_Hildebrand
    Geantwortet am 26. Oktober 2021 um 02:37

    German language:

    If I choose Productlist / Products and Settings, I'm not able to find Additional Gateway Settings.

    1635230188 6177a1ec34376  Screenshot 10

    1635230221 6177a20d1d3e9  Screenshot 21

  • Dirk_Hildebrand
    Geantwortet am 26. Oktober 2021 um 02:44

    Linefeed and hyperlinks:

    I'm still missing the linfeed- and hyperlink funktion. Maybe I'm blind?

    1635230654 6177a3be76b0e  Screenshot 10

  • Dirk_Hildebrand
    Geantwortet am 26. Oktober 2021 um 03:01

    Free ( = 0,00 €):

    the word Free is not localized. It should be: 0,00 € or kostenlos or kostenfrei in German language.

    1635231592 6177a768c8305  Screenshot 10


  • Dagmar_B
    Geantwortet am 26. Oktober 2021 um 03:16

    Hallo,

    Vielen Dank für die weiteren Hinweise.

    Ich werde diese Probleme erneut an das Übersetzungs- und Widget-Team im Backend weiterleiten. In der Zwischenzeit können Sie mit dem folgenden CSS-Code für ein wenig Ordnung sorgen:

    Bitt fügen Sie diesen Code in Ihrem Formular-Editor unter Stile ein.

    .form-payment-price > span .currency_abr, .form-payment-price > span #payment_subtotal, .form-payment-price > span #payment_tax,.form-payment-price > span #payment_total, .form-product-details b > span span[id*="_price"], .form-product-details b > span .currency_abr {
      visibility : visible !important;
    }
    .form-payment-price > span, .form-product-details b > span {
      visibility : hidden;
    }
    .card-3col .form-product-details {
      color: #000;
    }
    .form-payment-price > span, .form-product-details b > span {
      visibility : hidden;
    }
    .form-product-category-item b {
      color : #000;
    }

    .form-payment-subtotal.form-payment-subtotal {
      visibility : hidden;
    }
    .form-payment-subtotal.form-payment-label:before {
      content : 'Zwischensumme';
      visibility : visible;
    }
    .form-payment-total {
      visibility : hidden;
    }

    .form-payment-total:before {
      content : 'Endsumme';
      visibility : visible;

    Im Formular sieht das Ganze so aus:

    1635232453 6177aac5e5051  Screenshot 10

    Die anderen Dinge gebe ich ans Backend weiter und melde mich hier, wenn eine Lösung vorliegt. Wie lange dies dauert, kann ich allerdings nicht sagen.


  • Dirk_Hildebrand
    Geantwortet am 26. Oktober 2021 um 03:24

    Item subtotal not localized (in German language):

    Should be e.g. Zwischensumme

    1635232994 6177ace2a86a9  Screenshot 10

  • Dagmar_B
    Geantwortet am 26. Oktober 2021 um 03:27

    Hallo,
    Ihren Thread zu den erweiterten Zahlungseinstellungen habe ich hierher verschoben:
    https://www.jotform.com/answers/3457928