Jump to content

Cubecart and Joomla


itguyRich

Recommended Posts

I once ran Joomla (about five years ago) for about five weeks. It wasn't the solution I was looking for at the time (eventually went with MediaWiki).

CubeCart is self-contained and expects to be self-contained, so it is best to run it in a sub-folder.

By self-contained, there are two key files: index.php and admin.php. 99% of everything CubeCart executes is managed by these two files. There are too many places where CubeCart will tell the browser to 302 Redirect to the "implied" URL -- a URL that does not specifically include the index.php part, but instead relies on the web server's 'default document' setting. Thus, there is little to be gained by finding all such occurrences and recoding CubeCart to use a file other than index.php (although, this is exactly the case with admin.php).

One can design a skin to match whatever theme one wants CubeCart to look like. But the task is not one for someone with too little free time.

Link to comment
Share on other sites

Can cubecart be used with Joomla? Is there a plugin or does a sub-directory need to be created and installed there? If there is a plugin will it use the installed template with little to no CSS editing?

It depends what you are trying to do - are you looking to install and build a front end site using Joomla and then use CubeCart for the store part and linking to it from within Joomla ? If so that is possible but just needs changes to Joomla and CubeCart installing in a sub-directory.  We dont use Joomla but very often do this type of integration using WordPress which can be done in one of two ways

1) Have WordPress installed in root and develop a frontend website with a link to the CubeCart store installed in a sub-directory. A WordPress these can be designed along with the CubeCart skin so they look the same

2) Install CubeCart at the root directory and WordPress in a /blog sub-directory - mainly used this way to provide simple blog functionality for a store.  This is the most common integration method we do and again skin and theme can be developed to match

Ian

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
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...