Hi,
I'm totally new to this "phpwcms", but it seems very simple to use...
I'm going to make a shop in it.. But I can't find any documentation on the shop module for the new release (2013/02/15, r529).
So, I have tried with a guide for a older version.. But the cart don't work right, each time I change to a other category, it empty it self.
Or do I just click on the cart, it is empty... What am I doing wrong ?
Hope some here can and will help me - please...
Shop module in phpwcms 1.6.529
Re: Shop module in phpwcms 1.6.529
its not the old guide, its a setting in config-file i guess.
check
check
Code: Select all
Finally Edit .../config/phpwcms/conf.inc.php
$phpwcms['SESSION_FEinit'] = 1; // set 1 to enable sessions in frontend, 0 to disable sessions in frontend
-
- Posts: 2
- Joined: Wed 27. Feb 2013, 11:19
Re: Shop module in phpwcms 1.6.529
It did it, now I just need to make the site look nice...
Thanks!
Thanks!
nameless1 wrote:its not the old guide, its a setting in config-file i guess.
checkCode: Select all
Finally Edit .../config/phpwcms/conf.inc.php $phpwcms['SESSION_FEinit'] = 1; // set 1 to enable sessions in frontend, 0 to disable sessions in frontend