Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

USPS Shipping Options Not Available


HQ Secure

Recommended Posts

I see this in the includes/modules/shopping/usps.php

class methods

   function selection() {

     $selection_string = '<table border="0" cellspacing="0" cellpadding="0" width="100%">' . "n" .

                         '  <tr>' . "n" .

                         '    <td class="main">' . (($this->icon) ? tep_image($this->icon, $this->title) : '') . ' ' . MODULE_SHIPPING_USPS_TEXT_TITLE . '</td>' . "n" .

                         '    <td align="right" class="main"><select name="shipping_usps_prod">' .

                                                                  '<option value="Parcel" SELECTED>' . MODULE_SHIPPING_USPS_TEXT_OPT_PP . '</option>' .

                                                                  '<option value="Priority">' . MODULE_SHIPPING_USPS_TEXT_OPT_PM . '</option>' .

                                                                  '<option value="Express">' . MODULE_SHIPPING_USPS_TEXT_OPT_EX . '</option>' .

                                                                  '</select>' . tep_draw_checkbox_field('shipping_quote_usps', '1', true) . '</td>' . "n" .

                         '  </tr>' . "n" .

                         '</table>' . "n";



     return $selection_string;

   }

Yet customers have no USPS choices in checkout. What am I missing here? I've got the live USPS server setup and am getting shipping rates like ~$9.00 for items weighing .5lbs? I'd kinda expect a dropdown offering regual mail, Priority Mail, Express Mail; USPS offerings to be avaialable for selection.

Link to comment
Share on other sites

I'd kinda expect a dropdown offering regual mail, Priority Mail, Express Mail; USPS offerings to be avaialable for selection.

 

Try clicking on the shipping options button on checkout_payment.php

Mark Evans

osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops)

 

---------------------------------------

Software is like sex: It's better when it's free. (Linus Torvalds)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...