Zen Cart Logo
Forums / Customization from the Admin / Where is the "Buy" Button?

Where is the "Buy" Button?

Views: 910

Results 1 to 5 of 5
12 Mar 2011, 6:41 PM
#1
shankworks avatar

shankworks

New Zenner

Join Date:
Mar 2011
Posts:
4
Plugin Contributions:
0

Where is the "Buy" Button?

Hey everyone. Im new here and i have been having an issue. I feel like an idiot because i cant find any other posts about this problem. The problem is that i cant find the "Buy" or "Buy Now" button on my site anywhere. I didnt have much problems setting everything else up and i dont know what i am supposed to do to fix this. There are no "Buy" buttons on any of my products pages. I though that it maybe was the template i was using, so i switched it back to the default one and i still dont see it.

I set up everything so far thru the admin area. I dont have much experience with zen cart or with PHP but up until this point i didnt really need to mess with the PHP code.

Im using ZC version 1.3.9e

You can see my store at http://www.coolwatchstore.com

Any help is greatly appreciated.

12 Mar 2011, 8:52 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Where is the "Buy" Button?

Check and see if you have setup for the Configuration ... My Store ...

Store Status
What is your Store Status
0= Normal Store
1= Showcase no prices
2= Showcase with prices

12 Mar 2011, 9:11 PM
#3
shankworks avatar

shankworks

New Zenner

Join Date:
Mar 2011
Posts:
4
Plugin Contributions:
0

Re: Where is the "Buy" Button?

Wow! Its working now. It was so simple, thank you so much! It was set on 2, and i switched it to 0 and now its working!

I have one more quick question. Right now the "add to cart" button is on the bottom of the page, is it possible to move it to the top of the page, or does that have something to do with the template im using?

12 Mar 2011, 9:33 PM
#4
ajeh avatar

ajeh

Oba-san

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

Re: Where is the "Buy" Button?

You could use the templates and overrides and customize the:
/includes/templates/your_template_dir/templates/tpl_product_info_display.php

And find the code for:

<!--bof Add to Cart Box -->
<code here>
<!--eof Add to Cart Box -->

and move that section of code elsewhere in the template ...

12 Mar 2011, 10:06 PM
#5
shankworks avatar

shankworks

New Zenner

Join Date:
Mar 2011
Posts:
4
Plugin Contributions:
0

Re: Where is the "Buy" Button?

OK sounds simple enough. Thanks for all the help, I really appreciate it!