Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'shipping'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News and Announcements
    • News and Announcements
  • osCommerce v4.x
    • General Support
    • Migration from old osCommerce
    • Design and Templates
    • Apps / Add-ons
    • Translations
    • API and import/export
    • Marketplace integration
    • Manuals and How-to
    • Blog's discussion
  • osCommerce Online Merchant v2.x
    • General Support
    • osCommerce Online Merchant Community Bootstrap Edition
    • Add-Ons
  • Development
  • General
    • General Discussions
    • Live Shop Reviews
    • Security
    • Commercial Support Inquiries
    • Developer Feedback

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Real Name


Location


Interests


Website

  1. jQuery/Ajax Dynamic Checkout for osCommerce 2.3.3 - Support thread - Download Add-On here: http://addons.oscommerce.com/info/8898
  2. My problem: I'm from South Africa and on my site we make use of the South African Post Office to ship the items. I have a number of various categories each with products but where the weight differs between items of the various categories. There are even electronic items which is to be downloaded and where there is no shipping cost. As an example: The one categery is aromatic candles and these weigh approx 250g per candle. Another category is CD's and DVD's where the items weight approx 100 g each. With the Post Offcie there is a specific rate for parcels up to 1kg which means that with candles you can ship up to 4 units per parcel. With the CD's that becomes up to 10 units. With the rate tale facility I cannot allocated different table rates to each category, or I cannot see how to do it. To compound the problem. When items has to be shipped outside of South Africa then international carriers come into play such as UPS or DHL. This is another solution which I'm looking at. Is there a way to get around this in a simple way? I have thought about a solution as it would be nice to have more than one Table Rate available, but it seems as if I can only activate one module of a kind. Any ideas please.
  3. Customers are unable to use a Canadian address for shipping. If a customer tries to use a Canadian address, they get this message: This is currently the only shipping method available to use on this order. United States Postal Service United States Postal Service An error occured with the USPS shipping calculations. If you would like to use USPS as your shipping method, please contact the store owner. For testing purposes, I used a public library address in Toronto: 155 Bonis Ave., Toronto, ON M1T 3W6 I have attached a screenshot showing the address fields in my Customer Account and a screenshot of the USPS module settings in Admin. Can anyone provide feedback about this?
  4. Guest

    Shipping per category

    Hi Is there a module or a way to achieve shipping per category? I have a store which has multiple categories but only needs to offer two different shipping rates, Plus a free delivery option for orders over £x.xx? Can i do this by assigning specific weights the two types? Would be interested in people views or if there is an addon out there. Thanks :thumbsup:
  5. Hi Friends, I have installed UPS shipping Add-on from: http://addons.oscommerce.com/files/UPSXML_v1_3_91.zip I want to install international UPS. Is this add-on support international UPS?. If not, can anyone please tell me how to convert this add-on to international UPS? Thanks Kumar
  6. The current USPS shipping modules (USPS Methods, USPS Rate V4, Intl Rate V2, stock osCommerce 2.3x) all have a major problem -- they depend on the Service names that USPS supplies. Since USPS seems determined to change these names every six months or so, these modules break and must be patched twice a year. This should not happen, and it doesn't need to. The quotes that USPS returns are keyed to a Service ID (called CLASSID.) These are (mostly*) unique numbers that never change, or only change when a service is deleted or added. These numbers are a much better way to select the service(s) desired, as the module will not break when USPS changes the service names. If this system had been in use before the July changes, the only difference that anyone would have noticed would have been different service names showing up on the checkout page. No broken checkout, no thrashing to get a fix implemented, no lost sales. I've done some preliminary testing, and I have a plan to fix this. I intend to use some of the code from the USPS Rate V4, Intl Rate V2 module since I like the way it is set up in the Admin. The rest of the code will be rewritten. I have in mind an adaptive model that will require an extra step in the install process. The first edit of the module upon install will require a valid USPS Web Tools username. That will be used to send a dummy quote request to the USPS server for all available services, domestic and international. The response to that will be stored and presented in the second step as a list of services that may be selected. The selected values will then be stored in that step. The installer will allow the selection of services by their current names. The names in the Admin will not change if USPS changes their API since those values are stored in the database. However, we are only comparing against the CLASSID, so the store side will continue to work and show the updated names. Updating the names on the Admin side can be done by uninstalling/reinstalling the module, but that will normally not be necessary. You will only need to do that if USPS has added a new service that you want to offer to your customers or they have removed a service that you were offering. Doing an uninstall and reinstall is a lot simpler than modifying the code to make it work again. *Yes, there's one problem with this approach -- the CLASSID for all First Class services is 0. That will have to be treated as a special case. That makes First Class more fragile, but USPS doesn't seem to change those services very often, so it's not likely to be a huge problem. Any and all help with this is very welcome. I can use help with the code, of course, but feature suggestions and testing help are appreciated as well. Let's see what we can do with this. Regards Jim
  7. Hello everyone, I'm helping a client upgrade his OSCommerce site from 2.2-MS2 to 2.3.3. It's my first time using OSC, definitely a learning curve, but in general it's going ok. For background, I'm usually a web developer, so I'm very comfortable with PHP, HTML, CSS, MySQL etc., but am just barely understanding things specific to OSC. In the 2.2 version, they are running the add-on called "USPS Methods", and they are happy with how it works. It seems that OSC 2.3.3 comes with a pre-installed module called simply "USPS", and looking at the source code for this, it says that it is based on USPS Methods. Being that it's now included with the core distribution, and that USPS Methods no longer seems to be actively maintained, I figured it would be better to stick with this add-on. However, USPS in 2.3.3 is not doing what they want. Specifically, they want to be able to specify which methods to ship by, eg "Express Mail, Priority Mail, Media Mail". 2.2 + USPS Methods gives them a long list of options, they check the ones that they want. But presently, when they go to edit the USPS Module in 2.3.3, there are very few options, and they look funny. What's with those unlabeled text boxes underneath the USPS UserID? Is that normal? I'm wondering if the picking-and-choosing I did while migrating their old database to the new one left things in some kind of bad state that's making those boxes appear and/or keeping the shipping options from appearing. If anyone has advice for me I'd appreciate hearing it. Should I just get rid of USPS and install USPS methods? Is there some trick to getting USPS to doing what we want? Is what I'm seeing normal? Even if someone can show me what the module options look like when it's functioning normally, that would be a big help all by itself. Thank you! David
  8. Hi friends, I have to integrate stamps.com API into my client site. I have downloaded file from their site. I couldn't find the instruction like other add-on. Can anyone help to integrate stamps.com? I need to show the order status in my client site not in stamps.com. Thanks.
  9. I am looking for a new solution to adding a fixed shipping setting for a select few of the many items we have in our OsCommerce Store. We have a number of our items that have a fixed postage cost of $16.50. These items are new products to our store and are yet to be made public as we can't do that until we are able to find this solution. All of our other products shipping is handled by the Ozpost MultiQuote and I would like to be able to only show the fixed postage cost for the select items mentioned above. This would work in the following situations: Option 1: Item A is posted at $16.50 when placed in the cart by itself. Option 2: Item A & B are posted at $16.50 plus what Ozpost MultiQuote calculates item B postage cost to be when placed in cart together. Option 3: Item B is posted at whatever Ozpost MultiQuote calculates the postage cost to be when placed in the cart by itself. If this is possible could someone help me work it out please or if there is already a module that I could use please point me in the right direction. Any help will be greatly appreciated. We use Flat Rate Shipping, edited to be pickup option & Ozpost MultiQuote as our Postage Options on our Store. We also use Paypal Website Payments Standard & Bank Transfer or Deposit for or Payment options.
  10. I've been looking through the Shipping Modules forum and am impressed by the flexibility. Truly amazing that so many different shipping cost scenarios are supported. Nice job! Though I haven't been able to find any guidance on how to setup my client's shipping cost needs. My client sells millions of dollars of their product yearly and have what looks like unique requirements. It would seem that their needs are not fully supported, but I thought I would try to define them here and see if someone can point me in the right direction or tell me if this is even possible. 1) The client ships only to the continental US, Alaska, Hawaii, Canada, Guam, Virgin Islands, and Puerto Rico. We need to eliminate all other country options from the Country dropdown list. 2) Shipping cost varies per product and are charged regardless of any additional shipping charges itemized below. Ie: Product #1 - $4.95/per item Product #2 - $7.95/per item etc... The above shipping costs are a flat, per item, base cost and are mandatory for all destinations. 3) There is no additional charge for shipping to anywhere in the continental US. 4) There is a $10.00 additional charge per order for shipping to Alaska, Hawaii, Canada, Guam, Virgin Islands, and Puerto Rico. 5) There is a $9.95 optional charge per order for priority processing to any of these locations. A few examples: Customer orders three of Product #1 to be shipped anywhere in the continental US. No priority processing: $4.95 base cost * 3 -------------------------------- $14.85 shipping charge Customer orders three of Product #1 to be shipped to Guam. No priority processing: $4.95 base cost * 3 $10.00 additional (Guam) ------------------------------- $24.85 shipping charge Customer orders three of Product #1 to be shipped to Guam. Priority processing: $4.95 base cost * 3 $10.00 additional (Guam) $9.95 priority processing ------------------------------- $34.80 shipping charge Customer orders three of Product #1 to be shipped to continental US. Priority processing: $4.95 base cost * 3 $9.95 priority processing ------------------------------- $24.80 shipping charge Customer orders one of Product #1 and one of Product #2 to be shipped to continental US. Priority processing: $4.95 base cost (Product #1) $7.95 base cost (Product #2) $9.95 priority processing ------------------------------- $22.85 shipping charge You get the idea... I have purchased WP Combo and installed the Individual Shipping Rate module. This provides the base cost for each product and per item, but I don't understand how I can add the additional $10 charge for selected destinations, nor how to provide an option for priority processing. The flexibility afforded by the many contributions to WP Online Store/osCommerce is impressive. I will be even more impressed and even blown away if there is a configuration to accomodate my client's particular shipping needs. Does anyone know how I might tackle this?
  11. 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
  12. This new shipping module has support for separate shipping per individual products,per category, and all products. It also has the options to ship based on price, qty, or weight of the products! :thumbsup: This will be the future support forum for this addon. Right now it is in the beta stage as the per category needs a little more work, but should take no longer than a week or two to sort it out! Why build such a module? I noticed a lot of discusions in the forums for such a module and thought it would be good practice for me to develope this module from scratch so to speek. And a big thankyou goes out to Brett for his interest in a module and a willing test subject for the beta! What doesn't it do? This module doesn't currently have support for separate zone shipping. So say your in europe and want to give all of customers in europe free shipping but charge shipping for the rest of the world, you can't do it with this module yet ;) What is it capible of? it is capable of shipping per individual products with seperate prices! for example product1 has a shipping rate of $20 product2 has a shipping rate of $10 and still another product has a shipping rate of free. Assuming you have 1 product of each in our shopping cart my module calculates shipping by qty $30 not $90 by weight it calculates this by dividing the total weight in the cart by your max weight and then multiplying that by the rate you have set up per product! It is fully customizable just needs time. So tell me what you think and if you want a beta! Almost forgot this module is only developed with OsCommerce v2.2 in mind I don't know how well it will work with v2.3.1 or above
  13. We need to set up separate shipping for a certain category of products. It would work something like this: 1 to 3 products = $25 shipping 4 to 6 products = $50 shipping 7 to 9 products = $75 shipping Any idea how to set this up for this particular category without affecting the other items?
  14. Hi, I would like to know if anyone has made a Item Specific Shipping Module as I am wanting to use a shipping module linked to one item that I offer to my customers. E.G. Item + Specific Shipping Module = Checkout. As I want to only use this option on this item I need it to be item specific so that it isn't available to use with any other items in the store. If anyone can help with this matter your help will be greatly appreciated.
  15. Hi everyone. I have spent about a week trying to sort this out to no avail. I'm in Australia and need to charge GST on shipping costs from my store. I have set up table rate shipping and linked tax class to Taxable Goods (set up in my store to be 10% for GST). The tax calculation works fine and in order totals at checkout the amount is correct. Problem is it is just a lump sum of shipping plus tax. I need to show the amounts seperate, just as it appears for products with tax. No matter what combination of order I use for the modules in Order Total, I ALWAYS end up with output like this: Items cost (ex tax) Subtotal (ex tax) Tax amount (only on items) Shipping (inc tax) TOTAL (inc tax) I need: Items cost (ex tax) Shipping (ex tax) Subtotal (ex tax) Tax amount (items and shipping) TOTAL (inc tax) Does anyone have some advice on where to start trying to fix this? Order of modules within Order Total has had no impact. Thanks in advance John
  16. USPS is Updating Their APIs Jan. 27th, 2013-Test Servers Available Now. If you use USPS Web Tools APIs, check to see the 2013 API updates to make sure your eCommerce programs are ready for the changes coming January 27th. For more information, click here and select the RTF document titled “January 2013 Web Tools Price Change Release Notes” Pass this along to anyone it may help and please let me know if you have any questions. -Ben
  17. Created a new store with a clean install of osC 2.3.3. I'm trying to get a usable version of the USPS shipping module installed and working. Clarification: A more up-to-date version of the included USPS shipping module. The version that is included with 2.3.3 has this information in the code header: "Based on USPS Methods 26-Feb-2010 http://addons.oscommerce.com/info/487" I have tried installing "USPS Methods 6_0" and had it completely mess up my installation (Internal Server 500 Error) to the point where I had to delete the store and re-install (then import my backed up data). Currently, the USPS (catalog -> includes -> modules -> shipping -> usps.php) module only gives the option of "Library Mail." Can someone point me to an updated version of a working and compatible USPS for version 2.3.3? Thank you. Judith
  18. Created a new store with a clean install of osC 2.3.3. I'm trying to get a usable version of the USPS shipping module installed and working. The version that is included with 2.3.3 has this information in the code header: "Based on USPS Methods 26-Feb-2010 http://addons.oscommerce.com/info/487" I have tried installing "USPS Methods 6_0" and had it completely mess up my installation (Internal Server 500 Error) to the point where I had to delete the store and re-install (then import my backed up data). Currently, the USPS (catalog -> includes -> modules -> shipping -> usps.php) module only gives the option of "Library Mail." Can someone point me to an updated version of a working and compatible USPS for version 2.3.3? Thank you. Judith
  19. I'm trying to add an additional condition to a per item shipping module. It is processing the zone properly but I can't get it to calculate the shipping correctly. It returns a $0.00 shipping total. Here is the code: if ($dest_zone == 0) { $groups_cost = constant('MODULE_SHIPPING_PIPC_COST_DEFAULT'); $handle_cost = constant('MODULE_SHIPPING_PIPC_HANDLING_DEFAULT'); } elseif ($dest_zone == 1 && $total_count > 2) { $shipping_cost = $groups_cost + $groups_cost; } else { $groups_cost = constant('MODULE_SHIPPING_PIPC_COST_' . $dest_zone); $handle_cost = constant('MODULE_SHIPPING_PIPC_HANDLING_' . $dest_zone); } $shipping_method = MODULE_SHIPPING_PIPC_TEXT_WAY . ' ' . $dest_country . ' : ' . $shipping_weight . ' ' . MODULE_SHIPPING_PIPC_TEXT_UNITS; $shipping_cost = $groups_cost * $total_count + $handle_cost; $this->quotes = array('id' => $this->code, 'module' => MODULE_SHIPPING_PIPC_TEXT_TITLE, 'methods' => array(array('id' => $this->code, 'title' => $shipping_method, 'cost' => $shipping_cost)));
  20. Hello, I am an admin and the site owner would like a flate rate per item per country. That part is set up and working, now they would like to put a cap on the domestic shipping fee. This can be either a maximum $$ amount for domestic shipping or only charge shipping for the first 2 items. Currently I am using Per Country Per Item v1.1 for the shipping module. http://addons.oscommerce.com/info/4934/v,22 Does anyone have a suggestion for setting up a maximum shipping amount on one group (domestic)?
  21. Hiya, I am relatively new to all this but have got my site up and running. BUT - desperately want multi zone shipping so I can set weight prices for UK, then Europe, then world zone 1 and world zone 2. The problem is I have cleared the site before by accident having to start from scratch so really want talking through with baby steps as I am very nervous to change anything now its all working. can anyone help?
  22. I'm having a problem, and not sure if it's the shopping cart, or another file. I hope someone can help. I can add 10 items into my cart, and at checkout, both usps, and ups modules, reflect the correct weight, but only 1 package. I really appreciate any time and effort. version 2.3
  23. Hello, Maybe this is built-in or there is an easy fix (I hope so). In have received a request to have some items on the web store set up so they are not be able to be shipped, and the customer must come in to the store to purchase. I have to admit that I first thought why, but it seems that PetSmart has certain set up so they can only be bought in a store, but listed on the web store. See: http://www.petsmart.com/ and search on "can dog food" - all the canned dog foods have a listing on the website, but they can't be purchased on the website - the customer has to go to a store to purchase. Any ideas how to do this? Thanks
  24. Hi Guys, I'm looking for a module or method for an OSC 2.3.1 store, that will allow me to define shipping in different bands depending on the order total. For example: £3.00 shipping for orders up to £10.00 £8.00 for orders up tp £20.00 Free Shipping for orders over £50.00 All orders would be within the UK and none abroad. I have looked around but can't seem to find any explanation of how to accurately define this. Any help or guidance would be much appreciated. Thanks Hoogie!
  25. We've been using UPS for some time and just got the option to use the Sure-Post shipping method from UPS, which has better rates then the regular UPS ground for domestic destinations. How would I add that to our shipping options, for the customer to select?
×
×
  • Create New...