Thread: Model Number

Results 1 to 2 of 2
  1. #1

    Default Model Number

    Is it possible to remove the model number from appearing in the order comfirmation emails?

    1.3.9h

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Model Number

    Woops, this is for Order Number below sorry....

    Yes, you can but you will have to edit a core .php file..
    Take good notes for future upgrades..

    includes/classes/order.php
    PHP Code:
    zen_mail($this->customer['firstname'] . ' ' $this->customer['lastname'], $this->customer['email_address'], EMAIL_TEXT_SUBJECT EMAIL_ORDER_NUMBER_SUBJECT $zf_insert_id$email_orderSTORE_NAMEEMAIL_FROM$html_msg'checkout'$this->attachArray); 
    Replace with this:
    PHP Code:
    zen_mail($this->customer['firstname'] . ' ' $this->customer['lastname'], $this->customer['email_address'], EMAIL_TEXT_SUBJECT ,  $email_orderSTORE_NAMEEMAIL_FROM$html_msg'checkout'$this->attachArray); 
    Here is a thread but you will have to play with the .php file
    Last edited by haredo; 12 May 2011 at 02:10 PM.
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

 

 

Similar Threads

  1. I have lost my Model Number
    By RsUnv in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 1 Jul 2010, 10:42 AM
  2. Changing 'Model number' to 'Part Number'
    By bottyz in forum General Questions
    Replies: 1
    Last Post: 24 Mar 2010, 03:53 PM
  3. Model number as URL identifier
    By obertancat in forum General Questions
    Replies: 0
    Last Post: 22 Jun 2008, 09:31 PM

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
  •