• Resolved Tirwin

    (@tirwin)


    I am trying to change the “Add a coupon” text on the checkout and basket pages to read something more appropriate for my setup, such as “Redeem a voucher”. Does anyone know what file this text is held in?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter Tirwin

    (@tirwin)

    Perhaps just a quick query, is there some additional CSS I can add to remove the “Category” links from individual product pages? I’ve already removed the SKU but i’d like it to only show the Tags if possible.

    Hi @tirwin,

    I’m really glad to hear you were able to resolve the issue using the Say What? plugin — and thank you so much for taking the time to leave a review, it truly means a lot.

    You can try using the code below to hide the categories:

    span.posted_in {
    display: none !important;
    }
    Thread Starter Tirwin

    (@tirwin)

    Ah that’s what I was looking for, thank you! didn’t know it was “posted_in”, I’ll remember that hah!

    Hi @tirwin

    I’m glad we could help and that the CSS tip was exactly what you were looking for! It’s always great when those little pieces fall into place.

    If you ever need help with something else, feel free to start a new topic in the forum, and we’ll be happy to assist.

Viewing 4 replies - 16 through 19 (of 19 total)

The topic ‘Add A Coupon text’ is closed to new replies.