Customize addon waitlist: translate and email template pricing

This topic has 8 replies, 2 voices, and was last updated 2 weeks, 4 days ago ago by Andrew Mitchell

  • Avatar: javi_web
    javi_web
    Participant
    July 7, 2026 at 18:16

    Hello,
    How can I customize this addon? My site is multi-language but all messages are in English (product detail view).
    Besides, I would like to modify how the email template show the product price. In a first view it doesn’t manage taxes well.

    Regards,
    Javi.

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    7 Answers
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    July 8, 2026 at 07:29

    Hello, javi_web,

    Thank you for providing access. We have noticed that your website has a large number of outdated plugins. May we update them for you? We would also like to request FTP access to your website.

    Best regards,
    8Theme Team

    Avatar: javi_web
    javi_web
    Participant
    July 8, 2026 at 07:59

    Hello Andrew,
    I will do the update.
    In the meantime, in my experience, translation issue is not related with other plugins, isn’t it? How I should translate it? A right translation was expected by me as I applied official translations of Xstore with LocoTranslate.

    Thank you.
    Regards,
    Javi.

    Please contact administrator
    for this information.
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    July 8, 2026 at 14:56

    Hello, javi_web,

    Thank you for providing access. Unfortunately, it is not working, and we are encountering a connection issue. Please check the attached files.

    Best regards,
    8Theme Team

    Files is visible for topic creator and
    support staff only.
    Avatar: javi_web
    javi_web
    Participant
    July 8, 2026 at 16:29

    Hello Andrew,
    Please, share with me your public IP address to enable it in the firewall.
    Regards,
    Javi.

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    July 9, 2026 at 07:43

    Hello, javi_web,

    We have added the IP addresses to the private content.

    Best regards,
    The 8Theme Team

    Please contact administrator
    for this information.
    Avatar: javi_web
    javi_web
    Participant
    July 9, 2026 at 08:05

    Hello Andrew,
    One of them was already enabled. I have added the another one.

    Let’s me know if you need anything else.

    Regards,
    Javi.

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    July 9, 2026 at 15:52

    Thank you for providing access. To resolve this issue, we have added the following custom code to the functions.php file.

    add_filter( 'woocommerce_format_sale_price', function( $price, $regular_price, $sale_price ) {
        $regular_price = is_numeric( $regular_price ) ? wc_price( $regular_price ) : $regular_price;
        $sale_price    = is_numeric( $sale_price ) ? wc_price( $sale_price ) : $sale_price;
        return '<del>' . $regular_price . '</del> <ins>' . $sale_price . '</ins>';
    }, 20, 3 );

    Please check it.

    Best regards,
    8Theme Team

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

You must be logged in to reply to this topic.Log in/Sign up

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