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
    Texas
    Posts
    6,196
    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.

 

 

Similar Threads

  1. How do I get the Model Number on the same line as Model??
    By MandyMac in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Jul 2014, 04:27 AM
  2. v139f How to add "Model" infront of my model number above my product pictures?
    By missymissy in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Apr 2014, 06:44 AM
  3. Changing 'Model number' to 'Part Number'
    By bottyz in forum General Questions
    Replies: 1
    Last Post: 24 Mar 2010, 03:53 PM
  4. Line up model number?
    By robbin21973 in forum General Questions
    Replies: 1
    Last Post: 21 Feb 2009, 04:55 AM

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