• Resolved kingfisher64

    (@kingfisher64)


    Hello, Needing to print out the completed order on till receipt. Setup kadence html template and all working except some extras to the order they display small.

    Using this template – https://pasteboard.co/JQDWZDy.png
    This is the printout. https://pasteboard.co/JQDXtJj.jpg

    Tried targeting .wc-item-meta li, .wc-item-meta p, .wc-item-meta strong with css to no avail. This plugin is handling the food ordering however the template seems to be working on everything else.

    Kind regards for any advice.

Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    Hey,
    Thanks for reaching out! What changes are you hoping to make? Can you please specify? Thank you!

    Kindly,
    Hannah

    Thread Starter kingfisher64

    (@kingfisher64)

    Hello, it’s the + ingredients which in code is the wc-item-meta contents it’s unaffected by specifying font-size 18px (the rest of the printout works) but not this.

    https://pasteboard.co/JQOsKqMC.jpg

    Kind regards and thank you for your time.

    In my testing just adding css like this works:

    ul.wc-item-meta {
        font-size: 14px !important;
    }

    Let me know if that doesn’t work for you.

    Ben

    Thread Starter kingfisher64

    (@kingfisher64)

    Hi Ben,

    Thank you for replying, tried that exactly that alters it for the thank you ordering page and order details fine (https://pasteboard.co/JQV99NV.png) but on the printout, tested again just now it’s still tiny https://pasteboard.co/JQV83hC.jpg

    Tried this too.

    @media print {
        ul.wc-item-meta {
            font-size: 14px !important;
        }
    }

    Not sure what else to try?

    Many thanks

    Hi,
    I think I might be misunderstanding. Are you not talking about the emails? The css would be added to the email customizer > custom css and would only affect emails. So shouldn’t have any effect on your ordering page. If you are using something else to print then our plugin wouldn’t control that.

    Ben

    Thread Starter kingfisher64

    (@kingfisher64)

    Well that would explain why. Got it working, thank you for replying that was obvious really – time to slow down.

    Will leave a review as thanks 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Receipt Printing Out Using Template’ is closed to new replies.