Announcement

Collapse
No announcement yet.

pos bug in checkout

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

    pos bug in checkout

    Just did a test order with 230 seperate order lines.

    No problems at all until I went to the last stage and selected a payment method

    no matter what payment method I selected I kept getting this error

    Error 500: Internal Server Error

    The server encountered an unexpected condition which prevented it from fulfilling the request.

    Tried it with a small cart and it worked fine.

    Is there a limit to the number of items that can be placed in the shopping cart ?
    David Mawson
    Phoenix Trading

    http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

    #2
    Is this v8.0.1 or v8.0.0??

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      version 8.0.1
      David Mawson
      Phoenix Trading

      http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

      Comment


        #4
        There are no restrictions on the number of lines an order can hold, that I'm aware of other than system resources.

        Try the test with the following script change:-

        Edit OrderScript.pl
        Near the top of the file you should see...

        #?use CGI::Carp qw(fatalsToBrowser);

        Remove the #? so it reads...

        use CGI::Carp qw(fatalsToBrowser);

        Upload and test.
        There should be a more detailed error report when the script fails which will help to determine what is the restriction.

        Kind regards,
        Bruce King
        SellerDeck

        Comment

        Working...
        X