If my company has two products:
Product-A only ships via UPS. Product-B only ships via USPS. Is there a way to disable USPS shipping for Product-A and disable UPS shipping for Product-B?
Thanks and keep up the great work
|
Ubercart |
|
|
|
||
|
Fri, 10/05/2007 - 14:18
If my company has two products: Product-A only ships via UPS. Product-B only ships via USPS. Is there a way to disable USPS shipping for Product-A and disable UPS shipping for Product-B? Thanks and keep up the great work
Re: Enabling/disabling shipping methods per product
I have been experimenting with intercepting the designated shipper in the Javascript but based on country, not product. Can a customer order both product A and product B in the same cart? in which case, who would you choose?
Re: Re: Enabling/disabling shipping methods per product
Ordering both in the same cart would be ideal. When it starts calculating shipping, perhaps it can list the UPS products and the price choices. Under it list the USPS items and the price choices. ----------------------------------- ----------------------------------- 4 x Product B Total Shipping Cost: $49.95
You are a wild man! That
You are a wild man!
Re: You are a wild man! That
I have been wrestling with this issue since before Ubercart was started. Our restaurant equipment site sells a lot of stuff that ships by freight, but there are also plenty of products small enough to go by UPS. With freight shipments, at least, you can just put a little box on the shipment and not have it affect the price too much. We've talked about it before, and the general consensus has been that having to choose shipping options from two separate lists is too confusing for the average customer. So we just present one list of shipping options to choose from, and reserve the right to ship the products as the circumstances require.
Re: Re: You are a wild man! That
That makes sense, I hadn't taken customer confusion into account. Is there an option to manually adjust the shipping quote for an individual item? Perhaps a field somewhere that deducts a certain amount from the shipping quote? I know some of our items are shipped via USPS because they are cheaper than UPS. Thanks a bunch Lyle
Re: Enabling/disabling shipping methods per product
I also need to be able to restrict shipping options on products, any suggestions on howto do this? Not having this option is a show-stopper for our site. We need to ship liquids ground only, but have all of the other shipping options available for our other products.
japerry@drupal.org wrote:I
I also need to be able to restrict shipping options on products, any suggestions on howto do this? Not having this option is a show-stopper for our site. We need to ship liquids ground only, but have all of the other shipping options available for our other products. X2 here. 70% of our products ship within 24 hours, but we have some products, such as custom racing transmissions, that can take up to a month to build. Currently, I only have a UPS option for Ground, but would like to offer Next Dir Air, 2nd Day Air, or 3rd Day Air like we did with our old website and former shopping cart system. But I cannot have my race transmissions with the shipping option of Next Day Air!! I wish! I would be rich then Thank you for any suggestions!
Re: japerry@drupal.org wrote:I
use workflow-ng. Setup different classes (node types) for the different prodcuts (shipping types).
snicers wrote:use
use workflow-ng. Setup different classes (node types) for the different prodcuts (shipping types). Thank you snicers, but I am still very green with Drupal. I don't know how to setup classes. Where do I go to do this? Thank you
Solution: specify shipping methods/services per product
I have created an Ubercart Product Quote module at http://drupal.org/project/uc_product_quote that allows the specification of shipping methods/services on a per product basis. The module is mostly completed but I need help testing it.
Hi, I installed this module
Hi, I installed this module and configured. When i modify the shipping method in Shipping Quotes tab, but not save this data. (When i reopening this tab and seeing the default (empty chekbox) configuration, even so the all shipping method listed by all product. How to change and save the shipping method per product? ubercart 6.x-2.2 thx |
|