Announcement

Collapse
No announcement yet.

Need to add sku to Printable invoice

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need to add sku to Printable invoice

    How to I add the product SKU to the printable invoice?

    Paul

    #2
    Re: Need to add sku to Printable invoice

    Try:

    &mvt:item:product:sku;
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Need to add sku to Printable invoice

      Thank you, how do I add that to this:

      <mvt:item name="tbr_order_contents" />

      How do I get to were it can be edited?

      Paul
      Last edited by meum71; 03-02-15, 06:32 PM.

      Comment


        #4
        Re: Need to add sku to Printable invoice

        There should be a tab section for it, which contains the code, on the same page. You may need to click Advanced Mode to see the code.
        Last edited by Rick Wilson; 03-03-15, 09:56 AM.
        Brennan Heyde
        VP Product
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          Re: Need to add sku to Printable invoice

          Thank you, yes it was at the end of the page and I had to click advanced mode.

          Made these changes:

          To the table class="product-info" section added

          <th class="sku">Lot</th>

          I am using the sku as a lot number, so that is why the text is Lot for the column header.


          And in the mvt:foreach iterator="item" array="order:groups" I added

          <td class="sku highlighted">&mvt:item:product:sku;</td>

          Paul

          Comment

          Working...
          X