I'm working on a site which is set up fine and works well. But it uses an Order Form module which lets customer order a product to requirements rather than what is listed on there already.
The form is here: http://www.krazycatjewels.co.uk/index.p ... &form_id=1
Now all the other shop pages are fine, but just for this page I'd like to have the form where it is on the left, and then to the right of it a photograph.
So whether I need a two column page, or an image just added to the template code I'm not sure... But how do I make a different layout/template or where can I edit this in the existing template files?
Thanks very much for any help.
Website Design, hosting, seo and online marketing visit: http://www.yorkcreative.co.uk
path : "information/form" - no quotes
Opencart Templates, Modules, Themes & Custom Development | ShopThemer
Thanks for any help.
Website Design, hosting, seo and online marketing visit: http://www.yorkcreative.co.uk
modules/welcom - for html code
Opencart Templates, Modules, Themes & Custom Development | ShopThemer
Anyway to override this just for this page?
Thanks again.
Website Design, hosting, seo and online marketing visit: http://www.yorkcreative.co.uk
Opencart Templates, Modules, Themes & Custom Development | ShopThemer
Hi thanks so what's the most efficient way to set that up? Do you mean put html in the Welcome that contains a div or class and then add to the css to add an image to that class? How do I make that then overflow into the main column also?Xyph3r wrote:better use a background image for container on this page only..
Sorry I'm just looking for the most simple way to keep things clean.
Thanks again.
Website Design, hosting, seo and online marketing visit: http://www.yorkcreative.co.uk
Code: Select all
<div id "container" <?php if(!empty($this->request->get['route']) && $this->request->get['route'] == 'information/form') { ?>class="custom_container"<?php } ?>>
Code: Select all
<div id="container">
after..in stylesheet..asign a background to ..
Code: Select all
.custom_container
Opencart Templates, Modules, Themes & Custom Development | ShopThemer
My problem now is this seems to be in the wrong DIV as even if I float it to the right, it moves around if you resize the browser.
I'd really like the image to site next to the form within the "content" div and float right. I can't see the "content" div in the header.tpl file though, so I tried to move the code within "container-inner" to see if that would work:
Code: Select all
<div id="container-inner" class="wrapper clearafter" <?php if(!empty($this->request->get['route']) && $this->request->get['route'] == 'information/form') { ?>class="wrapper clearafter custom_container"<?php } ?> >
http://www.krazycatjewels.co.uk/index.p ... &form_id=1
Can you please help me get this in the right place? Thanks very much.
Website Design, hosting, seo and online marketing visit: http://www.yorkcreative.co.uk
Code: Select all
<div id="container-inner" class="wrapper clearafter<?php if(!empty($this->request->get['route']) && $this->request->get['route'] == 'information/form') { ?> custom_container<?php } ?>">
Opencart Templates, Modules, Themes & Custom Development | ShopThemer
Website Design, hosting, seo and online marketing visit: http://www.yorkcreative.co.uk
Users browsing this forum: Bing [Bot] and 52 guests