U3nme Posted June 5, 2011 Share Posted June 5, 2011 I changed "shipping" to delivery in both the cfmg_shipping files then recieved an error so I changed them back. Now when I try to add the shipping module, my goal is to have it say "delivery" but I can live with shipping, nothing happens. This is exaclty how it looks now. /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2010 osCommerce Released under the GNU General Public License */ class cfgm_shipping { var $code = 'shipping'; var $directory; var $language_directory = DIR_FS_CATALOG_LANGUAGES; var $key = 'MODULE_SHIPPING_INSTALLED'; var $title; var $template_integration = false; function cfgm_shipping() { $this->directory = DIR_FS_CATALOG_MODULES . 'Shipping'; $this->title = MODULE_CFG_MODULE_SHIPPING_TITLE; I also was trying to figure out why when the customer adds an order the tax and shipping (well I screwed that one up) doesn't show. I have them marked as true and set the order correctly. I also added a pament method of Cash on Delivery so I can see what I will recieve when the customer orders. That doesn't show either. website is grannysgroceries.com I have V2.3.1 if that makes a difference. Thanks to anyone who can help. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.