Page 1 of 1

CartMS cart not showing on own page

Posted: Mon Nov 14, 2011 3:32 pm
by chrisdoug
My installation is: CMSMS 1.9.4.1 on Linux with Apache 1.3 and PHP 5. Modules: Cart Made Simple 0.4.0 and Shop Made Simple 0.3.7

When I click on my add to cart link the shopping cart appears on the same page overlapping my existing content. Looking at other sites the cart opens on a clean page.

Links on homepage are hard coded but those on products page use SMS template.

Problem can be viewed on the following links:
http://www.adkinsstopsnoringaid.co.uk/i ... ?page=home
http://www.adkinsstopsnoringaid.co.uk/i ... e=products

Thank you for any help in advance.

I've taken another look and cart always appears in {content} area but keeps surronding page elements, I would prefer it to work as the news module does and appear on a seperate page.

Re: CartMS cart not showing on own page

Posted: Mon Nov 14, 2011 10:53 pm
by Duketown
chrisdoug,

Did you make special changes to the cart template? So the one to be shown when 'View Cart' is selected. It seems that the tag {cms_module module=ShopMadeSimple ...} is in that template.
Next to this, it strikes me as odd that the update of the quantities is not working (I take it you have read the remark on the return id in the template). It is working ok with removal of products.

Duketown

Re: CartMS cart not showing on own page

Posted: Tue Nov 15, 2011 10:46 am
by chrisdoug
Duketown,

Can you be more specific please? Have looked through templates and cannot find a remark relating to return id.

I have reinstalled the modules in case I had corrupted the code with my changes, my products page now works as expected but the view cart link on each page does not when I use {cms_module module='CartMadeSimple' template='tinybox'} on each page.

Any further help you can give would be much appreciated.

Re: CartMS cart not showing on own page

Posted: Tue Nov 15, 2011 2:21 pm
by Duketown
chrisdoug,

That would be remark
<!-- I know, the following is not very neatly done, but it works. Sorry :-) // -->
in Cart Made Simple/Templates/fe_showcart

Using template tinybox works for me. When I just checked the status on your site with
I got internal server error, so I could not see what happens on your site.

Duketown