Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Showcase mode - remove contact us

Showcase mode - remove contact us

Locked

Views: 3,902

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
12 Jun 2006, 6:30 PM
#1
gustafr avatar

gustafr

New Zenner

Join Date:
May 2006
Posts:
26
Plugin Contributions:
0

Showcase mode - remove contact us

Hi,

I have mu Zencart in showcase mode with prices. Instead of showing the cart on the products it bow shows "contact us" with a link to the "contact us" page. How can i remove this?

Best Regards
G

12 Jun 2006, 10:50 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Showcase mode - remove contact us

Can you post a link to your site?

13 Jun 2006, 5:01 PM
#3
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Showcase mode - remove contact us

I've looked at your site and have never seen a nproblem quite like this one before. In Zen Cart terms in case other Zen Carters have seen this and have something to add ... on your product_info page the contents of the "add to cart" box have been replaced the words "contact us" in your site's language and a link to the "contact us" page.

In the meantime, could you find the tpl_product_info_display.php file for the template that you are using ("Classic" I suspect) and post the lines between the comments <!--bof Add to Cart Box --> and <!--eof Add to Cart Box-->. Also which version of Zen Cart are you using?

14 Jun 2006, 6:02 AM
#4
beadmobile_com_au avatar

beadmobile_com_au

New Zenner

Join Date:
Jan 2006
Location:
Brisbane, Australia
Posts:
4
Plugin Contributions:
0

Re: Showcase mode - remove contact us

as a complete newbie, maybe this is a stupid idea, but I thought the whole point of the 'showcase' was not to be able to add things to your cart! surely making the store a 'normal store' would show the add to cart link?

14 Jun 2006, 8:05 AM
#5
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Showcase mode - remove contact us

beadmobile.com.au:

as a complete newbie, maybe this is a stupid idea, but I thought the whole point of the 'showcase' was not to be able to add things to your cart! surely making the store a 'normal store' would show the add to cart link?I thank you. I have learnt something here. i'd never really noticed show case mode before, but as a result of you bringing it to my attention, I can confirm that what you are seeing is correct behaviour.

The idea is that instead of being able to add something to their cart, a visitor to your site who sees something that interests them should contact you instead.

30 Jun 2006, 2:05 AM
#6
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Re: Showcase mode - remove contact us

How can I modify what is displayed here? I have changed the tell-a-friend and write-a-review buttons, and I would like a contact-us button in line here. Is there a way to relpace this with an image? I tried the obvious.

30 Jun 2006, 8:33 AM
#8
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Showcase mode - remove contact us

If I understand the question then it is controlled by> /Shopping Cart Display/

#cartAdd {

float: right;
text-align: center;
margin: 1em;
border: 1px solid #000000;
padding: 1em;

}You could replace all this with > /Shopping Cart Display/
#cartAdd {
display:none;

}

30 Jun 2006, 10:15 AM
#9
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Re: Showcase mode - remove contact us

Thanks for that. Very helpful.