Page 1 of 1

Shop module in phpwcms 1.6.529

Posted: Wed 27. Feb 2013, 11:33
by macgruppen.dk
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... :roll:

Re: Shop module in phpwcms 1.6.529

Posted: Wed 27. Feb 2013, 13:08
by nameless1
its not the old guide, its a setting in config-file i guess.

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

Re: Shop module in phpwcms 1.6.529

Posted: Wed 27. Feb 2013, 14:23
by macgruppen.dk
It did it, now I just need to make the site look nice...
Thanks!
nameless1 wrote:its not the old guide, its a setting in config-file i guess.

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