Combo Box

raja

Avatar: raja

2013-02-21 04:27

can i add the categories in combo box for quick access in Home page?

» Quick.Cart v6.x

braj

interkob

Avatar: interkob

2013-02-21 08:07

You can insert something like this in _header.php. Or you can create a new theme for the home page.


<select onchange="if (this.value) window.location.href=this.value">
    <
option value="?about-us,2">About us</option>
    <
option value="?our-offer,3">Our offer</option>
    <
option value="http://opensolution.org">Opensolution</option>
</
select>

raja

Avatar: raja

2013-02-26 09:36

it works but can we add the page name and sub page name in combo box for quick access autometically?

braj

Back to top
about us | contact