I have searched and searched and I cant find the mod for quick price search that let me specify what people can search by, like $1-50, $51 - 100, etc..
is this here at Zen??
I have searched and searched and I cant find the mod for quick price search that let me specify what people can search by, like $1-50, $51 - 100, etc..
is this here at Zen??
Might look in the Older Contributions link on the Downloads under Others ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Quick Search for Price mod at
http://www.zen-cart.com/archived_contributions/other/
Great, It works perfectly!!
thanks.
can someone help me center this??
Code:Advanced Search URLs are created // Add or Delete $content rows, as needed $content = ''; $content .= '<div class="search_pricerange">'; $content .= '<a href="' . zen_href_link('advanced_search_result&keyword=&pfrom=' . SP_RANGE_1_F . '&pto=' . SP_RANGE_1_T) . '">' . SP_RANGE_1 . '</a><br />'; $content .= '<a href="' . zen_href_link('advanced_search_result&keyword=&pfrom=' . SP_RANGE_2_F . '&pto=' . SP_RANGE_2_T) . '">' . SP_RANGE_2 . '</a><br />'; $content .= '<a href="' . zen_href_link('advanced_search_result&keyword=&pfrom=' . SP_RANGE_3_F . '&pto=' . SP_RANGE_3_T) . '">' . SP_RANGE_3 . '</a><br />'; $content .= '<a href="' . zen_href_link('advanced_search_result&keyword=&pfrom=' . SP_RANGE_4_F . '&pto=' . SP_RANGE_4_T) . '">' . SP_RANGE_4 . '</a><br />'; $content .= '<a href="' . zen_href_link('advanced_search_result&keyword=&pfrom=' . SP_RANGE_5_F . '&pto=' . SP_RANGE_5_T) . '">' . SP_RANGE_5 . '</a><br />'; $content .= '</div>'; ?>
This mod is great, but does anyone know how to turn off the US Dollar symbol on the prices shown?
Or how to change the currency symbol to something else?
Please?