Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

payment & shipping modules


Recommended Posts

Posted

Hello,

 

recently I noticed my payment and shipping steps are missing from my website.

I went to admin and and noticed there is only the path that tells me where it is:

Directory: /usr/local/psa/home/vhosts/www.moanagifts.com/httpdocs/includes/modules/shipping/

 

I am missing all the options to choose from.

 

Can anyone see what may be the problem with my admin config?

 

<?php

// Please, note that all changes in this file will be lost

// after reconfiguring application by Plesk

define('HTTP_SERVER', 'http://www.moanagifts.com');

define('HTTP_CATALOG_SERVER', 'http://www.moanagifts.com');

define('HTTPS_CATALOG_SERVER', 'https://www.moanagifts.com');

define('ENABLE_SSL_CATALOG', 'true');

define('DIR_FS_DOCUMENT_ROOT', '/usr/local/psa/home/vhosts/www.moanagifts.com/httpdocs');

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', '/usr/local/psa/home/vhosts/www.moanagifts.com/httpdocs/admin');

define('DIR_WS_CATALOG', '/');

define('DIR_FS_CATALOG', '/usr/local/psa/home/vhosts/www.moanagifts.com/httpdocs/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

// define our database connection

Posted

Hi,

 

From what you have posted, I can see no problems with it.

 

However, from what you describe, i.e. seeing the directory path when you view the shipping/payment modules pages in the admin, I would check to see if you actually have any files in the respective directories.

 

madpah

 

Hello,

 

recently I noticed my payment and shipping steps are missing from my website.

I went to admin and and noticed there is only the path that tells me where it is:

Directory: /usr/local/psa/home/vhosts/www.moanagifts.com/httpdocs/includes/modules/shipping/

 

I am missing all the options to choose from.

 

Can anyone see what may be the problem with my admin config?

 

<?php

// Please, note that all changes in this file will be lost

// after reconfiguring application by Plesk

define('HTTP_SERVER', 'http://www.moanagifts.com');

define('HTTP_CATALOG_SERVER', 'http://www.moanagifts.com');

define('HTTPS_CATALOG_SERVER', 'https://www.moanagifts.com');

define('ENABLE_SSL_CATALOG', 'true');

define('DIR_FS_DOCUMENT_ROOT', '/usr/local/psa/home/vhosts/www.moanagifts.com/httpdocs');

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', '/usr/local/psa/home/vhosts/www.moanagifts.com/httpdocs/admin');

define('DIR_WS_CATALOG', '/');

define('DIR_FS_CATALOG', '/usr/local/psa/home/vhosts/www.moanagifts.com/httpdocs/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

// define our database connection

Posted

Thanks for the reply!

 

Yes, I made sure all files are there and they are not empty.

 

Could I possibly reinstall a php file to see if that works? If so which one(s)?

 

Thanks again

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...