Some checkout issues, I cannot solve by myself :(

This topic has 8 replies, 2 voices, and was last updated 3 weeks ago ago by Luca Rossi

  • Avatar: Janina
    Janina
    Participant
    January 17, 2025 at 15:39

    Hi there,
    I have some unsolved issues in the checkout. I hope, you can help me.

    – On the left side there are radiobuttons, which should be shown as a list, so the line begins with the radio button (“Ja, ich benötige… Nein, ich benötige…”).
    – On the right side there is a little cross to show the quantity, which I don’t want to show. But with CSS I cannot disable this icon. The quantity option is already disabled, so the counter is not shown, but the cross is still there.
    – Where do I find the legal texts of the checkout page, to change the text a little bit?
    – Unfortunately not all altert texts in the checkout are customizable. I use the loco translate plugin with “formal german” and find most of the texts, but changes are not shown.
    For example “You cannot add another…to your cart.”

    Thank you very much and best regards,
    Janina

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    7 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    January 20, 2025 at 06:41

    Hi @Janina,

    – On the left side there are radiobuttons, which should be shown as a list, so the line begins with the radio button (“Ja, ich benötige… Nein, ich benötige…”).

    – The HTML structure doesn’t allow us to make them display as list. But we can achieve like this: https://prnt.sc/-mdYnIjl5WDS. Please try adding this custom CSS code under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    p#fortbildungspunkte__field span.woocommerce-input-wrapper {
        display: flex;
    }
    

    – On the right side there is a little cross to show the quantity, which I don’t want to show. But with CSS I cannot disable this icon. The quantity option is already disabled, so the counter is not shown, but the cross is still there.

    – Please add this custom CSS code also:

    
    .woocommerce-checkout .cart_item.st-item-meta .product-name span.woocommerce-Price-amount.amount {
        background-color: #fff;
        margin-left: -15px;
    }
    

    – Where do I find the legal texts of the checkout page, to change the text a little bit?

    – Those texts are coming from Germanized für WooCommerce plugin. Please take a look at the settings of this plugin.

    – Unfortunately not all altert texts in the checkout are customizable. I use the loco translate plugin with “formal german” and find most of the texts, but changes are not shown.

    Please add this custom code under functions.php file locates in your child theme:

    
    function n2t_text_strings( $translated_text, $text, $domain ) {
    	switch ( $translated_text ) {
    		case 'You cannot add another "%s" to your cart.' :
    			$translated_text = 'Du kannst keinen weiteren "%s" zum Warenkorb hinzufügen.';
    			break;
    	}
    	return $translated_text;
    }
    add_filter( 'gettext', 'n2t_text_strings', 20, 3 );
    

    Hope it helps!

    Avatar: Janina
    Janina
    Participant
    January 21, 2025 at 19:07

    Hey Luca,
    thank you very much for your support and your reply. The first points helped very well. Thank You!
    The Germanized Pro Plugin I have to check twice…

    Unfortunately the translation is not working after adding your code to function.php in child theme. Please check the attached screenshots.

    Thank you very much and best regards,
    Janina

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    January 22, 2025 at 08:19

    Dear Janina,

    We hope this message finds you well.

    The notification you mentioned originates from the WebinarPress Pro plugin. We wanted to inform you that the issue has already been addressed, and the text should now be properly translated.

    For your reference, please find a screenshot here: [https://prnt.sc/fV4onfAOGM8W](https://prnt.sc/fV4onfAOGM8W).

    Should you have any further questions or require additional assistance, please don’t hesitate to reach out.

    Best regards,
    The 8Theme Team

    Avatar: Janina
    Janina
    Participant
    January 22, 2025 at 18:16

    Dear Luca,
    thank you very much for your reply and your support.
    I am happy to see, that the translation works now.
    Unfortunately you made a screenshot from the older site, not the actual one :(. The final development page is start.akademie-kindliche-entwicklung.de (please see the admin access in the private content area). So how can I fix the issue for this domain, or would you please help me a second time?

    We will launch the academy soon. I hope, the fixes will work than also under the final domain akademie-kindliche-entwicklung.de, if I just change the domain-routing!?

    Thank you very much and best regards,
    Janina

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    January 23, 2025 at 10:14

    Dear @Janina,

    Could you please check again on the new website?

    https://prnt.sc/XvgK0r0-kNQJ

    Thank you!

    Avatar: Janina
    Janina
    Participant
    January 26, 2025 at 09:23

    Hi Luca,
    thank you very much. This makes me happy 🙂

    Best regards and have a nice weekend,
    Janina

    Avatar: Justin
    Luca Rossi
    Support staff
    January 26, 2025 at 11:38

    Dear @Janina,

    Thank you so much for your support! We truly appreciate it and hope you’re having a wonderful day.

    We’re delighted to hear that you’re enjoying our theme, and we sincerely hope it’s enhancing your experience. If you have a moment, we would be incredibly grateful if you could share your feedback by leaving us a 5-star review on ThemeForest. Your support means the world to us and helps us continue to improve and deliver the best possible service.

    You can leave your review here: (https://themeforest.net/downloads)

    If you have any questions or need further assistance, please don’t hesitate to reach out. Our dedicated support team is always here to help and ensure your experience is seamless.

    Thank you once again for choosing 8Theme.

    Best regards,
    The 8Theme Team

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Some checkout issues, I cannot solve by myself :(’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.