Hi,
I am using Zen Cart v1.3.8a/v1.3.8.
I hope that I am posting in the right place.
I was hoping that someone could help me with code. I would like to have a page to link too like for example About US, instead of a sidebox, but the way that http://www.trinity-homes.net/shop/
has check boxes that would bring up the categories that are checked. I am not much of a code guy, but here is what I have:
<div id="navColumnOneWrapper" style="width: 200px"><!--// bof: plansearchsidebox //-->
<div class="leftBoxContainer" id="plansearchsidebox" style="width: 200px">
<h3 class="leftBoxHeading" id="plansearchsideboxHeading">Find Your Plan</h3>
<div id="plansearchsideboxContent" class="sideBoxContent"><form name="plan" method="get"><input type="hidden" name="plan" value="5" />
<br />
<br>
<input type="checkbox" name="plan" value="index.php?cPath=375">
Entire yard<br>
<input type="checkbox" name="plan" value="index.php?cPath=376">
Front yard or front/side only<br>
<input type="checkbox" name="plan" value="index.php?cPath=377">
Back yard or back/side only<br>
<input type="checkbox" name="plan" value="index.php?cPath=378">
Small/medium specified area only<br>
<input type="checkbox" name="plan" value="index.php?cPath=379">
Small yard–Less than .5 acre<br>
<input type="submit" onclick="get_check_value()">
</form>
It will not bring up but one category - the last one in the check list.