Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

puckett_jw

Archived
  • Posts

    73
  • Joined

  • Last visited

Posts posted by puckett_jw

  1. I have searched but I do not see a thread for the contribution--I am sorry if I missed it. Anyhow, I have installed the Google Sitemap contribution (http://www.oscommerce.com/community/contributions,3226/category,all/search,sitemap), and it runs perfectly. The problem is that I want to use a cron job to run the google_sitemap.php script every night, which I would like to do by exictuing

     

    /usr/bin/php /html/root/path/google_sitemap.php | /bin/gzip > /html/root/path/sitemap.gz

    This causes application_top to get included, which triggers the session, so I get...

     

    Content-type: text/html
    X-Powered-By: PHP/4.3.2
    Set-Cookie: osCsid=7af8dd2b6e8b13c43522952465b06a34; path=/; domain=www.rangerjoes.com
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache

    Added to the top of the file.

     

    I have tried the -q switch, but that gives...

     

    <br />
    <b>Warning</b>:  session_start(): Cannot send session cookie - headers already sent in <b>/html/root/path/includes/functions/sessions.php</b> on line <b>67</b><br />
    <br />
    <b>Warning</b>:  session_start(): Cannot send session cache limiter - headers already sent in <b>/var/www/html/includes/
    functions/sessions.php</b> on line <b>67</b><br />

    Does anyone have a suggestion?

  2. Rate based on weight.

     

    We are considering using the weight fiield to base shipping on, but mirror the cost value into the weight field, except for a few items that we want to ship for free (I posted about this a while back). Anyhow, in doing some testing, there is a rounding issue that is driving us nuts. We have set the package weight to 0 & the maximum package weight through the roof, but it system (OSC or MZMT?) is rounding the wieght to the nearest whole number, which puts some orders in the wrong shipping bracket. Anyone have any suggestions?

  3. Orders getting posted under wrong customer.

     

    I have a site that is supporting about 16.6 million hits & 2.4 million page views per month, so at times the server was getting a little taxed. Anyhow, we installed Page_Cache 1.3 in dec of 2004. Everything was working great. On Jan 15 of 2005, we upgraded to 1.4, and everything seemed OK, but we have found 3 orders got placed under the wrong customer. The shipping address & billing address are the correct customer, but the customer is a different customer. We have not made *ANY* other changes to the system since the upgrade other than adding an additional processor & another gig of ram.

    Has anybody else noticed the problem?

    Anybody know of any thing to try?

     

    We are really under the gun, because the site takes several 100 orders per day, so we cannot let this go on.

     

     

    Thanks!

  4. ...Also by default osCommerce sets a default package tare weight of 3 lbs... meaning that 3lbs is added to the weight of every order on top of what you have set in your tables for this module.

     

    To set the tare weight to $0 you need to go to

    Configuration> Shipping/Packaging > Package Tare Weight

    in the admin...

    I have the Tare Wieght set to 0, but I have a question about Configuration> Shipping/Packaging > Enter the Maximum Package Weight you will ship, which is 50 by default. How will this value affect the shipping cost? If I set it to 0 will that negate the value? Should I just set it really really high?

  5. Why not have the shipping table method be based on weight, and saying 0 weight has 0 shipping, and then the rest of your table??  That would exclude any products with zero weight from the shipping calculation (they'd have free shipping).

     

    I think that is what I asking? You are saying to use wieght to calculate shipping, and put the price in the weight field, but 0 in the weight for free shipping products correct?

  6. I am having problems moving from MRMT to MZMT. This is the steps that I took:

     

    * Removed the MRMT module from the shipping modules in admin

    * Deleted the two mrmt.php files

    * Installed per the instructions

     

    Now customers cannot login. Items can be added to the cart, but when we check out, the login form takes us back to the login screen. Anyone have any ideas?

     

    -jimmy

×
×
  • Create New...