Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

shipping module just disappeared!!!!


nlaine

Recommended Posts

Er, hello. can anyone help.

I'm a newbie and didnt set this thing up myself the web designers did.

they're not getting back to me however on the fact that the shipping module has disappeared.

How do i get it back???????

 

Kaz

Link to comment
Share on other sites

if this is a new install and you havent done much of any customization in the modules area, you can copy the modules folder back to the server

Link to comment
Share on other sites

my problem was that none of the modules (payment or shipping) was showing in the admin panel, and it wasnt showing the shipping options at checkout either. I fixed this in my admin/includes/configure.php file:

 

define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where the pages are located on the server

define('DIR_WS_ADMIN', '/CMAsetup/'); // absolute path required

define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); // absolute pate required

define('DIR_WS_CATALOG', '/'); // absolute path required

define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); // absolute path required

 

 

the fix was with $DOCUMENT_ROOT and the subsequent used of DIR_FS_DOCUMENT

 

hope this works for u

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...