Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing cart and using zen-cart as cms

Removing cart and using zen-cart as cms

Locked

Views: 982

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
3 Mar 2009, 4:31 AM
#1
joshnelson avatar

joshnelson

New Zenner

Join Date:
Feb 2009
Posts:
8
Plugin Contributions:
0

Removing cart and using zen-cart as cms

Hello - I'm trying to basically shutoff the cart.....getting rid of call "add to cart" buttons, boxes, etc.....

Where to start? I've used oscommerce in the past and could remove them from the product_info, products_new, etc....I can't seem to find the code or the right files in zen-cart. can anyone point me in the right direction?

3 Mar 2009, 4:41 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Removing cart and using zen-cart as cms

As "cms" or as "showcase"?
You can turn on showcase mode by going to Admin->Configuration->My Store->Store Status

3 Mar 2009, 4:50 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Removing cart and using zen-cart as cms

If you're referring to the box containing the "contact us" link, you could alter the product-info template file to remove it, or you could use your stylesheet to set it to display: none

3 Mar 2009, 5:00 AM
#5
joshnelson avatar

joshnelson

New Zenner

Join Date:
Feb 2009
Posts:
8
Plugin Contributions:
0

Re: Removing cart and using zen-cart as cms

can you tell me where those are located?

css sounds easier, but will the allow me to remove the box and it's contents?

Also - can you speak to the files that are typically used? osc uses files like product_info.php, products_new.php, etc.....zen-cart seems to use an index.php?product_info scheme and I can't seem to find the necessary files to hack up to my needs.... is there a main location that has the core files that are displayed? the new, the all, the specials, etc...?

P.S. Thanks for your quick answers.....

3 Mar 2009, 5:12 AM
#6
joshnelson avatar

joshnelson

New Zenner

Join Date:
Feb 2009
Posts:
8
Plugin Contributions:
0

Re: Removing cart and using zen-cart as cms

I just solved most of my problems here by going here:

Admin> Categories/Products> Product Types> General Products> Click Edit Layout.

I've still got a box that says "contact us", but i can live with that.

3 Mar 2009, 5:17 AM
#7
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: Removing cart and using zen-cart as cms

Josh-

Something that is different with Zen Cart is that most things can be turned on and of via the Admin instead of having to edited files. If you do have to edit something you should be able to use the override system so that you don't lose those changes when you upgrade. See the tutorials/FAQs section.

3 Mar 2009, 5:23 AM
#8
joshnelson avatar

joshnelson

New Zenner

Join Date:
Feb 2009
Posts:
8
Plugin Contributions:
0

Re: Removing cart and using zen-cart as cms

cool. thx. looks like i just need to read....which is probably better than me hacking things up.

let me ask this though before i go to the tutorials site.....

page 2, page 3 and pag4 in the "more information" box......can you added say page 5, 6, 7, etc via the admin as well? on my first install, after editing what seemed like an endless amount of files, i was able to get the new pages to show up in the box, even show up in the editor....but displayed nothing when i tried to click and view the page. can that all be done via admin?

3 Mar 2009, 5:48 AM
#9
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: Removing cart and using zen-cart as cms

Click the tutorial link :smile: It really will answer most of your questions. Start with the Customizing section.