• Resolved chicodarave

    (@chicodarave)


    Hello.
    In the item list, how can I show unit price instead of the quantity x unit price?

    Also, how can I make a item counter?
    Example
    (quantity – item)
    1 – A
    3 – B
    5 – C
    Product counter would show: 9 (1+3+5)

    Thank you very much.

    BTW, module is marvelous!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor kluver

    (@kluver)

    Hi @chicodarave,

    This is all possible with our Premium Templates extension. With it you get access to the Customizer that lets you add all kinds of order data. You will also get our premium support. So if you have any questions on how to set this up we can help you out.

    Here you can find the Premium Templates

    Hope this answers your question.
    Have a great day!

    Michael

    Thread Starter chicodarave

    (@chicodarave)

    I want to make it myself, just dont know how to get these informations.

    Plugin Contributor Ewout

    (@pomegranate)

    Hi! If you need help with custom code, I can recommend https://codeable.io, there’s many skilled WooCommerce/WordPress coders over there.

    Good luck!
    Ewout

    Thread Starter chicodarave

    (@chicodarave)

    Can you just tell me what to put instead of ‘order_price’ to get unit price instead of line total?

    <td class=”price”><?php echo $item[‘order_price’]; ?></td>

    Plugin Contributor Ewout

    (@pomegranate)

    Sure, that would be $item['single_price'].

    Ewout

    Thread Starter chicodarave

    (@chicodarave)

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom template (unit price + item counter)’ is closed to new replies.