Page 26 of 65 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 649
  1. #251
    Join Date
    Sep 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Attention ladies and gents!

    I just need to give this man a great deal of thanks and praise. He went above and beyond the call of duty to rectify a situation with his module that I created.....Did I say thanks?

    But seriously my hats off to ya' Clyde for a job well done and I look forward to any upgrades or new mods that you may create.

    Make sure you all thank him for his time, he deserves it.

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

    help question Re: Return Authorization Module (RMA)

    Quote Originally Posted by clydejones View Post
    Hmmmm, I just checked the new file and the <br /> tags are/were included.

    Any way check includes/languages/english/YOUR_TEMPLATE/returns.php

    These are the define statements involved.

    PHP Code:
    define('EMAIL_GREET_NONE''Dear %s,<br />');
    define('EMAIL_WELCOME''Thank you for your recent request.<br />');
    define('EMAIL_TEXT''Your request has been successfully submitted to ' STORE_NAME '. It will be reviewed and you will receive an email with instructions on how to proceed. If you have not received it within the next 48 hours, please contact us before submitting your request again.<br />');
    define('EMAIL_CONTACT''For help with our Returns Policy, please email the store-owner: ' STORE_OWNER_EMAIL_ADDRESS '.<br />');
    define('EMAIL_WARNING''<b>Note:</b> This email address was given to us during a Return Authorization Request. If you have a problem, please send an email to ' STORE_OWNER_EMAIL_ADDRESS '.<br />'); 
    Okay.. so the post above helped solve one issue I was having.. Thanks..

    I have one small remaining issue.. I have been through this ENTIRE thread, and I can't find a solution. The e-mail the admin receives is formatted strangely..

    Return Authorization Request
    From: Crystal Jones Email: XXXXX########################## Phone Number: 818-555-5555 Address: 123 Birdy Ave City: Los Angeles Post Code: 90001 State: CA Order Number: 14 Total Value: Item Number: Item Name: Action Requested: 2 ------------------------------------------------------ Reason: It's broken.. ------------------------------------------------------ Office Use Only: From: Crystal Jones Email: XXXXXX########################## Telephone: 818-555-5555 IP Address: 68.165.238.252 - 68.165.238.252 Host Address: h-68-165-238-252.lsanca54.dynamic.covad.net Date and Time: Fri Feb 1 2008 7:36:01 MST

    Copyright (c) 2008 PhlauntHair
    How can I correct this to add the line breaks??
    Last edited by DivaVocals; 3 Feb 2008 at 07:44 AM.

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

    Default Re: Return Authorization Module (RMA)

    Okay.. so I'm part way there.. I made some changes to header_php.php and this is what the admin e-mail looks like now:
    Return Authorization Request
    From: Sonny Crockett
    Email: XXXXX##########################
    Phone Number: 202-555-5555
    Address: xxxxxxxx
    City: XXXX
    Post Code: xxxx
    State: CA
    Order Number: 19
    Total Value:
    Item Number:
    Item Name:
    Action Requested: 0
    ------------------------------------------------------
    Reason: Your request has been successfully submitted to PhlauntHair. It will be reviewed and you will receive an email with instructions on how to proceed. If you have not received it within the next 48 hours, please contact us before submitting your request again.
    ------------------------------------------------------
    Office Use Only: From: Sonny Crockett Email: XXXXX########################## Telephone: 818-555-5555 IP Address: 67.101.48.137 - 67.101.48.137 Host Address: h-67-101-48-137.lsanca54.dynamic.covad.net Date and Time: Sun Feb 3 2008 1:27:46 MST
    So now I just need some help formatting the "Office Use Only" section to look more like the e-mails that come through the regular Contact Us form?? ie:
    Office Use Only:
    From:
    Sonny Crockett
    Email:
    XXXXX##########################
    Telephone:
    818-555-5555
    IP Address:
    67.101.48.137 - 67.101.48.137
    Host Address: h-67-101-48-137.lsanca54.dynamic.covad.net
    Date and Time:
    Sun Feb 3 2008 1:27:46 MST
    Help por favor???

    moderator note: private info masked

  4. #254
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by DivaVocals View Post
    Okay.. so I'm part way there.. I made some changes to header_php.php and this is what the admin e-mail looks like now: So now I just need some help formatting the "Office Use Only" section to look more like the e-mails that come through the regular Contact Us form?? ie:Help por favor???
    Try this.

    Just unzip the file and upload email_template_returns.html to the email folder on your server

    Attachment 3369
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

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

    help question Re: Return Authorization Module (RMA)

    Well this is what I got.. The only thing is the "Office Use Only" section is still missing the line breaks.. hmmmmm
    From: Sonny Crockett
    Email:(XXXXX##########################)
    ----------------------------------------------------------------------
    From: Sonny Crockett
    Email: XXXXX##########################
    Phone Number: 212-555-1212
    Address: XXXXX
    City: XXXXX
    Post Code: XXXXX
    State: CA
    Order Number: 20
    Total Value:
    Item Number:
    Item Name:
    Action Requested: 1
    ------------------------------------------------------
    Reason: This is the RMR for order #20...
    ------------------------------------------------------
    Office Use Only: From: Sonny Crockett Email: XXXXX########################## Telephone: 212-555-1212 IP Address: 67.101.48.137 - 67.101.48.137 Host Address: h-67-101-48-137.lsanca54.dynamic.covad.net Date and Time: Sun Feb 3 2008 9:18:59 MST

  6. #256
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by DivaVocals View Post
    Well this is what I got.. The only thing is the "Office Use Only" section is still missing the line breaks.. hmmmmm
    This section of the e-mail is handled in includes/functions/functions_email.php

    Code:
    function email_collect_extra_info($from, $email_from, $login, $login_email, $login_phone='', $login_fax='')
    What is the setting you have in admin -> configuration -> e-mail options -> E-Mail Linefeeds?

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

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by clydejones View Post
    This section of the e-mail is handled in includes/functions/functions_email.php
    What's interesting is that regular e-mails sent through the contact us form formats the "Office Use Only" section correctly..

    Quote Originally Posted by clydejones View Post
    What is the setting you have in admin -> configuration -> e-mail options -> E-Mail Linefeeds?
    E-Mail Linefeeds LF

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

    Default Re: Return Authorization Module (RMA)

    Clyde.. I just wanted to post this to say I REALLY appreciate your help with this.. It's maddening for me since I have looked at all these different files, and I KNOW the answer is STARING me in the face.. I just have no CLUE what it is..

  9. #259
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by DivaVocals View Post
    Clyde.. I just wanted to post this to say I REALLY appreciate your help with this.. It's maddening for me since I have looked at all these different files, and I KNOW the answer is STARING me in the face.. I just have no CLUE what it is..
    What setting do you have in admin -> configuration -> E-Mail Options -> Email Admin Format?

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

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by clydejones View Post
    What setting do you have in admin -> configuration -> E-Mail Options -> Email Admin Format?
    Email Admin Format? = HTML

 

 
Page 26 of 65 FirstFirst ... 16242526272836 ... LastLast

Similar Threads

  1. v151 Flexible Return Authorization (RMA) for ZC v1.5.x [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 167
    Last Post: 11 Apr 2021, 08:56 PM
  2. Return Authorization Module
    By itspec in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 10 Feb 2009, 11:29 PM
  3. Return Merchandise Authorization (RMA) Module Follow-up
    By killertofu in forum Managing Customers and Orders
    Replies: 1
    Last Post: 11 Aug 2008, 11:13 PM
  4. Return Authorization Module (RMA)
    By dscott1966 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Nov 2006, 08:04 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR