You can see the following
video tutorial that shows how to install a quickstart version. The example uses Pulse Template, but the process is the same, except when installation is fully ended, you need to change URL's and path's to your own website on the following file:
../administrator/components/com_virtuemart/virtuemart.cfg.php
For example, in my case, since i installed on a local server:
- Code: Select all
// these path and url definitions here are based on the Joomla! Configuration
define( 'URL', 'http://localhost/myshop/' );
define( 'SECUREURL', 'http://localhost/myshop/' );
Cheers