Guest Posted November 1, 2002 Share Posted November 1, 2002 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 More sharing options...
Ajeh Posted November 1, 2002 Share Posted November 1, 2002 You could use flat.php and rewrite it for Customer Pick-Up Link to comment Share on other sites More sharing options...
Guest Posted November 18, 2002 Share Posted November 18, 2002 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.