Announcement

Collapse
No announcement yet.

OrderScript.pl

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    OrderScript.pl

    Hi ya

    Just ammended the OrderScript.pl perl module to have a maxium transaction value.

    Added in:

    if ($nTotal > 45000)
    {
    return ($::FAILURE, "For orders over £450 please contact -- sales@flash-card-store.co.uk");
    }

    This works a treat -- however the error page is basic. What I would like to do is to direct to an HTML page so I can format it correctly.

    Is this possible via modifying the FAILURE code???

    Cheers
    sigpic
    Building:- Glen Gilchrist
    Building:- Glen Gilchrist personal site

    #2
    Probably I can help if you specify the exact location of the change what you have done.

    Regards,
    Zoltan
    Actinic Software
    www.actinic.co.uk

    Comment

    Working...
    X