Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

webtoole

Archived
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Real Name
    Matt

webtoole's Achievements

  1. Thanks. Sorry about the double post in the forum. My mistake. I was going to delete the other post, but didn't see how to. I guess admins can only delete posts once they show up. I got the payment options to show up. I removed everything, then installed each one at a time, then set to false, then set to true and it is showing up now. I am having a new problem though. After you choose your payment method and click on confirm order, I get a white page with this error. Parse error: parse error, unexpected T_STRING in /mnt/web_d/d12/s03/b0249f2a/www/ToyStore/nfoscomm/catalog/checkout_process.php on line 267 It doesn't matter weather you choose to pay w/ credit card, check or money order. PayPal is the only payment method that will take you to the PayPal screen. Thanks again for the help Tom. If you have an idea why the new Parse error is showing up, please let me know at your convenience. Have a wonderful day. This forum is one of the best I have ever been a part of. Wonderful people always willing to help and everybody is so smart about this php stuff. I am pretty good w/ html, but the php is still new to me. I have been studying everyday. Thanks. Matt Taylor
  2. Hello. I need help. I have been trying to fix this for a week. I installed 3 payment methods in my admin control panel. The methods are PayPal, Check/Money Order, and Credit Card. They are installed and configured to the best of my knowledge correctly. When you try to do a test purchase on my site, everything works until you get to the payment method page. There are not any options. Where the options should be, it says this This is currently the only payment method available to use on this order. There is nothing else. I have all 3 payment modules sort order set to 0 in the admin payment modules section. Any help would be greatly appreciated. Thank you for your time.
  3. Hello. I need help. I have been trying to fix this for a week. I installed 3 payment methods in my admin control panel. The methods are PayPal, Check/Money Order, and Credit Card. They are installed and configured to the best of my knowledge correctly. When you try to do a test purchase on my site, everything works until you get to the payment method page. There are not any options. Where the options should be, it says this This is currently the only payment method available to use on this order. There is nothing else. I have all 3 payment modules sort order set to 0 in the admin payment modules section. Any help would be greatly appreciated. Thank you for your time.
  4. Hello everyone. I am having a problem. I installed Easy Populate and it is showing up as a link in my admin page. When I click on the easy populate link to go into the configuration page, I get a error in a pop up window. The error message reads: Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /mnt/web_d/d12/s03/b0249f2a/www/ToyStore/nfoscomm/catalog/admin/easypopulate.php on line 659 I have looked at the info on line 659 and I do not know what to change it to to make this error go away. Here is my code from line 650 to line 670 $attribute_options_values = tep_db_query($attribute_options_query); $attribute_options_count = 1; //while ($attribute_options = tep_db_fetch_array($attribute_options_values)){ if (is_uploaded_file($file['tmp_name'])) { tep_copy_uploaded_file($file, DIR_FS_DOCUMENT_ROOT . $tempdir); } echo "<p class=smallText>"; echo FILENAME ': ' . $localfile . "<br>"; // get the entire file into an array $readed = file(DIR_FS_DOCUMENT_ROOT . $tempdir . $localfile); } // now we string the entire thing together in case there were carriage returns in the data $newreaded = ""; foreach ($readed as $read){ $newreaded .= $read; } I created a folder in my catalog directory called temp "catalog\temp Any help would be greatly appreciated. Thank you for your time and have a great day!
×
×
  • Create New...