eAuction
  Not just another Perl script
Google
Welcome, Guest. Please Login or Register


If you use eAuction a lot and like it or if you make money from eAuction or from eAuction-related activities ...
then the project asks you for a donation in favor of the further development.



The forums are protected by
AccessControl
(written by Dieter Werner)
Click here if you want to check your IP against the most important RBLs of the net.
Click here in order to visite the AccessControl forums.


<< Visit the international e Auction Marketplace >>
Buy and sell PC and Consumer Electronic components






  HomeHelpSearchLoginRegister
 



Pages: 1 ... 5 6 7 8 9 
more field (Read 1730 times)
bookswap
eAuction User
**
Offline

I love Perl

Posts: 40

Re: more field
Reply #18 - 03/16/04 at 05:27:13
 
I just deleted all old closed auctions as you said.....and BAM! it worked!!!  Dieter is the King!  Many thanks for the amazing support.   Cheesy

Can't wait until EA162 is released.
Back to top
 
 


Advertising
View Profile   IP Logged
reindance
eAuction User
**
Offline

I love Perl

Posts: 17

Re: more field
Reply #19 - 03/29/04 at 14:45:42
 
I am trying to add two features of the new version but not sure where to add them. I tried going by the Add On Database for 1.53 but can't find the lines in this version.
I want to add an "Email Admin of New Item Posting" and also an "Email Seller Confirmation of Item Posting".
We are about to allow outside postings and I want to check out all outside postings to make sure people are abiding by our posting policy. A confirmation is nice for the seller to have as a reference.
 Also, will the old EAccount software work if I insert the correct Require statement, at least until the New version of EAccount is completed? I have it installed already and thought I would give it a try. I need some way to keep track of postings and ended sales.
  Do you have a time frame for the completed Accounting add on? Just curious. Keep up the great work!
 You may view our site, still under construction! At:
   Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!




Back to top
 
 


Advertising
View Profile   IP Logged
Dieter Werner
Administrator
*****
Online

Dipl. Paranoiac ®

Posts: 1162
Germany
Gender: male
Re: more field
Reply #20 - 03/30/04 at 12:11:18
 
Search eAuction.pl for:
sub proc_new

Search 'sub proc_new' for the lines:
print <<EO_HTML;
<div align="center">
<p> </p>
<b>$form{'TITLE'}</b><br>$txt{'was posted under'}:<br>
<b>$category{$form{'CATEGORY'}}</b><br><br>
$txt{'You may want to go to'}
<a href="$our_env{'SCRIPT_NAME'}?action=dispitem&category=$form{'CATEGORY'}&item=$i
tem_number&lang=$form{'lang'}">
<b><u>$txt{'the Item'}</u></b></a> $txt{'to confirm placement'}
<p> </p>
@{[disp_banner('tbl')]}
</div>
<br>
EO_HTML

insert the following code (below the lines)

Code:
my $message = <<EO_HTML;
$form{'TITLE'}
$txt{'was posted under'}:
$category{$form{'CATEGORY'}}
$txt{'You may want to go to'}
<a href="$our_env{'SCRIPT_NAME'}?action=dispitem&category=$form{'CATEGORY'}&item=$item_number&lang=$form{'lang'}">
$txt{'the Item'}</a>
$txt{'to confirm placement'}
EO_HTML

my $subject = 'Your item has been placed';
           
   sendemail(
       \$form{'EMAIL'},
       \$config{'admin_address'},
       \$subject,
       \$message
   );

$subject = 'Admin notification';

   sendemail(
       \$config{'admin_address'},
       \$config{'admin_address'},
       \$subject,
       \$message
   ) if $config{'cc_to_admin'} == 1;




I don't know whether a third party accounting script is usable with eAuction - Sorry.
Back to top
 
 

Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!


Greetings from Germany
Dieter Werner




Advertising
View Profile | WWW   IP Logged
Pages: 1 ... 5 6 7 8 9 


If you like eAuction, please Rate it.
If you don't like eAuction, please Rate it too.


1 is being poor and 10 is being excellent


EveryScript

ip-location


AccessControl - Members Only