close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Confirm page error message

Thread began 2/01/2010 9:32 am by gbc393526 | Last modified 2/04/2010 10:10 am by gbc393526 | 1614 views | 4 replies |

gbc393526

Confirm page error message

My new Confirm page only displays the following message:

"Field 'OrderUserID' doesn't have a default value"

This is my first eCart and I have had success up to this point testing my first checkout!

Can you help please?

Thank you and regards,

Glenn.

Sign in to reply to this post

Jason ByrnesWebAssist

This error means that the OrderUserID column in the database was created to not allow NULL Values, and the store order summary behavior is not set to store a value in this column.

You will need to modify the database to allow nulls in the OrderUserID column. your hosting provider should have a tool such as PHPMyAdmin that you can use to administer your database and make changes to the table structure.

Sign in to reply to this post

gbc393526

Thank you!

Jason

Thank you that worked just fine as did the same solution when I got a similar response from DetailSKU.

I have now successfully conducted a sale right through to paying through PayPal - one problem!! I have set up eCart to work in sterling but the transaction went to PayPal as an amount in USD. The amount was £2.30 but got processed as $2.30. Is this a PayPal problem or do you think I have done something screwy in my eCart set up?

Thanking you in advance for you help and support.

Best regards,

Glenn.

Sign in to reply to this post

Jason ByrnesWebAssist

If you are using paypal; Payments Standard, look for the following code:

php:
$PP_DirectPayment_required[0][$nextIndex] = "Currency";

$PP_DirectPayment_required[1][$nextIndex] = "USD";




and change it to:

php:
$PP_DirectPayment_required[0][$nextIndex] = "Currency";

$PP_DirectPayment_required[1][$nextIndex] = "GBP";
Sign in to reply to this post

gbc393526

Thank you

Jason

Once again thank you.

Best regards,

Glenn.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...