Page 1 of 1

Problem with cart module

Posted: Fri Apr 04, 2014 10:17 am
by bosty33
I try to configure shop service by this help:
http://calguy1000.com/Blogs/8/60/cmsms- ... ow-to.html and http://www.packtpub.com/article/cms-mad ... ce-website

I have install this module:

CGExtensions (A toolkit I use to build all of my modules with)
FrontEndUsers (The module that handles users and the login process)*
CGSimpleSmarty (A Set of smarty plugins)
CustomContent (A different set of smarty plugins for displaying different content to different users)
Products (The product management suite)
CGEcommerceBase (The core Ecommerce glue)
Cart (The basket management stuff)
Orders (Order processing and management)

I have big problem!
In "E-commerce | Calguys Ecommerce Base | Cart Setting" I have select the Cart module from the field Cart Module. Then I go in "Content | Product Manager" and open tag "template for details" and add line {Cart sku=$entry->sku} . When open Product page, I see all, but basket.
What I do wrong oar can You help me to do right...

Re: Problem with cart module

Posted: Fri Apr 04, 2014 12:16 pm
by velden

Re: Problem with cart module

Posted: Mon Apr 07, 2014 12:45 pm
by bosty33
thank's, but I have another problem.
How to configure orders page without login in it. Can I do it?
On click on this page I must see form for order and delivery data.
Now I saw note, that I haven't be login yet.

Re: Problem with cart module

Posted: Mon Apr 07, 2014 7:46 pm
by Dr.CSS
You may have to install FrontEndUsers even if not using it, then in Order manager "Allow anonymous users to checkout:"...

Re: Problem with cart module

Posted: Mon Apr 07, 2014 9:10 pm
by bosty33
Dr.CSS wrote:You may have to install FrontEndUsers even if not using it, then in Order manager "Allow anonymous users to checkout:"...
Thank you. It help me very much.