Search the Community
Showing results for tags 'fedex'.
-
I don't know if anyone uses this option or not, but as of January 22nd 2018, dimensional weight now applies. So, a box that is 24 x 12 x 12 inches will bill at 25lbs if it weighs less. One of the farms that ships product for me was blindsided by this today, and myself as well. Dimensional weight has been a problem for me since 2015 when they (fedex and UPS) started applying it to all boxes. Used to only be oversized boxes.
-
i am new to osCommerce and with the help from several people here I have gotten to a point where I have learned a lot about osCommerce. I know that I still have a lot to learn and have the following problems. I have installed my FedEx shipping module and my payment module with information from and help from the approprate organizations. 1. I created a user account and created a shipping address but when I select continue I get the following message on the next page when I am trying to use Modules/Shipping Table Rate only. Shipping is currently not available for the selected shipping address. Please select or create a new shipping address to use with your purchase. When I enable Zone Rates as well in Modules/Shipping then it the above message is not displayed. When I select Continue on that page then I continue to Payment Information but the Shipping charge is $30 for a $7 purchase that weighs 1.5lbs being shipped from Nebraska to Michigan. I know that this is incorrct because the actual shipping cost for this normally is between $3.50 and $4.00. 2. The Accepted Credit Card Logos are incorrect - currently the Logos displayed are "PayPal, Visa, MasterCard, American Express and Maestro". the correct Logos that should be displayed are "Visa, MasterCard, American Express and Discover Card". I have a a horizonal gif file displaying the Logos. If someone could point me in the right direction to fix these problems would be appreciated. Thanks Tim
-
Hi all, I'm triying to install the Fedex web services in the shipping module. I downloaded the FedEx_1_4-webservices_v9_4_6 file and unzip. I add all files inside fedex file to my catalog file in server side. but when a go to the shipping module for installing, the fedex module doesn't appear. fedex module in the shipping file on server side. Where is the fedex module?. Can someone help me?. thank you. Regars.
-
Instant integration of Fedex, UPS, Stamps.com, Endicia in your osCommerce 2 ways to integrate OneByOne Integration OneByOne Integration – Adds 2 buttons “Make Return PDF Label” and “Create Shipping Label” to admin/backen Order Edit page When click on it, small window pops up with all order’s Shipping information (Shipping Name, Ship to Address) already filled in All that is left , – Select Shipping Carrier (can be selected automatically), –Select Service and click Print Label. blog.ship200.com/onebyone-integration/ blog.ship200.com/zencart-installation-howto-bulk-version/ Bulk Processing Integration Bulk Processing Integration – gives the ability to print many labels at once with a single click. Here is how it works: 1. Bulk Processing Plugin will Connect Ship200 to the shopping cart/selling channel like Amazon, eBay, Zencart, Magento, X-Cart, WooCommerce, etc. (full list can be found here) 2. Once Connected, all New Orders will appear in Ship200 for bulk processing. blog.ship200.com/wp-content/uploads/2015/06/ship200_bulk_processing_new_orders.png 3. All that is left , – Select Shipping Carrier (can be selected automatically), –Select Service and click Ship. blog.ship200.com/wp-content/uploads/2015/06/ship200_bulk_processing.png 4. After tracking# is created Ship200 will update the tracking# and order status back to the osCommerce admin blog.ship200.com/bulk-processing-integration/ ship200.com/pricing.html
-
Our site, www.labelsupplyhut.com is supposed to allow free shipping if a customer orders 5 boxes or above, plus any configuration after that rule. For example, 5 boxes of one style and one box of another style. We have a simple free FedEx shipping module that programs this based on a field in the product details, "Minimum Order Quantity for Free Shipping." Not being familar with php code, can someone look at the code for this function and tell me if there is something off that is causing this not to work? (For reference, we are using osCommerce Online Merchant v2.2 RC2a, PHP Version 5.3.23 and this should be independent of the free module, but FedEx Web Services version 9. function quote($method = '') { global $shipping_weight, $shipping_num_boxes, $cart, $order, $total_weight, $total_free_shipping_weight; $products = $cart->get_products(); $free_shipping = array(); foreach ($products as $product) { $free_shipping[$product['products_free_shipping_qty']] += $product['quantity']; } foreach ($free_shipping as $threshold => $quantity) { if ($quantity >= $threshold && $threshold > 0) { $total_free_shipping_weight = 0; break; } } if (isset($total_free_shipping_weight) && $total_free_shipping_weight < $total_weight) { if ($total_free_shipping_weight == 0) { function quote($method = '') { global $shipping_weight, $shipping_num_boxes, $cart, $order, $total_weight, $total_free_shipping_weight; $products = $cart->get_products(); $free_shipping = array(); foreach ($products as $product) { $free_shipping[$product['products_free_shipping_qty']] += $product['quantity']; } foreach ($free_shipping as $threshold => $quantity) { if ($quantity >= $threshold && $threshold > 0) { $total_free_shipping_weight = 0; break; } } if (isset($total_free_shipping_weight) && $total_free_shipping_weight < $total_weight) { if ($total_free_shipping_weight == 0) {
-
- free shipping
- fedex
-
(and 1 more)
Tagged with:
-
Hello All, I'm ready to implement shipping modules into my osc stores. After searching the add-ons page, I saw there were well over 400 of them to choose from. Some were updates, some did specific things in conjunction with other modules, but I was not left with a warm, fuzzy feeling as to where I should start. So... I want to offer UPS, USPS and FedEx for both domestic shipping in the USA and international shipping. With over 400 modules available, it's a daunting task to figure out which ones to use, so I'm asking here first if anyone here has a link or file recommendation for the three services mentioned above. Many, many thanks in advance! Sincerely, DesertCoder