Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

eplossl

Archived
  • Posts

    10
  • Joined

  • Last visited

Everything posted by eplossl

  1. Also, make sure that you have the sort order for UPS showing as >0. if the sort order is 0, it won't show up properly. I had that same problem and have resolved it by making sure that the sort order is always >0 for the options I want to have showing.
  2. eplossl

    USPS Error

    When I first enabled the USPS module on my store I found that I had the same problem. What you have to do is contact USPS directly on the phone and have them move your account onto the production server. I don't recall the number you have to call, but that's what it takes.
  3. Additionally, I am going to strongly recommend against using the default UPS shipping module, as it is using the deprecated UPS cgi gateway. The problem that I have run into with that is that it does not properly generate the cost data. You are far better off using the UPSXML contribution, and modifying the files as needed to allow that to work with your store. This will require that you get keys from UPS to do the XML translation, but it will work MUCH better, and you'll find that your shipping quotes are much more accurate if you do it that way.
  4. Will, I have installed it into my 2.2ms2 server, and it seems to work, for the most part. The only problem I am having is that when trying to administer the products categories database, I get the following error: Fatal error: Call to undefined function: tep_array_merge() in /home/junfirgl/public_html/store/admin/categories.php on line 707 The relevant code slice is here: if ( ((!$HTTP_GET_VARS['cID']) && (!$HTTP_GET_VARS['pID']) || (@$HTTP_GET_VARS['cID'] == $categories['categories_id'])) && (!$cInfo) && (substr($HTTP_GET_VARS['action'], 0, 4) != 'new_') ) { $category_childs = array('childs_count' => tep_childs_in_category_count($categories['categories_id'])); $category_products = array('products_count' => tep_products_in_category_count($categories['categories_id'])); /*line 707*/ $cInfo_array = tep_array_merge($categories, $category_childs, $category_products); $cInfo = new objectInfo($cInfo_array); } I found another use of tep_array_merge() earlier in the program, but it didn't bomb on that one. Any thoughts?
  5. Is this module safe for use in 2.2ms2? If not, is there a ms2 version of the module available? I need something like this which will run in MS2, and haven't been able to find any other contributions which will do this.
  6. I have been having some ongoing issues with the UPS price quoting on my site. I am not sure what is going on here, but I thought it might be useful to ask around in here. At this time, I am using the basic install of osCommerce2.2ms2, and have v1.54 of ups.php, dated 4/8/2003. The problem I am having is this: If I quote a package, weighing 1.25 lbs, shipping UPS Ground from zip code 30062 to 30062, using "CC" as the option in the site, I get a price of $6.35 from my site. However, the price as quoted by UPS.com is 6.90. The difference between my quote and the UPS qupte rises the further out it goes. I have one customer who recently ordered from me. My site quoted a price of 7.20, whereas ups.com shows 9.75. Anyone know what is up here? If there is a better way to do this, I would greatly appreciate it if someone could direct me to that option.
×
×
  • Create New...