I'm currently trying to build a small e-commerce site trough CMSMS. I tried this using Shop Made Simple, Cart Made Simple and Payment Made Simple.
I've installed the modules and made a page that's named products containing this code:
Code: Select all
{cms_module module='ShopMadeSimple'}
Code: Select all
{cms_module module='CartMadeSimple' template='tinybox'}
No template passed from page and no default template available.
Please inform webmaster.
If I then go to my shopping cart i get this:
Code: Select all
1 products in your cart
View cart
This module is attached to frontendusermodule, and in FEU there's a group that's named CartMadeSimple.
If i click on this group in the backend at FEU i get this error:
Code: Select all
Warning: Invalid argument supplied for foreach() in /usr/local/www/vhosts/www.mydomain.eu/web/modules/FrontEndUsers/action.addgroup.php on line 126
Fout
Geen eigenschap gevonden voor opgegeven groep
I hope someone can help me, thanks.