osCmax v2.5 User Manual
Results 1 to 6 of 6

Email contribution

This is a discussion on Email contribution within the osCMax v1.7 Installation forums, part of the osCmax v1.7 Forums category; Hello, I am going to install the Email Order Extra Contribution, I was reading the instructions and it states: 2. ...

      
  1. #1
    Member
    Join Date
    Jan 2004
    Posts
    86
    Rep Power
    0


    Default Email contribution

    Hello,

    I am going to install the Email Order Extra Contribution, I was reading the instructions and it states:

    2. If you are using "Purchase without login/account (PWA)" contrib skip 2.1 and go to 2.2

    2.1 !!!! only for those who does NOT use "Purchase without login/account (PWA)" !!!!!
    (if you don't know what is PWA just choose this case )

    My question is do you skip 2.1 if you are using both the create account and purchase without login/account or do you just skip 2.1 if you are only using the PWA contrib and are not giving your guest the option to choose how they want to check out?

    Any help would be great.

    Thank you. :P

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default RE: Email contribution

    Contrib #1091? Not sure which contrib you trying to add. Please give contrib # or the actual name.

    Thanks
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  3. #3
    Member
    Join Date
    Jan 2004
    Posts
    86
    Rep Power
    0


    Default RE: Email contribution

    Quote Originally Posted by jpf
    Contrib #1091? Not sure which contrib you trying to add. Please give contrib # or the actual name.

    Thanks
    Hello,

    It was the Email order extra contribution wich adds the Name, Phone # & email address. If you are using the PWA mod you would skip part 2.1 because 2.2 will work for both w/account & w/o account.

    Thank you for responding.

  4. #4
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default RE: Email contribution

    I am sorry but there is no contribution with "Email order extra" as the title.

    http://www.oscommerce.com/community?...p;category=all

    Please find and post the Contribution NUMBER or the Name as listed.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  5. #5
    Member
    Join Date
    Oct 2004
    Posts
    53
    Rep Power
    0


    Default

    Sorry to jump in JPF, but I think the contrib you mention is 2002, which can be found here:
    http://www.oscommerce.com/community/contributions,2002

    It's entitled:
    customer's email and phone in "order process" message

  6. #6
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    Yep that is the auntie22 is asking about.... In OSCMAX 2.0 it is about LINE 330 - look for

    $email_order = STORE_NAME . "\n" .

    (do a seach for "$email_order")

    then just below look for and replace
    Code:
                     EMAIL_TEXT_DATE_ORDERED . ' ' . strftime(DATE_FORMAT_LONG) . "\n\n";
    with

    Code:
                     EMAIL_TEXT_DATE_ORDERED . ' ' . strftime(DATE_FORMAT_LONG) . "\n" .
                     EMAIL_TEXT_CUSTOMER_NAME . ' ' . $order->customer['firstname'] . ' ' . $order->customer['lastname']  . "\n" .
                     EMAIL_TEXT_CUSTOMER_EMAIL_ADDRESS . ' ' . $order->customer['email_address']  . "\n" .
                     EMAIL_TEXT_CUSTOMER_TELEPHONE . ' ' . $order->customer['telephone'] . "\n\n" ;
    in TWO places....


    Good Luck

Similar Threads

  1. Contribution help
    By offnetrob in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 03-02-2006, 01:57 PM
  2. Must Select Contribution
    By auntie22 in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 08-11-2005, 10:07 AM
  3. Contribution help needed
    By rupak in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-28-2005, 05:42 AM
  4. Adding another contribution
    By stetrk in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 01-04-2005, 07:23 PM
  5. any contribution?
    By superkor in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 12-20-2003, 11:04 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
  •