Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TomB01

Members
  • Posts

    414
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by TomB01

  1. Why is my FedEx shipping not recognizing Canada addresses as "International Ground" instead of just "Ground?" It cost me about $30 today. :(
  2. Yes, but that means you have to conclude that every customer is unable to correctly put in a zip code - or, that I don't know my own zip code. This seems to happen without exception, but the orders conclude with success and without error from USPS. Every time I test it with various zip codes, no error messages like these are generated.
  3. I am getting similar messages through my e-mail specified for debug errors in the Admin config for UPS XML. This seems to happen with every order I receive, although the orders appear to complete successfully each time. I haven't had any complaints, either, although no one has actually selected UPS as a shipping option (I also have USPS Rate and FedEx). When I use my test accounts and go through all the way to the payment page, I get no error messages whatsoever - even when I select UPS. Does anyone have any ideas? Here's what I keep getting with each order - sometimes in multiples:
  4. OK - I have Heading Title, Customer Greeting, Featured Products, New Products, and the Scroller installed using Featured Products now on my production store and everything looks great! P.S. Yes, I'm being redundant right now with Featured Products in both places, but they're slightly different and using "all" on the scroller brings up way too many images. I'm probably going to fiddle a lot with Text Main and Upcoming Products, but this gets my store looking a lot better on the home page instead of the OsC 2.3.4 default. I'm figuring the scroller can't work as fluid, so I reduced the pixel width down to 560 to look better with my setup. I had it to 490, but that seemed too small.
  5. @Joli - what I downloaded and loaded is "modular_front_page_1.4.tar.gz" my fp_scroller.php does not have those lines. The file itself says, "$Id: fp_scroller.php v1.1 20130513 Kymation $"
  6. Brilliant! Works like a charm, now. Maybe I'm not such a dummy after all. ;) Many thanks for this, Jim! Half my add-ons (Theme Switcher, Generic Box, Modular Front Page) are yours or ones you support (USPS Shipping). Your support is impeccable, too - a real credit to the community.
  7. Well remember that you're working with a dummy. ;) I noticed some posts earlier in the thread about "featured products." If that value was NULL, seems to me it wouldn't even go through the do loop to create the database entries. Is there some other place I'm not aware of in OsC 2.3.4. where a category/value/section/whatever defines something called "featured products?" If I was missing that, would it not explain what's going on? I notice that the catalog has a place to define "Products Expected." (I'm not using it right now.) Is that where your module "Upcoming Products" gets its info and could the same thing be happening for "Featured Products?" When I've tried loading "Upcoming Products" I can't seem to tell how it gets filled with information. Just stabbing in the dark, here ...
  8. Well, it's a weird one, for sure. I completely agree with you that there's no reason it shouldn't print out in the admin config screen. However, just checking my database - there are no fields at all in the "configuration" table for "MODULE_FRONT_PAGE_SCROLLER_PRODUCT_id" The "configuration" table ends just as the admin config screen does, with the field, "MODULE_FRONT_PAGE_SCROLLER_PRODUCTS_ORDER." Where is the install()method kicked off? Could I check that to see why the "... SCROLLER_PRODUCT_id" fields don't get created?
  9. I'm not understanding because I can't see how those lines you posted would produce ten headings of "Scroller Product # ." Those lines are absolutely in the fp_scroller.php on my server (in catalog/includes/modules/front_page), but shouldn't you have a for i=1 to 10 loop or something similar at the end to cycle through "Scroller Product #" + i ? I'm not fluent in php, but You'd need this: for ($id = 1; $id <= $this->featured_products; $id++) { $keys[] = 'MODULE_FRONT_PAGE_SCROLLER_PRODUCT_' . $id; } return $keys; which happens to be in my file, also. How is the variable "featured_products" set? Could that be the problem?
  10. That's what I was afraid of - I have none of those Scroller Product # lines. Mine stops at "Products Order." Your excellent-as-always documentation PDF says, "Version 1.4, May 2013." It's probably something else I have messed up. Let's see: 1. Made the 960gs fluid 2. Installed Theme Switcher 3. USPS Shipping 4. UPS Shipping 5. Stripe Credit Card 6. Comments on Invoice 7. Order Editor 8. FedEx Shipping 9. Random Header (logo rotator I mentioned) 10. Generic Box - used to display SSL graphic and another generic_box_2 installed for info text 11. Modded footer to show counter and date 12. Modular Front Page I think that's about it - there's some miscellaneous stuff I did to show some preferred images I have, etc., but not much more. The actual store is running and accepting orders/payments/calculating shipping, etc. The Modular Front Page is just loaded on the sandbox so far.
  11. OK, I feel like I'm trashing this thread with my mistakes, but here goes. The reason I loaded the Featured Products module is because I get nothing when I change the Scroller's "Products Shown" to "featured." There is no "Scroller Products" that is in the admin configuration as mentioned in the documentation. I thought maybe this might appear when selecting "featured," but it doesn't. So, I loaded the Featured Products module thinking that might be the connection.
  12. Well, I have 7 6 products filled into the Featured Products module. The scroller blows up with the SQL error when I attempt to change Products Shown to "featured." It works when I change it back to "all."
  13. Alright, I apologize for this. I got antsy and re-installed everything with a clean index.php. The banner was my fault. Turns out, I had installed an image rotator for my store logo and it reads from the banner directory. So, it was randomly sequencing through the images, including the test banners. Sorry about that. Now, everything worked until I got back to the SQL error when I install the Featured Products module: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') order by rand() limit ' at line 13 select p.products_id, p.products_image, pd.products_name from products p join products_description pd on pd.products_id = p.products_id where p.products_status = '1' and pd.language_id = '1' and p.products_id in () order by rand() limit 20 [TEP STOP] I am trying to reference the Featured Products into the Scroller.
  14. OK - I'll give it a clean shot tomorrow and let you know.
  15. So you're saying I should've deleted these lines: <h1><?php echo HEADING_TITLE; ?></h1> <div class="contentContainer"> <div class="contentText"> <?php echo tep_customer_greeting(); ?> </div> <?php if (tep_not_null(TEXT_MAIN)) { ?> <div class="contentText"> <?php echo TEXT_MAIN; ?> </div> <?php } include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> </div> ??
  16. OK, like I said - the index.php is not the same as in your documentation. I had to guess where to put it. Maybe I should've copied more of the code and you can tell how it is different (at least I think so): <?php// optional Product List Filter if (PRODUCT_LIST_FILTER > 0) { if (isset($HTTP_GET_VARS['manufacturers_id']) && !empty($HTTP_GET_VARS['manufacturers_id'])) { $filterlist_sql = "select distinct c.categories_id as id, cd.categories_name as name from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c, " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where p.products_status = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and p2c.categories_id = cd.categories_id and cd.language_id = '" . (int)$languages_id . "' and p.manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "' order by cd.categories_name"; } else { $filterlist_sql= "select distinct m.manufacturers_id as id, m.manufacturers_name as name from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c, " . TABLE_MANUFACTURERS . " m where p.products_status = '1' and p.manufacturers_id = m.manufacturers_id and p.products_id = p2c.products_id and p2c.categories_id = '" . (int)$current_category_id . "' order by m.manufacturers_name"; } $filterlist_query = tep_db_query($filterlist_sql); if (tep_db_num_rows($filterlist_query) > 1) { echo '<div>' . tep_draw_form('filter', FILENAME_DEFAULT, 'get') . '<p align="right">' . TEXT_SHOW . ' '; if (isset($HTTP_GET_VARS['manufacturers_id']) && !empty($HTTP_GET_VARS['manufacturers_id'])) { echo tep_draw_hidden_field('manufacturers_id', $HTTP_GET_VARS['manufacturers_id']); $options = array(array('id' => '', 'text' => TEXT_ALL_CATEGORIES)); } else { echo tep_draw_hidden_field('cPath', $cPath); $options = array(array('id' => '', 'text' => TEXT_ALL_MANUFACTURERS)); } echo tep_draw_hidden_field('sort', $HTTP_GET_VARS['sort']); while ($filterlist = tep_db_fetch_array($filterlist_query)) { $options[] = array('id' => $filterlist['id'], 'text' => $filterlist['name']); } echo tep_draw_pull_down_menu('filter_id', $options, (isset($HTTP_GET_VARS['filter_id']) ? $HTTP_GET_VARS['filter_id'] : ''), 'onchange="this.form.submit()"'); echo tep_hide_session_id() . '</p></form></div>' . "\n"; } } include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING);?></div> <?php } else { // default page?><h1><?php echo HEADING_TITLE; ?></h1><div class="contentContainer"> <div class="contentText"> <?php echo tep_customer_greeting(); ?> </div><?php if (tep_not_null(TEXT_MAIN)) {?> <div class="contentText"> <?php echo TEXT_MAIN; ?> </div><?php } include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS);?></div><?php // Start Modular Front Page?><div class="contentContainer"><?php echo $oscTemplate->getBlocks('front_page'); ?></div><?php // End Modular Front Page } require(DIR_WS_INCLUDES . 'template_bottom.php'); require(DIR_WS_INCLUDES . 'application_bottom.php');?> Here is the index.php included in the Modular Front Page add-on: <?php // optional Product List Filter if (PRODUCT_LIST_FILTER > 0) { if (isset($HTTP_GET_VARS['manufacturers_id'])) { $filterlist_sql = "select distinct c.categories_id as id, cd.categories_name as name from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c, " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where p.products_status = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and p2c.categories_id = cd.categories_id and cd.language_id = '" . (int)$languages_id . "' and p.manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "' order by cd.categories_name"; } else { $filterlist_sql= "select distinct m.manufacturers_id as id, m.manufacturers_name as name from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c, " . TABLE_MANUFACTURERS . " m where p.products_status = '1' and p.manufacturers_id = m.manufacturers_id and p.products_id = p2c.products_id and p2c.categories_id = '" . (int)$current_category_id . "' order by m.manufacturers_name"; } $filterlist_query = tep_db_query($filterlist_sql); if (tep_db_num_rows($filterlist_query) > 1) { echo '<div>' . tep_draw_form('filter', FILENAME_DEFAULT, 'get') . '<p align="right">' . TEXT_SHOW . ' '; if (isset($HTTP_GET_VARS['manufacturers_id'])) { echo tep_draw_hidden_field('manufacturers_id', $HTTP_GET_VARS['manufacturers_id']); $options = array(array('id' => '', 'text' => TEXT_ALL_CATEGORIES)); } else { echo tep_draw_hidden_field('cPath', $cPath); $options = array(array('id' => '', 'text' => TEXT_ALL_MANUFACTURERS)); } echo tep_draw_hidden_field('sort', $HTTP_GET_VARS['sort']); while ($filterlist = tep_db_fetch_array($filterlist_query)) { $options[] = array('id' => $filterlist['id'], 'text' => $filterlist['name']); } echo tep_draw_pull_down_menu('filter_id', $options, (isset($HTTP_GET_VARS['filter_id']) ? $HTTP_GET_VARS['filter_id'] : ''), 'onchange="this.form.submit()"'); echo tep_hide_session_id() . '</p></form></div>' . "\n"; } } include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?> </div> <?php } else { // default page // Start Modular Front Page ?> <div class="contentContainer"> <?php echo $oscTemplate->getBlocks('front_page'); ?> </div> <?php // End Modular Front Page } require(DIR_WS_INCLUDES . 'template_bottom.php'); require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> EDIT: I included the "<?php // optional Product List Filter" section to give you context that the files were the same until after that section.
  17. Well, one thing to note is that the index.php is not the same with 2.3.4. The original greeting, log-in message, and the New Products default with 2.3.4. still appeared. All the Front Page stuff was below this. I was going to ask how to remove that in the index.php, but never got that far when the banner wouldn't disappear and then got the SQL errors later. Anwyay, here is how I edited the index.php: <?php } include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS);?></div><?php // Start Modular Front Page?><div class="contentContainer"><?php echo $oscTemplate->getBlocks('front_page'); ?></div><?php // End Modular Front Page } require(DIR_WS_INCLUDES . 'template_bottom.php'); require(DIR_WS_INCLUDES . 'application_bottom.php');?> BTW, I haven't changed the index.php page back yet - but I did remove all the files from the server and restore the database. It appears that everything is back to normal.
  18. Yep. I got a SQL error that blew everything up when installing the Featured Products module, too. I just uninstalled everything from the Modular Front Page add-on and it all looks normal, now. Well, check that - the banner is still there. OK - I'll replace everything with the backup. Shame ... the add-on seemed to answer a lot of questions for me. The basic 2.3.4 front page sort of sucks. I was hoping not to have to re-code it directly. P.S. You're amazing with your support, Jim!!
  19. I installed Modular Front Page on my OsC 2.3.4. sandbox and can't get rid of the banner rotator. The test images show up on multiple pages, including checkout. I've tried removing the module - didn't work. I re-installed the module and then disabled it - still doesn't work.
  20. Got my first credit card sale and shipped it, so I consider this a success. :)
  21. Thanks - it was certainly a triviality compared to you and Jim fixing this thing all time. Many, many thanks to you all. Considering the amount of 1st Class shipping I do - especially international - my little store would be out of business without this module.
  22. Tried again this morning by completely removing the module, commenting out line 299 (in V9.5) in fedexwebservices.php: if($ShipmentRateDetail->ShipmentRateDetail->RateType=='PAYOR_LIST_PACKAGE') and removing the comments from line 300: if($ShipmentRateDetail->ShipmentRateDetail->RateType==('PAYOR_LIST_PACKAGE' || 'PAYOR_LIST_SHIPMENT')) // try this if having international quoting errors It now seems to work for both domestic and international. I must not have removed and re-installed the module after applying the V9.5 update files.
  23. I re-read the install from v9.4.6 and it says, "(Also the FedEx quote modules have been known to fail on international shipments if you select List Rates. See lines 284 and 285 of fedexwebservices.php for a possible fix)" My first reaction was to try resetting the Admin configure back to "Account" rates. It seems to work, now. I don't know why it didn't when I made the post up there (#622). Check that: now it fails with a Fatal error on domestic.
  24. Here's the debug header: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><RateReply xmlns="http://fedex.com/ws/rate/v9"><HighestSeverity>SUCCESS</HighestSeverity><Notifications><Severity>SUCCESS</Severity><Source>crs</Source><Code>0</Code><Message>Request was successfully processed. </Message><LocalizedMessage>Request was successfully processed. </LocalizedMessage></Notifications><TransactionDetail><CustomerTransactionId> *** Rate Request v9 using PHP ***</CustomerTransactionId></TransactionDetail><Version><ServiceId>crs</ServiceId><Major>9</Major><Intermediate>0</Intermediate><Minor>0</Minor></Version><RateReplyDetails><ServiceType>INTERNATIONAL_FIRST</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>LBAA </DeliveryStation><DeliveryDayOfWeek>THU</DeliveryDayOfWeek><DeliveryTimestamp>2014-09-11T10:00:00</DeliveryTimestamp><CommitDetails><CommodityName>DOCUMENTS</CommodityName><ServiceType>INTERNATIONAL_FIRST</ServiceType><CommitTimestamp>2014-09-11T10:00:00</CommitTimestamp><DayOfWeek>THU</DayOfWeek><DestinationServiceArea>A2</DestinationServiceArea><BrokerToDestinationDays>0</BrokerToDestinationDays><ProofOfDeliveryDate>2014-09-12</ProofOfDeliveryDate><ProofOfDeliveryDayOfWeek>FRI</ProofOfDeliveryDayOfWeek><CommitMessages><Code>134</Code><Message>REQUEST COMPLETED</Message></CommitMessages><DeliveryMessages>10:00 A.M. IF NO CUSTOMS DELAY</DeliveryMessages><DocumentContent>DOCUMENTS_ONLY</DocumentContent><RequiredDocuments>INTERNATIONAL_AIRWAY_BILL</RequiredDocuments></CommitDetails><DestinationAirportId>STN</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A2</OriginServiceArea><DestinationServiceArea>A2</DestinationServiceArea><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_SHIPMENT</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>0.0</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>127.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>127.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.49</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>11.49</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>0.0</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>RATED_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>127.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>127.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.49</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>11.49</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>127.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>127.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.49</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>11.49</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>RATED_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>127.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>127.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.49</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>11.49</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails></RateReplyDetails><RateReplyDetails><ServiceType>INTERNATIONAL_PRIORITY</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>LBAA </DeliveryStation><DeliveryDayOfWeek>THU</DeliveryDayOfWeek><DeliveryTimestamp>2014-09-11T12:00:00</DeliveryTimestamp><CommitDetails><CommodityName>DOCUMENTS</CommodityName><ServiceType>INTERNATIONAL_PRIORITY</ServiceType><CommitTimestamp>2014-09-11T12:00:00</CommitTimestamp><DayOfWeek>THU</DayOfWeek><DestinationServiceArea>A2</DestinationServiceArea><BrokerToDestinationDays>0</BrokerToDestinationDays><ProofOfDeliveryDate>2014-09-12</ProofOfDeliveryDate><ProofOfDeliveryDayOfWeek>FRI</ProofOfDeliveryDayOfWeek><CommitMessages><Code>134</Code><Message>REQUEST COMPLETED</Message></CommitMessages><DeliveryMessages>BY NOON IF NO CUSTOMS DELAY</DeliveryMessages><DocumentContent>DOCUMENTS_ONLY</DocumentContent><RequiredDocuments>INTERNATIONAL_AIRWAY_BILL</RequiredDocuments></CommitDetails><DestinationAirportId>STN</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A2</OriginServiceArea><DestinationServiceArea>A2</DestinationServiceArea><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_SHIPMENT</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>14.41</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>82.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>13.22</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>69.41</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>6.25</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>75.66</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>75.66</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><FreightDiscounts><RateDiscountType>BONUS</RateDiscountType><Description>Automation Bonus</Description><Amount><Currency>USD</Currency><Amount>13.22</Amount></Amount><Percent>16.0</Percent></FreightDiscounts><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.25</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>14.41</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>RATED_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>82.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>13.22</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>69.41</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>6.25</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>75.66</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>75.66</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.25</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>82.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>82.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>7.44</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>90.07</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>90.07</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.44</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>RATED_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>82.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>82.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>7.44</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>90.07</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>90.07</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.44</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails></RateReplyDetails><RateReplyDetails><ServiceType>INTERNATIONAL_ECONOMY</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>LBAA </DeliveryStation><DeliveryDayOfWeek>MON</DeliveryDayOfWeek><DeliveryTimestamp>2014-09-15T18:00:00</DeliveryTimestamp><CommitDetails><CommodityName>DOCUMENTS</CommodityName><ServiceType>INTERNATIONAL_ECONOMY</ServiceType><CommitTimestamp>2014-09-15T18:00:00</CommitTimestamp><DayOfWeek>MON</DayOfWeek><DestinationServiceArea>A2</DestinationServiceArea><BrokerToDestinationDays>0</BrokerToDestinationDays><ProofOfDeliveryDate>2014-09-16</ProofOfDeliveryDate><ProofOfDeliveryDayOfWeek>TUE</ProofOfDeliveryDayOfWeek><CommitMessages><Code>134</Code><Message>REQUEST COMPLETED</Message></CommitMessages><DeliveryMessages> 6:00 P.M. IF NO CUSTOMS DELAY</DeliveryMessages><DocumentContent>DOCUMENTS_ONLY</DocumentContent><RequiredDocuments>INTERNATIONAL_AIRWAY_BILL</RequiredDocuments></CommitDetails><DestinationAirportId>STN</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A2</OriginServiceArea><DestinationServiceArea>A2</DestinationServiceArea><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_SHIPMENT</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>13.35</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>76.56</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>12.25</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>64.31</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>5.79</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>70.1</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>70.1</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><FreightDiscounts><RateDiscountType>BONUS</RateDiscountType><Description>Automation Bonus</Description><Amount><Currency>USD</Currency><Amount>12.25</Amount></Amount><Percent>16.0</Percent></FreightDiscounts><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>5.79</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>13.35</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>RATED_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>76.56</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>12.25</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>64.31</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>5.79</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>70.1</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>70.1</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>5.79</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>76.56</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>76.56</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>6.89</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>83.45</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>83.45</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.89</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>RATED_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>76.56</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>76.56</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>6.89</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>83.45</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>83.45</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.89</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails></RateReplyDetails></RateReply></SOAP-ENV:Body></SOAP-ENV:Envelope> It looks like it's pulling correct rates, but why does it show up as $5.00 in the checkout_shipping.php page? EDIT: Boy! That's a lot of debug response!
  25. I checked this morning and I'm getting rates of $5.00 for both "International Economy" and "International Priority" to a UK address. I checked on FedEx.com and a quick rate check says $85.67 for International Economy and $93.52 for International Priority. ???
×
×
  • Create New...