USANet Creations
Users Support and Discussion Areas

NOTE: Always state the software package you have
when asking questions so you will get the correct answer,
as it does make a big difference in the answers you'll get!

| Main Site Home Page | Forums Home Page |

Subject: "selleredit notification"   Page 1 | 2 | Previous Topic | Next Topic
nonePrinter-friendly copy    
Conferences MakeBid Auction user submitted addons and updates Topic #376
Reading page 2 of 2 pages
Homermoderator click here to view user rating
Member since Jan-10-08
335 posts, 3 feedbacks, 6 points
Oct-21-11, 07:19 PM (CST)
Click to view user profileClick to add this user to your buddy list  
11. "RE: selleredit notification"
 
   Good to hear that.

\r = return
\n = newline

\r\n\r\n

use 2 times to have a double linebreak, meaning a open space between two lines.

Homer

If you don't know where you're going, any road will get you there.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
Len click here to view user rating
Member since May-4-04
601 posts, 6 feedbacks, 10 points
Oct-25-11, 04:15 AM (CST)
Click to view user profileClick to add this user to your buddy list  
12. "RE: selleredit notification"
 
   Hi Richard
How do I add the sellers name in the email sent to admin?
when they use the selleredit?

Many thanks for any help!
Best Regards
Len

in the selleredit.pl file under the sub sellerchange {
find these lines:
print "<p>You may want to go to <A HREF=\"$ENV{'SCRIPT_NAME'}\?category=$form{'CATEGORY'}\&item=$form{'ITEM'}\">the item</a> to confirm the changes.\n";

Now paste these new lines just below the lines you just found:

&sendemail($config{'admin_address'}, $config{'admin_address'}, 'Seller Item Changes', "You may want to go to $config{'scripturl'}$ENV{'SCRIPT_NAME'}\?category=$form{'CATEGORY'}\&item=$form{'ITEM'} the sellers item</a> to confirm the changes.");


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
moneysav
Charter Member
102 posts, Rate this user
Oct-25-11, 08:04 AM (CST)
Click to add this user to your buddy list  
13. "RE: selleredit notification"
 
   Hi Richard,
that works great, but how do I get it to add the users' name ??

example:
&sendemail($config{'admin_address'}, $config{'admin_address'}, 'Seller Item Changes From USERS NAME HERE',


Regards,


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
Richardadmin click here to view user rating
Charter Member
2036 posts, 11 feedbacks, 21 points
Oct-25-11, 04:14 PM (CST)
Click to view user profileClick to add this user to your buddy list  
15. "RE: selleredit notification"
 
   for their user alias you would use this:
$form{'ALIAS'}


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote


Page 1 | 2 | Conferences | Topics | Previous Topic | Next Topic
Rate this topic Rate this topic