News:

Support the VirtueMart project and become a member

Main Menu

Mail for download

Started by patrik60, May 03, 2008, 11:47:11 AM

Previous topic - Next topic

patrik60

I have made some minor changes in ps_order.php on line 252:

while($dbw->next_record()) {
$message .= $dbw->f("file_name").": ".$dbw->f("download_id")
. "\n$url&download_id=".$dbw->f("download_id")."\n\n";
}


change into

while($dbw->next_record()) {
  $message .= $dbw->f("file_name").":\n\n";
  $message .= $dbw->f("download_id")
  . "\n\n$url&download_id=".$dbw->f("download_id")."\n\n";
}


This way customers know exactly what to fill into the field in the download area, because this way product name and download-ID have now two separate lines. May be this could been added also in a future version of VM.
Patrik

PINC

I just wanted to thank you for this.
;)
I use Joomla 1.5.5 and VM 1.1.2