Forums / Setup & design / Basket and search fields
Kevin Fosse
Wednesday 15 June 2005 3:47:17 am
Hi.
A friend asked if I could help him set up a simple webshop. I jused to do jobs like this years ago, so I said yes. But things sure have changed since the last time I did this.
I heard many good things about EZ and decided to give it a try. I set up the default webshop that comes with the wizard, and then I tried to change the design in several ways. I changed the css files, but felt it didn't give me enough control to customize the way I really wanted the page. Being more old school I wanted tables where I feel I have absolutely control.
So I finally made an override for the main page layout. A standard html file with tables. I just made the navigation menu manually, and it seems to work fine. I added "{$module_result.content}" where I wanted the dynamic content. So far so good.
Since this is a simple page I only need the search field, and the shopping basket. Is there a way to put those two in my tables just like with the dynamic content?
regards
Kevin
edit: typosedit 2: found this which works, but not when browsing other products http://www.ez.no/community/forum/developer/basket_in_a_box_fetch
Wednesday 15 June 2005 4:37:34 am
Solved the basket problem with this:
http://ez.no/ez_publish/documentation/reference/data_fetching/shop/basket
No all I need is the search field and I'm good to go. :)
Edit: and there it was: http://ez.no/ez_publish/documentation/customization/components/search/custom_search_box
Next time I will do a better search before asking :)