Hello!
I'd like to change this code so pressing the button links to the product info page instead of adding a product when pressed.
it would be nice with suggestions!$featured_buy = '<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, 'class="listingBuyNowButton featuredModuleButton"') . '</a>';
thanks


Reply With Quote
