Integrating with 3dcart

Here are the steps to integrate SearchSpring AJAX with your 3dcart store.

Go to "Settings > Design > Template Editor"

Screen_shot_2011-09-30_at_3.02.png

Click "Edit" for the search.html file name

Screen_shot_2011-09-30_at_3.05.png

Add your SearchSpring JavaScript to the top of the template.

Screen_shot_2011-09-30_at_3.07.png

Go to "Settings > Design > Themes & Styles"

Click "Edit Template (HTML)"

Click "Edit" for frame.html

Add your facet class in the desired location

<div class="searchspring-facets_container"></div><div style="clear:both"></div>

Screen_shot_2011-09-30_at_3.08.png

Add your results class in the desired location

<div class="searchspring-results_container"></div>

Screen_shot_2011-09-30_at_3.11.png