cart mambo-phpShop

5.1.2. Path and URL

The Path and URL settings use the Mambo settings only before the Configuration is saved the first time. After that, these settings are hardcoded in the configuration file.

[Caution] Caution

Remember to change these settings before moving to a new site / domain!

URL

Example: http://www.mydomain.com

The URL to your site. Usually identical to your Mambo URL (with trailing slash at the end!)

SECUREURL

Example: https://www.mydomain.com

The secure URL to your site. (https - with trailing slash at the end!)

[Caution] Caution

Be careful what you fill in here - Mambo has problems with Shared SSL Domains. When switching to another domain during Checkout, the session gets lost and the customer would have to login again!

COMPONENTURL

The URL to the mambo-phpShop component. (with trailing slash at the end!)

IMAGEURL

The URL to the mambo-phpShop component image directory.(with trailing slash at the end!)

ADMINPATH

The path to your mambo-phpShop component directory.

CLASSPATH

The path to your mambo-phpShop classes directory.

PAGEPATH

The path to your phpShop html directory.

IMAGEPATH

The path to your phpShop shop_image directory.

HOMEPAGE

Example: shop.index

This is the page which will be loaded in the frontend by default.

ERRORPAGE

Default: shop.error

This is the default page for displaying mambo-phpShop Error Messages.

DEBUGPAGE

Default: shop.debug

This is the default page for displaying debug messages.

DEBUG ?

Turns on the debug output. This causes the DEBUGPAGE to be displayed at the bottom of each mambo-phpShop page. Very helpful during shop development since it shows the carts contents, form field values, etc.

cart mambo-phpShop