Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Free Shipping with Zero Weight on Non-Virtual item


coen

Recommended Posts

Posted

I am in a bit of a bind. I need to offer free shipping on some non-downloadable products. I am using the UPS mod. I have the items weight set to zero, but the shipping is still calculated as if it was 1lb, the ups default min weight.

 

Any ideas would be helpful.

Posted

If the products weight is 0 and you have downloads enabled in the admin the shipping screen should be skipped.. this is a standard feature of MS-2.

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)

Posted

The problem is the item is not electronic, it a subscription. The product come with shipping included in the price. If I make a fake electronic product for the item I can get it to bypass the shipping charge, however then I run into the ship to may not be filled out.

Posted

How does one set up this free shipping per specific item ?

I enabled the download feature in the configuration and set the weight of a specific product to 0 ; but the shipping still gets calculated ?!?

 

Thanks in advance for any help !

 

-Peter

Posted

I have been searching long and hard myself for a way to put free shipping on certain items. I have not found the exact solution I want, but I did come up with a workaround that allows free shipping, I hope this can be of some help to people.

 

My store sells products and web hosting, and I needed a way to turn off shipping for hosting accounts. I didn't quite achieve that, but what I did get was an addtional option when checking out, right above the list of pay-per shipping charge selections, that says "Shipping Not Applicable- Only select this option if you are purchasing a hosting account- if you are buying a product, you must select a pay-per method below" Right next to this text is a radio button with the text $0.00. When the customer selects this button, they are then allowed to proceed to making payment and no shipping charges are added to the order.

 

This is how you do it:

 

Go to http://www.oscommerce.com/community/contributions,598/page,4 and download this contribution. I did not create this contribution, but thanks much to the person that did. This contribution is so that you can enable an instore pickup option in your shopping cart. The instructions are in another language, but you just have to upload each of the files to the respective directories the files are in when you unzip them. Once you have uploaded the files to the appropriate directories, go to your OScommerce admin page, click on Modules-Shipping, and then click on the one that says "pick up" and then select "Install". Once installed, click edit, and then select True to enable pickup shipping. Then click update. Now open this file:

 

catalog/includes/languages/english/modules/shipping/pickup.php

 

Find the line

 

define('MODULE_SHIPPING_PICKUP_TEXT_TITLE', 'Pick up');

 

Modify the text to whatever you want to say. For example you can say:

 

define('MODULE_SHIPPING_PICKUP_TEXT_TITLE', 'No Shipping Charge- only select this option if you are are purchasing a service, not a product');

 

Basically you want to use this text to let customers know they have to select a shipping charge unless they are buying a service from you, or an item where free shipping was advertised. You may also want to add that if the customer selects "No Shipping Charge" on an item that does not qualify for free shipping, it will delay their order and shipping charges will be added on anyhow. You want to repeat the above step on this line, which is right below the above line:

 

define('MODULE_SHIPPING_PICKUP_TEXT_DESCRIPTION', 'Pick up');

 

This is important- if you are creating an item that is a service or that will otherwise qualify for free shipping, make sure to give the product a weight- setting it to 0 is not recommended, especially if you are running the UPS or FedEx calculator plugins.

  • 1 month later...
Posted
I am in a bit of a bind. I need to offer free shipping on some non-downloadable products. I am using the UPS mod. I have the items weight set to zero, but the shipping is still calculated as if it was 1lb, the ups default min weight.

 

Any ideas would be helpful.

Hi,

Just try the contribution from Linda named " Download Controller" (The latest version is Download_Controllev5.3 MS2.2). This has free shipping and free payment modules alongwith controlling downloadable products. You can visit this url to download this contribution

 

http://www.oscommerce.com/community/contributions,994

 

 

Hope this helps

Posted

Hello,

yep, I think this is the best way to work with this problem. Use the Linda's contribution. I faced the same problem before and other options are time consuming.

thanks

far

Archived

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

×
×
  • Create New...