Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mltgroup

Archived
  • Posts

    60
  • Joined

  • Last visited

Everything posted by mltgroup

  1. Hi, When I upload the auto installer script and point my browser to the directory it just shows a blank white page. What am I doing wrong?
  2. This looks great! Can someone re-post the txt file? It currently goes to a forum error page. Thanks!
  3. Thank you Skittles! I hope to try this, but can't seem to download the txt file. It goes to a forum "error" page. Maybe I am not clicking in the right spot? appreciate the help :)
  4. Hi, I was wondering if anyone has gotten this contrib to work with Header Tag Controller? I looked at the pages with lots of changes, and it is beyond WinMerge. Can anyone offer files for download with SEO URLs and HTC installed? e.g. a page like admin/categories.php is a bit overwhelming. Thanks for any tips. (PM me if possible)
  5. I installed Header Tag Controller, then STS. Now I am wondering how to get this? "STS will auto-detect if Header Tag Controller is installed and use it if available." Currently, HTC does not seem to be working after install of STS. Wondering how to enable?
  6. oh well, i just commented out line 14 and it works! :)
  7. Thanks KGT, I appreciate the help. I fixed that file, but now getting this error: Warning: main(/home/httpd/vhosts/pathtodomain/httpdocs/productsincludes/classes/discount_coupon.php): failed to open stream: No such file or directory in /home/httpd/vhosts/pathtodomain/httpdocs/products/includes/modules/order_total/ot_discount_coupon.php on line 14 Fatal error: main(): Failed opening required '/home/httpd/vhosts/pathtodomain/httpdocs/productsincludes/classes/discount_coupon.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/pathtodomain/httpdocs/products/includes/modules/order_total/ot_discount_coupon.php on line 14 I checked it out, and all the files are uploaded though. Line 14 is: require_once( DIR_FS_CATALOG.DIR_WS_CLASSES.'discount_coupon.php' ); But that file is there too. Is there supposed to be no / (slash) between the "products" and "includes" dir in those errors above?
  8. Hi KGT, I added the code you mentioned and am getting this error: Fatal error: Call to a member function on a non-object in /home/httpd/vhosts/pathtodomain/httpdocs/products/checkout_confirmation.php on line 58 Here is part of what is on that page, not sure what to do now though. (i numbered the lines) 46 //kgt - discount coupons 47 if (!tep_session_is_registered('coupon')) tep_session_register('coupon'); 48 if (tep_not_null($HTTP_POST_VARS['coupon'])) { 49 //this needs to be set before the order object is created, but we must process it after 50 $coupon = tep_db_prepare_input($HTTP_POST_VARS['coupon']); 51 } 52 //end kgt - discount coupons 53 54 55 require(DIR_WS_CLASSES . 'order.php'); 56 $order = new order; 57 58 $payment_modules->update_status();
  9. Hi, I've installed the contrib, but when I get to checkout_payment.php and click "Continue", the next page is blank. It's blank whether I enter a coupon or not. Also, I removed all coupons, and didn't enter one, still blank. The only way to fix my e-com is by disabling the module in the admin. Any suggestions? Thanks, Mike
  10. Hi, I've installed the contrib, but when I get to checkout_payment.php and click "Continue", the next page is blank. It's blank whether I enter a coupon or not. Also, I removed all coupons, and didn't enter one, still blank. The only way to fix my e-com is by disabling the module in the admin. Any suggestions? Thanks, Mike
  11. i see it in mine as well CURL support enabled CURL Information libcurl 7.9.8 (OpenSSL 0.9.7a) (ipv6 enabled)
  12. I also just tried a fresh install of OSC on my server, then installed the WPP module. Still no dice.
  13. Wraith622, I am having this same problem!! So very frustrating. I'm even working with someone at PayPal and he can't figure it out yet. please post back if u solve this, as will I.
  14. Thank you for the reply SteveDallas. I uploaded my cert and have pointed to it correctly. Does the cert file need any special permissions? Also, is it strange that express checkout works, but direct checkout brings up the white page? Thanks again for your help
  15. Hi, Anyone know if the cert actually has to "installed"? I can't get Direct Payment to work, just a white page shows up. I've checked rechecked everything to no avail. Also, when I turn the module's debug mode ON, where does the debug info go?? Thanks for any help,
  16. Hi, I have the infamous blank page after checkout problem. Express Pay works fine, users are directed to the PayPal website. However, Direct Pay, where users stay on the site, are given a blank white page at the end of checkout and clicking "Confirm Order". No CC charged, no order in OSC, nothing in PayPal. I doubled checked the API username, password. Re-downloaded the cert and uploaded. Still the same problem. I have the path to pear set as this: /home/httpd/vhosts/thenameofthewebsite.com/httpdocs/products/pear/ I am just stumped as to what to try next? I did not install pear, but my tech thinks it's installed correctly and timeout is at 300. Anybody have ideas about what the problem might be? Thanks for your time.
  17. Hi, I have the infamous blank page after checkout problem. Express Pay works fine, users are directed to the PayPal website. However, Direct Pay, where users stay on the site, are given a blank white page at the end of checkout and clicking "Confirm Order". No CC charged, no order in OSC, nothing in PayPal. I doubled checked the API username, password. Re-downloaded the cert and uploaded. Still the same problem. I have the path to pear set as this: /home/httpd/vhosts/thenameofthewebsite.com/httpdocs/products/pear/ I am just stumped as to what to try next? I did not install pear, but my tech thinks it's installed correctly and timeout is at 300. Anybody have ideas about what the problem might be? Thanks for your time.
  18. Hi, I was wondering if anyone has experienced clicking on the EC Logo, and then it tries to go to ec_process.php but it is just a plain white page? Nothing there. It worked before I installed SSL, and everything else works. Only when tring EC, it goes to blank page. Thanks for any insight, I appreciate the contribution! ~Mike
  19. Thank you Dynamoeffects, for pointing me in the right direction. Does that mean I need to replace my cc_validation.php file with one from a fresh download of OSC? (I am currently using a heavily modified CRE version) I also do not have SSL installed yet, but will soon. Thanks for you help!! :)
  20. Hi, What does it mean when this error shows up every time I try to enter CC info? "The credit card information you entered contains an error. Please check it and try again."
  21. Hi, Thank you for this contribution. I would be lost without it. I have an error I was wondering if anyone had insight on. When I get to the Direct Pay page of checkout_payment.php, i enter fake CC info for testing, but then this error displays on the next page, checkout_confirmation.php ______________ Warning: Missing argument 4 for validate() in /pathtoosc/includes/classes/cc_validation.php on line 21 Warning: Missing argument 5 for validate() in /pathtoosc/includes/classes/cc_validation.php on line 21 Warning: Cannot modify header information - headers already sent by (output started at /pathtoosc/includes/classes/cc_validation.php:21) in /pathtoosc/includes/functions/general.php on line 29 ______________ Then when I click the Back button, this error displays: "The credit card information you entered contains an error. Please check it and try again." Am I entering the wrong "Test" CC info? Or another problem occuring? Thanks for any insight or help, Mike
  22. Hi, I was wondering if it is possible with this Contrib to also show only certain products to the Wholesalers that the retail customers can not see? Not just price differences? Thanks for the contrib!
  23. Hi, I was wondering if it is possible with this Contrib to also show only certain products to the Wholesalers that the retail customers can not see? Thanks for the contrib!
  24. Hi, I installed this contribution for English on my OSC store. But now when I click on other languages I get this error: I'm making a store that will have LOTS of different languages. But I only need the dynamic Meta Tags in English if it can't be translated to 15 languages I'm adding. So my question is, is it possible to keep the Dynamic Meta Tags installed in English and still had other languanges without them breaking? Example: http://www.brokerbinwebservices.com/oscdemo/index.php Thanks again for your help.
×
×
  • Create New...