Zen Cart Logo
Forums / General Questions / Remove Tell-A-Friend button if sold

Remove Tell-A-Friend button if sold

Locked

Views: 692

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
18 Dec 2010, 6:46 AM
#1
buju12345 avatar

buju12345

New Zenner

Join Date:
Dec 2010
Posts:
3
Plugin Contributions:
0

Remove Tell-A-Friend button if sold

Hi, how can I remove the Tell-A-Friend button if the product is sold (I want it to only show, if the product is still for sale)?

18 Dec 2010, 3:12 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Remove Tell-A-Friend button if sold

You could customize the template with your templates and overrides and add:

  if ($products_quantity > 0 && $flag_show_product_info_tell_a_friend == 1) { ?>