Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

teknonweb

Archived
  • Posts

    56
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ola

teknonweb's Achievements

  1. I have had this happen when I tried to keep a copy of the paypal file in the same directory as the new paypal file. I have had to move the orginal file to another directory. I created a directory called paymentbackup and moved the old file there. However your problem looks like you have a repeat of the function in your file. One of the functions need to be commented out.
  2. I am having a problem. The site is http://divinedivasgr.com. The titles are not pulling in the category names. Also, I cannot see in admin where I can make changes. I installed everything in the package. What am I doing wrong.
  3. Thanks for helping. You really helped me to to process what might be right or wrong. Through your questions, I changed the line. I move it up above the gv line -- see below: This worked. :thumbsup:
  4. No the site that I am loading this on is a sandbox site. We use it to test contributions before taking them live. This line was added from instructions in the RMA contribution readme. It was step 4 and it said: When I take the line out, the error goes away. I looked in the boxes dir and the returns.php file is there Could it be possible that there is something wrong with the returns.php file or should I move the line somewhere else in the file?
  5. Yes. Here it is: <?php /* $Id: column_left.php,v 1.15 2002/01/11 05:03:25 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ require(DIR_WS_BOXES . 'configuration.php'); require(DIR_WS_BOXES . 'catalog.php'); require(DIR_WS_BOXES . 'modules.php'); require(DIR_WS_BOXES . 'customers.php'); require(DIR_WS_BOXES . 'taxes.php'); require(DIR_WS_BOXES . 'localization.php'); require(DIR_WS_BOXES . 'reports.php'); require(DIR_WS_BOXES . 'tools.php'); require(DIR_WS_BOXES . 'gv_admin.php');? // ICW CREDIT CLASS Gift Voucher Addittion require(DIR_WS_BOXES . 'returns.php'); // Returns module Addition 112105 ?> Thank you for your help.
  6. Thank you. You were right. I changed it, but I still get the error. It now looks like this: require(DIR_WS_BOXES . 'configuration.php'); require(DIR_WS_BOXES . 'catalog.php'); require(DIR_WS_BOXES . 'modules.php'); require(DIR_WS_BOXES . 'customers.php'); require(DIR_WS_BOXES . 'taxes.php'); require(DIR_WS_BOXES . 'localization.php'); require(DIR_WS_BOXES . 'reports.php'); require(DIR_WS_BOXES . 'tools.php'); require(DIR_WS_BOXES . 'gv_admin.php');? // ICW CREDIT CLASS Gift Voucher Addittion require(DIR_WS_BOXES . 'returns.php'); // Returns module Addition 112105 ?> I still get the parse error. Any other ideas?
  7. When I click on customer in Admin I get: I do not know what this means. No semicolons or quotes are missing. Here is how the file looks: require(DIR_WS_BOXES . 'configuration.php'); require(DIR_WS_BOXES . 'catalog.php'); require(DIR_WS_BOXES . 'modules.php'); require(DIR_WS_BOXES . 'customers.php'); require(DIR_WS_BOXES . 'taxes.php'); require(DIR_WS_BOXES . 'localization.php'); require(DIR_WS_BOXES . 'reports.php'); require(DIR_WS_BOXES . 'tools.php'); require(DIR_WS_BOXES . 'gv_admin.php');? // ICW CREDIT CLASS Gift Voucher Addittion require(DIR_WS-BOXES . 'returns.php'); // Returns module Addition 112105 ?> The problem is from the last line. I have looked and the file is in the boxes directory. Also, I have taken off the commented Returns Module Addition line--but still I have a problem. Please help.
  8. Please help. The auto return is on, but we still do not get the cart details in paypal.
  9. I am having a problem with Paypal sending the cart details. The order detail in in admin under orders and in the order processing email. However the detail do not show up in Paypal. All that shows up is the amount and the name of the person that ordered. Can you tell me why and how to fix it?
  10. We have a customer who bought merchandise using Paypal. She is from France. We received the order process email and the paypal payment updated to processing in the Admin Orders area. However, the payment does not show up in Paypal. Has anyone else had this problem? What is the solution. MORE INFORMATION: I am the webmaster for the site. I have not seen what it looks like in paypal. The site owner sent me an email stating that she received the order process email, but there is no payment in paypal.
  11. Here is another solution that I found in my searches. I am sorry, I was so excited to find it and share, I forgot to get the name of the contributor. However, this genus person posted it and I think it is a lot easier fix than what I can send you:
  12. I found the answer. Thanks to Linuxonline. If anyone else needs the answer email me at [email protected].
  13. Thank you, thank you , thank you. I have been searching and searching. You are the only one with an answer. You are my hero. It worked beautifully. I will go back later and format it. I pulls in the SKU keys. But for now. It is fine.
  14. I have a customer whose store just went live. Everything is going fine except the order process email does not show the attributes of the order. I have searched and searched. The only post I found on this does not open. When I receive the Order Process email, the Product shows but the Attributes of the product do not show, such as color and size. It does show in the oder area of admin. However, my customer wants to see all of the order information when she receives the same copy of the Order Process I have looked at the Checkout process php file and I see where the products area is plugged in, however, I do not know why it does not show the attributes. Can anyone help?
  15. OK people. I found the answer. It seems that I activated the CC module. By activating this, I received a credit card payment that is not related to paypal. Therefore, it did not go to paypal. So, if anyone else has this problem, here is the million and oneth answer. Thanks anyway. :D :rolleyes:
×
×
  • Create New...