• Resolved raptor_00

    (@raptor_00)


    I need to put more data in the QR template, such as the name of the product, the quantity purchased, what type of shortcode can I use? do you have any documentation?

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter raptor_00

    (@raptor_00)

    {product_name1}{product_qty1}{product_subtot1}
    {product_name2}{product_qty2}{product_subtot2}
    {product_name3}{product_qty3}{product_subtot3}
    {product_name4}{product_qty4}{product_subtot4}
    ….

    Plugin Author www.15.to

    (@www15to)

    ok I will do it as you requested upto 50 items
    but I think better to have 3-5 variations like this ( I will add later these variables too ):

    {wc_order_items_template1} =
    Name Qty Price Subtotal
    product_name1 ( 5 X 50 = 250 )
    product_name2 ( 3 X 15 = 45 )

    Thread Starter raptor_00

    (@raptor_00)

    ok, that would be great!, thank you very much!

    Plugin Author www.15.to

    (@www15to)

    Its done !
    Please re-install plugin you will have new variables as you wanted
    Go to wordpress settings there is short explanation.
    Documentation will be ready little bit later after few days

    Please test it and let me know if any issues

    Plugin Author www.15.to

    (@www15to)

    = 1.9.3 (09 November 2022) =
    * Added new variables:
    {wc_order_items_name1} – names of all products one by one ( Example: from {wc_order_items_name1} to {wc_order_items_name999} unlimited

    {wc_order_items_qty1} – quantities of all products one by one ( Example: from {wc_order_items_qty1} to {wc_order_items_qty999} unlimited

    {wc_order_items_price1} – prices of all products one by one ( Example: from {wc_order_items_price1} to {wc_order_items_price999} unlimited

    {wc_order_items_subtot1} – subtotals of all products one by one ( Example: from {wc_order_items_subtot1} to {wc_order_items_subtot999} unlimited

    {wc_order_items_template1} – predefined template for order items in this format:
    Product name1 ( Qty X Price = Subtotal )
    Product name2 ( Qty X Price = Subtotal )
    etc…

    Thread Starter raptor_00

    (@raptor_00)

    THANKS, IT WORKS PERFECT!

    Plugin Author www.15.to

    (@www15to)

    Thanks for tests and answer! Have a nice day! I closing this thread. If you will have any issues or questions – let me know

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘I need to put more data in the QR template’ is closed to new replies.