Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to create an option for no shipping


Guest

Recommended Posts

Well I want to make an option in shipping so the costomer has an optiont o no pay shipping and come into the store and pick the stuff up.

 

Is there anywhy to do this?

Link to comment
Share on other sites

  • 3 weeks later...

Use the flat shipping module. Simply edit the languages files:

includes/languages/english/modules/shipping/flat.php

 

<?php

/*

 $Id: flat.php,v 1.2 2002/10/05 01:36:50 webdesign Exp $



 The Exchange Project - Community Made Shopping!

 http://www.theexchangeproject.org



 Copyright (c) 2000,2001 The Exchange Project



 Released under the GNU General Public License

*/



define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'No Shipping');

define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Pick up at Store');

define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Pick up at Store');

?>

 

Then simply enable the shipping module in admin section (it will now be called No Shipping). If you have a handling fee, make sure to set the price of the flat fee to the negative of the handling fee. (Assuming you are not going to charge someone to come pick up the stuff they want to buy...)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...