Request a quote link on product info page is returning the url of current page instead of the request a quote page. How can I get the url of request a quote page with the product id as request parameter? zen cart version is 1.5.1. I am using windows xp.
<a href="' . zen_href_link(FILENAME_TELL_A_FRIEND, 'products_id=' . $_GET['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_TELLAFRIEND, BUTTON_TELLAFRIEND_ALT) . '</a>


Reply With Quote
