cart with warning message

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Sun Sep 12, 2010 4:59 pm
Hello Gavik,

when i klick on the cart the cart show this warning:

Code: Select all
Empty delimiter in /var/www/web662/html/demoshop/administrator/components/com_virtuemart/classes/ps_session.php on line 599


Here the link: Demoshop

Do you know this issue?

Thx for help
User avatar
Fresh Boarder

GK User
Mon Sep 13, 2010 1:24 am
Hi

That's pretty normal, because you didn't set path to your store.

Please open this file ../administrator/components/com_virtuemart/virtuemart.cfg.php and find this fragment:

Code: Select all
// these path and url definitions here are based on the Joomla! Configuration

define( 'URL', '' );

define( 'SECUREURL', '' );


and add you path or url of your website where you have VM installed. Something like this:

Code: Select all
// these path and url definitions here are based on the Joomla! Configuration

define( 'URL', 'http://www.yourwebsite.com/' );

define( 'SECUREURL', 'http://www.yourwebsite.com/' );


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Sep 13, 2010 11:12 am
Hi,

many thx for the quick help, it works all fine now :laugh:

greetings

mario
User avatar
Fresh Boarder


cron