Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bopper

Pioneers
  • Posts

    79
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by bopper

  1. here is the USP response to my query...and my response to theirs... In other words piss off eh? lol...Just find it weird that USPS considers Puerto Rico as a "state" or more to the point, a part of the US country zone and UPS treats it as a separate country. You know, many folks use the OS Commerce open source store scripts and it might be to your advantage to make your stuff work with them. I have read their forums and I am not the only one complaining about this problem. Bottom line is that if someone sets up an account with Puerto Rico in the US zone then the USPS rates show and the UPS rates don't. Bad for business, yours and mine. I will have to hack the script to make your funky sh1t work. On a side note, having to wait 2 weeks to get a response from you guys doesn't win you any points either. Aplogy accepted if it was sincere, which I doubt...lol Sincerely, Ryan [email protected] wrote: >Please include the following line in all replies. >Email Reference Number: NT20050221_0000000347 > >Dear Ryan: > >Thank you for your interest in UPS. We have received your e-mail >requesting technical support. > >Ryan, I apologize for any inconvenience that this issue has caused. As >you are using a Service Provider's software, please contact your Provider >for further support on this issue. Service Providers are web developers, >system integrators, and IT consultants who offer customized services and >can deliver integration services to help you implement UPS OnLine? Tools. >UPS provides the information required by a developer to create an >application that can interface with our systems and gather data. The end >user application, such as the UPS components of your shopping cart, are >completely the Service Provider's creation. I apologize if this causes >any inconvenience. >
  2. I wrote to UPS...will let you know what they say... bopp out
  3. Having a problem with shipping to Puerto Rico...if I enter a Puerto Rican address with United States as the country then the USPS shipping calculates right but UPS doesn't...if I enter the country as Puerto Rico (PR) then UPS calcs okay but USPS doesn't...does anyone know how to get these 2 shipping modules on the "same page" (so to speak...)
  4. new problem on the checkout_shipping.php page...can't find this function! bopp Fatal error: Call to undefined function: tep_get_address_book_list()
  5. never mind...this is a conflict with PWA .80 (no account purchase contribution) which I'm trying to put on top of 510c...still can't find that function tho...lol bopp
  6. installed510c and get this error now going thru checkout Fatal error: Call to undefined function: tep_get_address_book_list() in ***/catalognew/checkout_shipping.php on line 277 I cannot find that function in any version...have searched support and don't find that function anywhere...???? bopp code line is: <td class="main" valign="top"><?php echo tep_draw_form('update_address', tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')) . tep_draw_hidden_field('action', 'update'); ?><?php echo tep_get_address_book_list('shipto', $sendto, $customer_id, 'onChange="this.form.submit();"'); ?></form><BR><?php echo tep_address_label($customer_id, $sendto, true, ' ', '<br>'); //rmh addr-enhancer ?></td> code line in std osc 2.2 is: <td class="main" valign="top"><?php echo tep_address_label($customer_id, $sendto, true, ' ', '<br>'); ?></td>
  7. that code is: if ($messageStack->size('header') > 0) { echo $messageStack->output('header'); } pwa works okay if i comment that out but don't want to do that... bopp
  8. Howdy Just installed .80 on a clean 2.2 install...cannot get the default page to display. get the error: Fatal error: Call to a member function on a non-object in /home2/linen02/linencloset-www/catalognew/includes/header.php on line 51 perhaps because the catalog directory/folder is catalognew? I've run .70 on another site without problems... thanx, bopp
×
×
  • Create New...