Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Removing Add to cart button

Removing Add to cart button

Views: 760

Results 1 to 2 of 2
22 Aug 2014, 8:40 PM
#1
sandyb58 avatar

sandyb58

New Zenner

Join Date:
Aug 2014
Location:
Independence
Posts:
1
Plugin Contributions:
0

Removing Add to cart button

Every product shows 2 "Add to Cart" buttons. How can I remove one of these?

Our url is www.m a s t e r d a t a d i r e c t . c o m

Thanks for your help.

SandyB

22 Aug 2014, 11:30 PM
#2
trinity14 avatar

trinity14

Zen Follower

Join Date:
Jan 2014
Location:
Ontario, Canada
Posts:
252
Plugin Contributions:
3

Re: Removing Add to cart button

SandyB,
It looks like you have duplicated your code.

check this file:
includes/templates/YOUR_TEMPLATE/tpl_product_info_display.php

around line 202 you'll find your first add to cart button.

the second one appears around line 248

Decide which one you'd like to keep and remove the other one ;)

Hope that helps,