Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

    Have a Drink Modifying the invoice

    Thank you for a great plugin.

    How can I add the id number in the invoice or showing up in the details?

    Thank you again...

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!

    Quote Originally Posted by Zadris View Post
    Thank you for a great plugin.

    How can I add the id number in the invoice or showing up in the details?

    Thank you again...
    Not sure what you are asking.. What ID number?? Are you referring to the ORDER ID??? The order ID already shows on the invoice and the order..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #3
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!

    Quote Originally Posted by DivaVocals View Post
    Not sure what you are asking.. What ID number?? Are you referring to the ORDER ID??? The order ID already shows on the invoice and the order..

    The ID number of the item...not the Order ID...for example when you list an item it is automatically given an ID number ..1001..(just an example) that number never appears anywhere..not on details...the invoice or anything like that....unless of course I have missed it. Thanks.

  4. #4
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!

    Quote Originally Posted by DivaVocals View Post
    This actually isn't really a "Super Orders" question.. What you are asking is more of a general Zen Cart "how do I do this" kind of question.. Since the the "super" code that makes Super Orders "super" is now integrated into the default orders.php, invoice.php, and packingslip.php files, the answer to your question is the same regardless of whether or not you use Super Orders.. There are posts which discuss how to add the product model number to the order/invoice/packingslip. Those same instructions should also work for product ID.. Suggest doing a search on the forum for these posts..
    Thank you. I get it....it's just not in Zen-Cart at all. And oh btw I tried searching product ID and this forum does not like the word "ID" because it never shows up in a search...maybe because of the spelling of it. Thanks again for replying.

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,304
    Plugin Contributions
    125

    Default Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!

    Zadrs, you'll just want to modify admin/invoice.php to show the product id. For example, this code puts it right after the model number.

    Change admin/invoice.php line 179 from

    Code:
               '        <td class="dataTableContent" valign="top">' . $order->products[$i]['model'] .  '</td>' . "\n";
    to

    Code:
               '        <td class="dataTableContent" valign="top">' . $order->products[$i]['model'] . " (" . $order->products[$i]['id']. ") ".  '</td>' . "\n";
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!

    Thank you swguy so much! I modified both the regular invoice and the super invoice. Have a great weekend....:)

 

 

Similar Threads

  1. Modifying my Invoice
    By Golden Synergy in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 14 Nov 2012, 03:14 PM
  2. Modifying a order that is using Invoice
    By dermit in forum General Questions
    Replies: 3
    Last Post: 30 Sep 2010, 04:53 PM
  3. Modifying the Invoice
    By accurax in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Nov 2008, 11:14 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR