###BID_IMG:left### You can bid on following product from ###BID_START:m/d/y### until '; $content['bid']['text'] .= '###BID_END:m/d/y###. Please notice: this is no auction. We want to know how much '; $content['bid']['text'] .= 'you would pay for the product. The current bid is: ###BID_CURRENT### EUR (bid '; $content['bid']['text'] .= 'starts at ###START_BID### EUR). You can bid by sending your price and email '; $content['bid']['text'] .= 'address. Then we will send an email to the given address where you have to '; $content['bid']['text'] .= 'verify your bid. Only if your bid is verified successfully it will be taken.

'; $content['bid']['text'] .= '

###BID_FORM###

'; } if(!$content['bid']['form']) { $content['bid']['form'] = 'error: check fields!
email: '; $content['bid']['form'] .= '  bid:'; $content['bid']['form'] .= '  '; $content['bid']['form'] .= ''; } if(!$content["bid"]["emailmsg"]) { $content["bid"]["emailmsg"] = 'This is an automaticly send verification email.'; $content["bid"]["emailmsg"] .= "\n\n\n"; $content["bid"]["emailmsg"] .= "Hi,\n\n"; $content["bid"]["emailmsg"] .= "you have send a new bid from our website:\n###BID_URL###\n\n"; $content["bid"]["emailmsg"] .= "The amount of your bid is: ###BID### EUR\n\n"; $content["bid"]["emailmsg"] .= "Your bid is taken only after you have verified by clicking\n###VERIFY_LINK###\n\n"; $content["bid"]["emailmsg"] .= "If you do not want to bid please do nothing or delete the bid\n###DELETE_LINK###\n\n"; $content["bid"]["emailmsg"] .= "Period: ###BID_START:m/d/y### - ###BID_END:m/d/y###\n"; $content["bid"]["emailmsg"] .= "Start bid was: ###START_BID### EUR\n\nRegards\n"; } if(!$content["bid"]["sent"]) $content["bid"]["sent"] = 'Your bid was sent. You will receive a verification email.'; if(!$content["bid"]["verified"]) $content["bid"]["verified"] = 'You have been verified successfully.'; if(!$content["bid"]["notverified"]) $content["bid"]["notverified"] = 'Your bid was deleted.'; ?>