• Resolved marcjanik

    (@marcjanik)


    Hi!
    I’m using [woocommerce_order_tracking] to allow non logged in users track their orders. I was wondering, where can I edit two things displayed by this shortcode:
    1. Description above fields (on my site one saying: Aby ?ledzi? swoje zamówienie wpisz jego numer w polu poni?ej i naci?nij przycisk “?led?”. Numer zamówienia znajdziesz na paragonie oraz w mailu potwierdzaj?cym zamówienie, który do ciebie wys?ali?my.”)
    2. Content of order info – all I need to be displayedis current status, I don’t need order details.

    I will really appreciate any help with this!

    Best Regards!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Grigorij S. a11n

    (@grigaswp)

    Hi there,

    Thank you for reaching out! Let me answer your questions one by one ??

    1. Description above fields (on my site one saying: Aby ?ledzi? swoje zamówienie wpisz jego numer w polu poni?ej i naci?nij przycisk “?led?”. Numer zamówienia znajdziesz na paragonie oraz w mailu potwierdzaj?cym zamówienie, który do ciebie wys?ali?my.”)

    We usually suggest a free translation plugin Loco Translate – it can be used to find and replace any strings in any language.

    2. Content of order info – all I need to be displayedis current status, I don’t need order details.

    This can be done with some CSS code:

    https://en.support.wordpress.com/custom-design/editing-css/

    You can open the page you’d like to edit, find the elements you’d like to hide, write the code and add it to Appearance >> Customize >> Additional CSS:

    https://cld.wthms.co/lH7XGP

    On my test site the code looks like this:

    .page-id-224954 section.woocommerce-order-details {display: none;}

    You’d have to change 224954 to your actual page ID which can be taken from a link when editing the page in wp-admin.

    I hope this helps!

    Plugin Support Grigorij S. a11n

    (@grigaswp)

    Hi there,

    We haven’t heard from you in a while so I’ll be marking this thread as resolved.

    Feel free to open a new thread and link to this one if you have further questions though.

    Have a wonderful day ahead!

    @grigaswp

    For guest orders, they don’t enter email, only enter name and phone number. How to edit shortcode: Enter name and phone number to track order?

    thank you??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit text within [woocommerce_order_tracking]’ is closed to new replies.