I made to stop the send sequence from eShop to Paypal before the paypal screen appear in order to debug the problem, and with-in a split of a second before the new screen loads, there is a quick error code on the bottom of the screen.
The error in the screen is:
WordPress database error Field ‘thememo’ doesn’t have a default value for query INSERT INTO wp_eshop_orders (checkid, first_name, last_name,company,email,phone, address1, address2, city, state, zip, country, reference, ship_name,ship_company,ship_phone, ship_address, ship_city, ship_postcode, ship_state, ship_country, custom_field,transid,edited,comments,paidvia)VALUES( ‘6e-what-ever-b8’, ‘Fname’, ‘Lname’, ”, ‘[email protected]’, ‘Zipcode’, ‘address’, ”, ‘town’, ’11’, ‘Zip’, ‘US’, ”, ‘name’, ”, ‘phone’, ‘address’, ‘city’, ‘zip’, ’11’, ‘US’, ’20–what-ever-this-number-is–05′, ‘Processing…’, NOW(), ”, ‘paypal’ ); made by require, require_once, include, the_content, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, eshop_show_checkout, eshop_checkout, include, orderhandle WordPress database error Field ‘optsets’ doesn’t have a default value for query INSERT INTO wp_eshop_order_items (checkid, item_id,item_qty,item_amt)values( ’33-what-ever-5e’, ‘postage’, ‘1’, ‘7.99’); made by require, require_once, include, the_content, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, eshop_show_checkout, eshop_checkout, include, orderhandle
I checked all fields one by one to have the same information but all the time this error shows on the bottom of the screen.
I also open the database with PHPmyAdmin and I looked in the wp_eshop_orders and under Default all fields are blank.
*PS.
For quality purposes all personal information have been modified.