Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / No "buy now" button or quantity

No "buy now" button or quantity

Locked

Views: 1,665

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
9 Sep 2007, 12:43 PM
#1
wabo avatar

wabo

New Zenner

Join Date:
Sep 2007
Posts:
8
Plugin Contributions:
0

No "buy now" button or quantity

Where to switch on the buying option. looks like my testshop does not display something necesary;)

http://haus-der-stille.ro/shop/

Any sugestions?

10 Sep 2007, 4:12 AM
#2
usernamenone avatar

usernamenone

Totally Zenned

Join Date:
Sep 2006
Posts:
541
Plugin Contributions:
0

Re: No "buy now" button or quantity

Someone has removed the buy button code and has replaced it with a contact us code.

div id="cartAdd">
<a href="http://haus-der-stille.ro/shop/index.php?main_page=contact_us">Contactati-ne</a>

Open an unaltered tpl_product_info_display.php and replace the altered code.

10 Sep 2007, 4:13 AM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: No "buy now" button or quantity

Or, this sounds like you have setup your Store Status as Showcase Only ...

10 Sep 2007, 4:28 AM
#4
wabo avatar

wabo

New Zenner

Join Date:
Sep 2007
Posts:
8
Plugin Contributions:
0

Re: No "buy now" button or quantity

Where did you find that file?
The file I found in /shop/includes/templates/template_default/templates/
contains this:

?>

<?php if ($display_qty != '' or $display_button != '') { ?>
<div id="cartAdd">

<?php

  echo $display_qty;

  echo $display_button;

Anywhere else?
When I set the store status to "0" normal store, then the whole store disappears.

10 Sep 2007, 4:36 AM
#5
wabo avatar

wabo

New Zenner

Join Date:
Sep 2007
Posts:
8
Plugin Contributions:
0

Re: No "buy now" button or quantity

Strange enough, after 2 minutes the store is OK and now I do have shopping cart and buy now button.