Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bobg7

Archived
  • Posts

    1,050
  • Joined

  • Last visited

Everything posted by bobg7

  1. In Admin > Modules > Payment > Check/Money Order is the "Set Order Status" set to "default"? Default should set it to a "Pending" status and not allow for a download till you set it to "Processing" after the check/money order clears your bank.
  2. I would suggest you only use the PayPal IPN and turn off the other PayPal. One it will confuse the customers and two the PayPal IPN will store the sales where the other PayPal won't.
  3. There is a contribution for collecting the CVV2 number, also look for the contribution(s) to remove the CC and CVV2 data from the database once there processed.
  4. Your PayPal account may not be setup to accept payments from non PayPal members so they can't make the payment. This can be checkek and changed via you PayPal account.
  5. You need PayPal or a merchant account. PayPal collects the funds minus a small processing fee, you never see the credit card info. Then you need to transfer the funds from PayPal to your bank account or get a PayPal Debit Card and get your funds out of an ATM. If using PayPal, install the PayPal IPN contribution, this will prevent the issues with the stock install. A merchant account works almost the same way as far as the collection of funds is done but each one has a different way of transfering your funds to your bank account, some are daily, weekly, bi-weekly and monthly.
  6. You have asked this question several times before and since your using a FREE HOSTING service without email support you have only one or two option as mentioned in one or more of the other posts you placed on this issue. 1) Pay to upgrade the account to have email 2) Find a FREE HOSTING service that also has email support
  7. You don't need to delete the order, just install the contributions to remove the cc and cvv numbers and you should be ok.
  8. There are 2 contributions, one to remove the credit card info and one the CVV number, install them both, once the card is processed then remove the CC and CVV info from the database. There will be 2 buttons to do that on the order page. On a side note make sure you have strong passwords for the admin page and the database, also don't store the order emails on the server, store them on your PC. If your host has weak security on there email servers a hacker can get the first/last 4 of the CC and the CVV numbers from the email, then use a generator to find the rest of the numbers.
  9. If this is the only time it's happened and has been working without error before than I would say it was an isolated error. I would suspect the customer clicked the Confirm button, nothing happend (connecting to the gateway) and clicked it again thus creating a duplicate payment. If you have a way to check the transactions on the gateway server see if they are date/time stamped and I would suspect you see two instances going through with seconds of each other.
  10. Seems like this user likes to send spam messages.

  11. After installing and verifying it's working correctly, look for a contribution to remove the cvv2 and credit card info from the database so you won't be storing the info once the credit card is processed. This should keep you in compliance.
  12. I could also be there using a cloned PayPal Payment email where they create an html email to look exactly like a real PayPal email.
  13. bobg7

    Transfirst???

    There is a mod built for ZenCart that with some tweaking by someone with better skills than me could make it work. TransFirst ZenCart Mod
  14. This issue has been hashed over several times, you need to install one of the PayPal IPN contributions. Once installed the info will be stored in the database before checkout so if the customer dosent click to return to the merchant the order is still in the system, you'll get an payment email from PayPal but the Order Confirmation won't go out since the customer didn't go to the Checkout Success page. Match the customer name from the PayPal payment email to the Orders and you have the order.
  15. I have installed the Batch Print Center and it seems to be working very well, however I would also like to be able to print the TIME the order was placed. I will be using the Integrated Packing template and I see the code for order date: // order date if ($HTTP_POST_VARS['show_order_date']) { $pdf->ezSetY($dup_y); $pdf->ezText("<b>" . TEXT_ORDER_DATE . " </b>" . date(TEXT_ORDER_FORMAT, strtotime($order->info['date_purchased'])) ."\n\n",SUB_HEADING_FONT_SIZE,array('justification'=>'right')); } $y -= 10; In the database table orders > date_purchased the format is YYYY-MM-DD HH:MM:SS but it only prints the date but not the time. So how can I get it to display the time with the date? Thanks in advance, Bob G
  16. With a PayPal Business Account, you can signup and use there Virtual Terminal system. Then enable the Credit Card Module and add the CVV contribution. This way when a customer makes an order, you just login to your Virtual Terminal, enter there info and it will accept or decline the payment. You will also need to setup 2 additional Statuses via Admin > Localization > Order Status, one CC Accepted and one CC Declined. The payment will show on there credit card bill with your name and not PayPals. Unless your sitting and waiting for orders, there may be a delay between the time an order is placed and the time you process it with the Virtual Terminal but thats the price of not having a merchant account.
  17. I resolved the issue by removing this line: And suprisingly it all seems to be working ok.
  18. I have V3 installed and worked through most of the bugs so far, one I'm really having an issue with is when I delete an order I check the Restock and the Refund boxes and get the following error: Here is the lines from 127 to 134: // Account Balance Modif case 'deleteconfirm': $oID = tep_db_prepare_input($HTTP_GET_VARS['oID']); tep_remove_order($oID, $HTTP_POST_VARS['restock']); tep_add_customer_balance($oID, $HTTP_POST_VARS['account_balance'], $cID); tep_redirect(tep_href_link(FILENAME_ORDERS, tep_get_all_get_params(array('oID', 'action')))); break; // End Account Balance Modif For the life of me I can't figure out what's wrong. Any thoughts? Thanks
  19. Well, I finally broke down and installed the 'osCommmerce_PayPal_IPN_v1.2' contribution and it's working like a charm so I'm guessing there is a fault in the 'Paypal Shopping Cart IPN 3.1.5' contribution that needs to be addressed.
  20. Well, I finally broke down and installed the 'osCommmerce_PayPal_IPN_v1.2' contribution and it's working like a charm si I'm guessing there is a fault in the 'Paypal Shopping Cart IPN 3.1.5' contribution that needs to be addressed.
  21. I saw this message in another post, I hope it fixes it.
  22. I saw this message in another post, I hope it fixes it.
  23. Well, my little test didn't work :(
×
×
  • Create New...