Shape 5

Joomla Templates => eShopper - Club => : hgcroj May 15, 2011, 04:28:01 PM



: Missing Products
: hgcroj May 15, 2011, 04:28:01 PM
I have installed the site shaper_eShopper template and all is in order except none of the product images are visible and 'add to cart' isn't doing anything.
When I investigated via the VirtueMart component manager the administration menu items are listed but none of the links work.
i am running on MAMP on a local Mac and all looks ok in the database as well.

where should I start looking to fix this please?


: Re: Missing Products
: hgcroj May 16, 2011, 05:39:13 AM
Ok, figured this out.  :-[ Note to self and all newbees  - READ THE SMALL PRINT and follow ALL of the instillation instructions carefully
the issue was resolved by following the instructions below

This is the final step. There is a configuration file in Virtuemart that requires the url of your site. Navigate to:
administrator\components\com_virtuemart\virtuemart.cfg.php

At line 35 and 36 change the following to the url of your site:

define( 'URL', 'http://localhost/eshopper/' );
define( 'SECUREURL', 'http://localhost/eshopper/' );
example:
define( 'URL', 'http://www.mysite.com/' );
define( 'SECUREURL', 'http://www.mysite.com/' );
Make sure that it ends with a trailing / at the end.
Save the file and the installation is complete!