Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

nitrorc

Pioneers
  • Posts

    26
  • Joined

  • Last visited

About nitrorc

  • Birthday 01/01/1975

Profile Information

Recent Profile Visitors

5,776 profile views

nitrorc's Achievements

  1. Hello all. I have been banging my head against the wall for sometime now on a weird problem I have with an oscommerce 2.3.1 install. I have a shop that decided to change from a list view to a grid view product listing. I have installed the add "list or Grid Simple" to change the product listing to the grid mode. I have used this add on with a fresh install of oscommerce and I know that it works. However, this shop is pretty heavily modded and when I change the product listing to grid mode, it omits the last product from a page that has several subsequent pages and omits the last product on each page. I thought to myself that it could just be the product_listing.php file so I tried the "List or Grid Simple" add on with the products_new.php (which is unmodified) file and it does the same thing. My next step was to use a fresh product_listing.php with no luck. Somewhere I must have changed something that goofs up the math or something. My next thoughts are to revert back some of the files from an old backup. I was thinking the: template_top.php stylesheet.css (doesn't seem likely as everything fits fine) index.php I am not sure what else would affect the product listing and what is displayed. If anyone could steer me in the right direction I would greatly appreciate it. Thanks
  2. Hey Matt, I am having the same problem. I know a little on what the answer is but not the solution. The problem is with the Paypal IPN not returning the completed code back to the website. I am assuming that your status code is not updating, and your stock status is not affected when a customer pays through paypal. In the forum, the solutions is to set your access codes to the catalog/ext folder to 644. Also they said that the cURL must be installed by your server or something like that. The reason that your best seller list is not updating is because the stock status does not update and subract from your stock. The bestseller list uses the subtraction of a piece of stock to figure what sells the most. If you figure it out let me know. I have banging my head against a wall for 2 weeks with this one. Nitrorc
  3. What version are you using? I am using 2.03 with the new server fix in it from asmeyers.
  4. Hello All, I was wondering if anyone else is having a problem with the labels going from oscommerce to USPS and their site is all broken. At the bottom I get "Errors on page" (at USPS). All of the shipping information floods correctly but it doesn't let me continue from there. Any help would be appreciated. Thanks Thad
  5. Yes Jack that seemed to work. Thank you for your help. :thumbsup:
  6. Hey Jack, Thanks for all your help and support with this thread. I know that it is a redundant topic here but I have installed the newest version 1.9 and checked my allow_url_fopen = On and did all the things that carlos talked about in his step by step debugging except I don't know how to get the checksum for my site. www.nitrocountryrc.com. I still am getting Warning: file(http://www.google.com/search?client=navclient-auto&ch=6-5923663149417389559&ie=UTF-8&oe=UTF-8&features=Rank&q=info:nitrocountryrc.com) [function.file]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /home/nitrocou/public_html/admin/includes/functions/seo_assistant.php on line 111 Warning: implode() [function.implode]: Bad arguments. in /home/nitrocou/public_html/admin/includes/functions/seo_assistant.php on line 112 I am not sure what I am missing. Any help would be apprecitated Thad
  7. Has anyone ran into a problem with v5.19 going from the payment screen to the confirmation screen and getting kicked out to the login again? :huh:
  8. Has anyone ran into a problem with v5.19 going from the payment screen to the confirmation screen and getting kicked out to the login again? :huh:
  9. Has anyone ran into a problem with v5.19 going from the payment screen to the confirmation screen and getting kicked out to the login again?
  10. Figured it out! I would like to thank Will for his help on a previous thread. If anyone is wondering how to fix this problem check the file listed first in the error. Example Warning: Cannot modify header information - headers already sent by (output started at /home/nitrocou/public_html/store/includes/languages/english/modules/shipping/ups.php:27) in /home/nitrocou/public_html/store/includes/functions/general.php on line 33 I checked the file UPS.php in the shipping module and at the end of the code there were two empty lines. Get rid of those and the error went away.
  11. I have installed UPS Choice 1.8 and everything seems to work correctly until I go from my shipping information to the payment screen and I get this error Warning: Cannot modify header information - headers already sent by (output started at /home/nitrocou/public_html/store/includes/languages/english/modules/shipping/ups.php:27) in /home/nitrocou/public_html/store/includes/functions/general.php on line 33 I went to line 33 in my general page and it reads like this 21 / Redirect to another page or site 22 function tep_redirect($url) { 23 if ( (strstr($url, "\n") != false) || (strstr($url, "\r") != false) ) { 24 tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false)); 25 } 26 27 if ( (ENABLE_SSL == true) && (getenv('HTTPS') == 'on') ) { // We are loading an SSL page 28 if (substr($url, 0, strlen(HTTP_SERVER)) == HTTP_SERVER) { // NONSSL url 29 $url = HTTPS_SERVER . substr($url, strlen(HTTP_SERVER)); // Change it to SSL 30 } 31 } 32 33 header('Location: ' . $url); 34 35 tep_exit(); 36 } Can someone point me in the right direction to fixing this error? It would be greatly appreciated. Thank You
×
×
  • Create New...