Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,589
    Plugin Contributions
    30

    Default Use of "order" instead of "invoice"

    In my business, in no way is the printout of the order details an "invoice" (which in my country is a legal document requiring various specific fields), so I have removed all references to it and use "Order" or "Order Details" where appropriate. Otherwise we would get in trouble for using that word on an invalid document.

    For us, Zen Cart is a sales channel that collates customer orders. An invoice is generated from our invoicing software with the correct fields.

    Just wondering if that is an issue for others / should "invoice" should be changed in the core code?
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Use of "order" instead of "invoice"

    Outside of the code related to payment modules where "invoice" is the word used by their systems, so is reflected in the module (so I don't think those should be changed), there aren't many references to the word "invoice".

    - Catalog-side: The only customer-facing reference is an internal definition of "invoice URL", which displays as "Click here for a detailed invoice" ... which is in fact very detailed. It doesn't know what other data your country requires to be displayed, but you could certainly put those details on the page in your template.
    Changing that to "Click here to see the details of your order" would be acceptable, but of course is easily done within one's own store too.

    - Admin-side: Mostly, the word "invoice" is used to provide a facility for generating a suitable "legal document" for those who customize the page to add what is required in their jurisdiction.

    Changing these makes sense:
    Code:
    define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
    define('EMAIL_TEXT_INVOICE_URL_CLICK', 'Click here for a Detailed Invoice');
    
    define('OSH_EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
    
    define('ENTRY_ORDER_ID','Invoice No. ');
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Replies: 83
    Last Post: 8 Jun 2023, 06:59 PM
  2. Changing "Default Order Status" from "Delivered" to "Shipped"
    By CookieMonster in forum Customization from the Admin
    Replies: 1
    Last Post: 25 Nov 2014, 12:22 AM
  3. Replies: 3
    Last Post: 3 Jun 2008, 11:41 AM
  4. Force "more info" instead of "buy now" (even with no attributes)
    By thechoyboy in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 31 Oct 2006, 12:37 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