Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

chriswest

Pioneers
  • Posts

    12
  • Joined

  • Last visited

Everything posted by chriswest

  1. Greetings I just installed this but I have a problem. I dont have anything under my catalog list, no options relating to this contribution. Could someone let me know what I did wrong. I have been through the instructions several times. Thanks.
  2. Everything my mastercards, and amexs work. Tried three visa and all give errors. Does anyone have a clue why this could be or where I should look for fix? I was able to put through a visa on the VM site so this is something with the contribution. I was installed by two different developers on 4 different sites, all have same issues.
  3. You probably already fixed this but for others go to the oscommerce download page for fedex labels. there is a fix there for canadian shippers.
  4. Bump also of note is that amex works, visa doesnt, havent tried mastercard
  5. I just setup this up. Trying to work through the bugs, I did a search on the forum but couldnt find this. (below) how do I fix that? Error Message(s): 4006. CVV2 Not Requested With Data. The CVV2 indicator was not identified in the authorization request. Address Verification Response: CVV2 Verification Response:
  6. <_< Quick Question: Each time I print a label, I get two labels from my printer, one blank, one with the correct fedex information on it. Anyone have a fix for this? Otherwise everything is great. Thanks
  7. When I was trying to do the quick update, I had the same issue. Searched for an answer, couldnt find it. Do a full install. (follow the first 6 steps in the instructions then try again. worked for me.
  8. ok so I eventually had issues with paypal. Subject line of orders with paypal read "EMAIL_TEXT_SUBJECT" So i just went into catalog/includes/languages/english/checkout_process.php and changed //define('EMAIL_TEXT_SUBJECT', 'Order Process'); to define('EMAIL_TEXT_SUBJECT', 'Order Process'); (took out comments) not sure if there is any bad side effect of this but dont see any yet and my subject line is back for paypal orders and still showing up for credit card orders.
  9. First. Thanks Scott, this is an awesome contribution!! Directions are very clear and detailed. I took my time and worked though this not missing any steps. Didnt work on the first try for me but worked on the second try. The first time around I had an extra } in admin orders } } ######## Points/Rewards Module V2.00 EOF ################## } <-------------TAKE THIS OUT THIS IS CAUSING YOUR ISSUE tep_db_query("insert into " . TABLE_ORDERS_STATUS_HISTORY . " (orders_id, orders_status_id, date_added, customer_notified, comments) values ('" . (int)$oID . "', '" . tep_db_input($status) . "', now(), '" . tep_db_input($customer_notified) . "', '" . tep_db_input($comments) . "')"); $order_updated = true; } //Package Tracking Plus BEGIN Anyways just wanted to say that to help other people looking for a solution to Parse error: syntax error, unexpected T_CASE in orders.php Also Works fine with paypal orders, (I didnt do any of the paypal module stuff) just followed the main basic instructions Also google checkout is a NON issue since the orders are not sent back to my website. (I have to view them on the google checkout website) Thanks again Scott.
  10. Thanks Bobby. We appreciate your help and contributions. Your guidance helped me solve my problem right away, first time. :thumbsup:
×
×
  • Create New...