pimpton Posted October 17, 2006 Posted October 17, 2006 How can products be remove from this box automatically when the product quanity is zero? Is it possible to add more attributes to this box? I would like to add a buy button under the price of the product. Thanks for the help to any of the questions above.
desidil4ever Posted October 17, 2006 Posted October 17, 2006 use WHERE clause in query...for eg where products_price !=0 and to add buy button put this where u need the button <a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $new_products['products_id']) . '">' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</a> Simple Add-ons Please add simple plain tips here for others.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.