• Resolved thedesignpub

    (@thedesignpub)


    I am using your wonderful plug-in Print Invoice & Delivery Note version 4.4.2 with wordpress 4.9.6
    I am also using WooCommerce TM Extra Product Options, This plugin puts the variation choice in front of the actual choice on the invoice. For example Regular or Flavored:Regular
    When I print the invoice, under the Product category I get the product ordered and price and quantity like I want but then under the product I get the variations but I don’t want the choices Regular or Flavored: I just want what was chosen by the customer, Regular.
    I hope I am being clear on this.
    Is there a way I can hide the choices on the invoice print out using css?

    • This topic was modified 7 years, 12 months ago by thedesignpub.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter thedesignpub

    (@thedesignpub)

    .tm-c > .tm-50

    The Id’s above are the ones I put in the style sheet to display none for the web readout but I can’t figure out how to make these not print also.

    Thread Starter thedesignpub

    (@thedesignpub)

    I found a solution: line 130: echo ‘<br>’ . $key . ‘:’ . $value;

    line 130: echo ‘<br>’ . . ‘:’ . $value; <—– I took $key out and that solved the problem

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Extra Product Options’ is closed to new replies.