• I would like to know if there is a way to hide (maybe css) to hide the “apply the coupon field” from cart, but keep in checkout?

    Thanks

    • This topic was modified 7 years, 3 months ago by Laurendo.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I looked into this and it appears this was resolved. Is that correct?

    In any case, you could probably do this. I would have to see how your site is set up, but if you know the selector, you’d do:

    .selector-name {
    position: absolute;
    top: -9999px;
    left: -9999px;
    }

    I try not to do display:none; as I read it has conflicts with SEO. I always try to do that above technique ^.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding “apply the coupon field” from cart’ is closed to new replies.