Change the design of your Search by Manufacturer or Price Pages
Purpose: This is the Search Group template which applies to the "Search by Manufacturer" and "Search by Price" pages.
Notes: The "search_group.html" template file is virtually identical to the "search.html" template. However, we created a separate template so that it can be customized to look different than the category pages.
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
<!--START: BODY_HEADER-->
[CATEGORY_FULLLINE]
<!--END: BODY_HEADER-->
[Search_header]
<!--START: MANUFACTURER_HEADER-->
<!--START: logo-->
[logo]
<!--END: logo-->
<!--START: header-->
[header]
<!--END: header-->
<!--END: MANUFACTURER_HEADER-->
[keyword]
[manf]
[byprice]
[category_Header-products]
[productnumber]
<!--START: sortbylist-->
[sortbylist]
<!--END: sortbylist-->
<!--START: PAGING-->
[category_moreresults]
<!--START: PREV-->
[keyword]
[sortby]
[manf]
[byprice]
[prev]
[category_previouspage]
<!--END: PREV-->
<!--START: PAGES-->
<!--START: FIRST_PAGE-->
[keyword]
[manf]
[byprice]
[PAGE]
<!--END: FIRST_PAGE-->
<!--START: PAGES_SELECTED-->
[PAGE]
<!--END: PAGES_SELECTED-->
<!--START: PAGES_NOTSELECTED-->
[keyword]
[sortby]
[manf]
[byprice]
<!--END: PAGES_NOTSELECTED-->
<!--START: LAST_PAGE-->
[keyword]
[sortby]
[manf]
[byprice]
[PAGE]
<!--END: LAST_PAGE-->
<!--END: PAGES-->
<!--START: NEXT-->
[keyword]
[sortby]
[manf]
[byprice]
[next]
[category_nextpage]
<!--END: NEXT-->
<!--END: PAGING-->
<!--START: CATEGORY_ITEMS-->
<!--START: ITEM_TEMPLATE-->
[catalogid]
[THUMBNAIL]
[name]
<!--START: product_review-->
<!--START: product_review_average-->
[review_average]
[review_count]
<!--END: product_review_average-->
<!--END: product_review-->
<!--START: ITEMPRICE-->
[product_yourprice]
[ITEMPRICE]
<!--END: ITEMPRICE-->
<!--START: SALEPRICE-->
[product_yourprice]
[ITEMPRICE]
[product_onsale]
[ITEMSALEPRICE]
<!--END: SALEPRICE-->
<!--START: freeshippingblock-->
[freeshipping]
<!--END: freeshippingblock-->
[category_buyitlink]
[catalogid]
<!--END: ITEM_TEMPLATE-->
<!--END: CATEGORY_ITEMS-->
<!--START: PAGING-->
[category_moreresults]
<!--START: PREV-->
[keyword]
[sortby]
[manf]
[byprice]
[prev]
[category_previouspage]
<!--END: PREV-->
<!--START: PAGES-->
<!--START: FIRST_PAGE-->
[keyword]
[manf]
[byprice]
[PAGE]
<!--END: FIRST_PAGE-->
<!--START: PAGES_SELECTED-->
[PAGE]
<!--END: PAGES_SELECTED-->
<!--START: PAGES_NOTSELECTED-->
[keyword]
[sortby]
[manf]
[byprice]
<!--END: PAGES_NOTSELECTED-->
<!--START: LAST_PAGE-->
[keyword]
[sortby]
[manf]
[byprice]
[PAGE]
<!--END: LAST_PAGE-->
<!--END: PAGES-->
<!--START: NEXT-->
[keyword]
[sortby]
[manf]
[byprice]
[next]
[category_nextpage]
<!--END: NEXT-->
<!--END: PAGING-->
<!--START: CATEGORY_FOOTER-->
[CONTENT]
<!--END: CATEGORY_FOOTER-->
Note: Code blocks and their respective variables will only work with specific template pages.
Note: Several of these variables are used in multiple places on the page, with their dynamic content controlled by the code block used in each instance.