Quote Originally Posted by dharam1987 View Post
Though the above post is on Aug 2006. I would like to add the answer to it. So, that it will be helpful to anybody else coming to next after me.

You need to use the function zen_get_buy_now_button. This function is being used in tpl_modules_products_all_listing.php page (may be in some other pages also)

BTW, I wil be giving a link to download the total code which you can use with zencart3.8 which will display

vendor name
description
buynow button

for featured products in the main page.
zen_get_buy_now_button($featured_products->fields['products_id'],'<a href="' . zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $featured_products->fields['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_BUY_NOW, BUTTON_BUY_NOW_ALT) . '</a>&nbsp;');

USE THE ABOVE CODE