Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SteveDB

Archived
  • Posts

    22
  • Joined

  • Last visited

About SteveDB

  • Birthday 11/18/1954

Profile Information

SteveDB's Achievements

  1. What url should be set in paypal so that your site does something with that information? i.e. www.mysite.com/catalog/? I just wonder if like me a lot of people are not getting there orders up dated because they don't know where to send the IPN information.
  2. Made a request few days ago for help with a setup problem and have not seen a reply. Throught I might start to beg but if I get out of the wheelchair I wont be able to see a reply. The problem is when I do one of the mods in catalog/admin/orders.php (line 173) It has an bad effect on Customer orders. to see full details I put a link to my first post. http://www.oscommerce.com/forums/index.php?sho...ndpost&p=536453 If someone who understands these things could get back to me it would be a help. Thank you :D
  3. I posted early this morning about a problem with catalog/admin/orders.php (line 173) not seen a reply yet but just wonder if that has anything to do with this problem. I only installed last night and I have already had some orders with live payments so getting the money is not the problem. There are somethings I do not understand (well must of them really) about what is surposed to happen. Is there something that should be set up at paypl to allow them to let you know that an order has been paid for? If so what and how? Step by step guide please as I know nothing. Should I be geting E-mails from my shop that tells me that an order has been placed? My customers get e-mails confirming there order but I so far have had nothing! Finaly my other post about catalog/admin/orders.php (line 173) on page 66 of this topic. Can someone who knows, I sure don't, help out here and maybe let me know what i have done wrong. Its the only part of the mod that I have found that makes something else not work. I am sure it will be something the these with some knowledge can pick out in a second. Please. (I would say Pretty Please but i cna't spell it! :D )
  4. HI I have just finish installing the IPN for paypal and found its great. It was also good to find the fix to the problem of No amount being uploaded to Paypal. I do however have a problem with my Catalog/admin/orders.php. I put all the mods in by pasting them from the check sheet. to remove the unwanted code I just marked it out using // at the start of the line so i did not delete anything. All the mods worked in this file except one. Its the mod on line 173. shown below. catalog/admin/orders.php (line 173) Find: <td><table border="0" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b><?php echo ENTRY_PAYMENT_METHOD; ?></b></td> <td class="main"><?php echo $order->info['payment_method']; ?></td> </tr> <?php Replace with: <?php //begin PayPal_Shopping_Cart_IPN if (strtolower($order->info['payment_method']) == 'paypal') { include(DIR_FS_CATALOG_MODULES . 'payment/paypal/admin/TransactionSummaryLogs.inc.php'); } else { ?> <td><table border="0" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b><?php echo ENTRY_PAYMENT_METHOD; ?></b></td> <td class="main"><?php echo $order->info['payment_method']; ?></td> </tr> <?php }//else not paypal //end PayPal_Shopping_Cart_IPN This is how it apears in my file //<td><table border="0" cellspacing="0" cellpadding="2"> //<tr> //<td class="main"><b><?php echo ENTRY_PAYMENT_METHOD; ?></b></td> //<td class="main"><?php echo $order->info['payment_method']; ?></td> //</tr> //<?php <?php begin PayPal_Shopping_Cart_IPN if (strtolower($order->info['payment_method']) == 'paypal') { include(DIR_FS_CATALOG_MODULES . 'payment/paypal/admin/TransactionSummaryLogs.inc.php'); } else { ?> <td><table border="0" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b><?php echo ENTRY_PAYMENT_METHOD; ?></b></td> <td class="main"><?php echo $order->info['payment_method']; ?></td> </tr> <?php }//else not paypal //end PayPal_Shopping_Cart_IPN When I try to look at orders in the Admin>Customers>orders I just get a blank page. Can one of you wizzards help with this. Is it something I have done or not done. or have I copied it wrong. Without the new code and keeping the old code everything seems to be working fine. I do have another question not directly related but you are bond to know the answer. Should I be getting e-mails every time a customer places an order? I not at this time! Thanks for your help
  5. I have tried to make payments to both accounts I have at Paypal but the amount box remains at 0. This was happinging before I Upgraded to IPN so its got to be something someware else. It's the last thing I have to do then I can get the shop open. I have trawled my way through 57 pages produced by the search and have found a lot of people having the same problem but no Answeres. Can anyone out there help? I am on a windows 2003 server and had some problem with register globel settings but all seems well now and things have moved along a pace. Everything else is working perfectly now except this. I made all the required chages for the IPN and am surpiresed that every thing barr the problem that I upgraded for is working.
×
×
  • Create New...