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.");