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
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
Can you post a link to your site?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
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?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
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.Originally Posted by beadmobile.com.au
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.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
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.
Or alternately, how can I remove what appears to be a border, like this:
http://balgaworks.org/gallery/index....products_id=19
If I understand the question then it is controlled byYou could replace all this with/*Shopping Cart Display*/
#cartAdd {
float: right;}
text-align: center;
margin: 1em;
border: 1px solid #000000;
padding: 1em;/*Shopping Cart Display*/
#cartAdd {
display:none;}
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Thanks for that. Very helpful.