Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No table shipping module


ollyno1uk2

Recommended Posts

How odd.. yes you should have one?

 

If it is an OS Commerce store go to your admin section and look under modules. Your shipping module is supposed to live there.. good luck :)

 

 

Thanks for the reply. I have looked here and I have flat rate, per item, US postal service and Zone rates.

 

Any ideas how I could reintsll it?

Link to comment
Share on other sites

oops sorry I was looking in admin. yes there is a folder tha says shipping in it

 

 

Sorry, I should have been more specific:

It was located in the File manager and then the path:

includes

languages

english

modules

 

Okay, open up the folder and see if your table file is in there.

Link to comment
Share on other sites

Sorry, I should have been more specific:

It was located in the File manager and then the path:

includes

languages

english

modules

 

Okay, open up the folder and see if your table file is in there.

 

If it is not then upload a new file named : table.php

 

With the following code:

 

<?php

/*

$Id: table.php,v 1.5 2002/11/19 01:48:08 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('MODULE_SHIPPING_TABLE_TEXT_TITLE', 'Shipping Rate');

define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', 'Shipping Rate');

define('MODULE_SHIPPING_TABLE_TEXT_WAY', 'UPS Ground');

define('MODULE_SHIPPING_TABLE_TEXT_WEIGHT', 'Weight');

define('MODULE_SHIPPING_TABLE_TEXT_AMOUNT', 'Amount');

?>

 

 

Hope that helps.

Annie

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...