Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

chinaskih

Archived
  • Posts

    4
  • Joined

  • Last visited

Posts posted by chinaskih

  1. Sorry for many posts, I answer myself, just found on other thread that adding

    CODE

    define('TABLE_COUPONS', 'coupons');

     

    in database_tables.php, will solve the database error. It worked for me!

     

    But still not showing the first order when the user is created through onepagecheckout.

    Hope someone works this out.

  2. Thank you for the info Steve I'm going to try those fixes now. Do you know if a solution has been posted for the other error?

    Currently I am not using coupons and I really don't know what it is about.

    1146 - Table 'DB567532.TABLE_COUPONS' doesn't exist

    select * from TABLE_COUPONS where coupon_code = 'NEW_SIGNUP_DISCOUNT_COUPON'

    [TEP STOP]

     

    I tried the solution for the order not being shown on accounts created with onepagecheckout.

    It still doesn't work and still I have the error code when I return from paypal. I think those two might be related and that could be

    the reason your solution doesn't work.

     

    As for the UTF, somehow oscommerce changes it automatically, after I update the product the utf code is deleted, also I tried

    html code with the same result, oscommerce deletes the code and shows the right character instead but with not code. So onepagecheckout

    still has problems when sending the info to Paypal.

  3. Hi see this thread it will also work with the latest version

    http://www.oscommerce.com/forums/index.php?sho...p;#entry1405969

     

    The third error use utf8 for special characters http://www.tony-franks.co.uk/UTF-8.htm

     

     

    Thank you for the info Steve I'm going to try those fixes now. Do you know if a solution has been posted for the other error?

    Currently I am not using coupons and I really don't know what it is about.

    1146 - Table 'DB567532.TABLE_COUPONS' doesn't exist

    select * from TABLE_COUPONS where coupon_code = 'NEW_SIGNUP_DISCOUNT_COUPON'

    [TEP STOP]

  4. I have installed the last version of onepagecheckout but I have still a few problems.

     

    - If you are not logged in and create a new user with the onepagecheckout it will not show the first order you make.

    The order will be stored under your name on admin panel, but when you enter with you user name and password your order is not listed.

     

    - I have auto return from Paypal, it works fine with normal checkout, but with onepagecheckout it shows this error:

    1146 - Table 'DB567532.TABLE_COUPONS' doesn't exist

    select * from TABLE_COUPONS where coupon_code = 'NEW_SIGNUP_DISCOUNT_COUPON'

    [TEP STOP]

     

    - The third error I found is that special characters do not show properly on paypal. I have some descriptions in spanish, with some non standard

    characters like áéíñ, you can see those characters on paypal with normal checkout, but they turn into crazy characters if I use onepagecheckout.

     

     

    Anyway I want to thank to itwebexperts, I think you are almost there, just some more polishing needed.

×
×
  • Create New...