colorrush Posted September 3, 2014 Share Posted September 3, 2014 Hello, I want to add a html box to the right of the productpage - see this image (the red box to the right) - http://i.imgur.com/0djM9l2.jpg How can I do that? Thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted September 3, 2014 Share Posted September 3, 2014 this red box is out of contents container? Link to comment Share on other sites More sharing options...
colorrush Posted September 3, 2014 Author Share Posted September 3, 2014 this red box is out of contents container? Hi Vekia, Yes, it is out of the container. I tried making the design 3 column instead of 2 column as it is now, but the center column gets too small then. Can your HTML box pro module add a box outside of the container as showed on the screenshot. Link to comment Share on other sites More sharing options...
vekia Posted September 3, 2014 Share Posted September 3, 2014 in this case everything depends on code that you will use :-) free html box don't allow to add stuff on product pages pro version allows to use extraRight hook, also productFooter with some css styles it is possible to create block like that. but i've got some questions i checked your website, take a look: this is how browser looks like, there is not enough space on my screen to place some block there :/ Link to comment Share on other sites More sharing options...
colorrush Posted September 3, 2014 Author Share Posted September 3, 2014 in this case everything depends on code that you will use :-) free html box don't allow to add stuff on product pages pro version allows to use extraRight hook, also productFooter with some css styles it is possible to create block like that. but i've got some questions i checked your website, take a look: this is how browser looks like, there is not enough space on my screen to place some block there :/ What screen size and resolution do you use? Hmm, maybe I should use the 3 column solution. Do you know if there is a way to get 3 columns on only the product page and 2 column everywhere else? Link to comment Share on other sites More sharing options...
vekia Posted September 3, 2014 Share Posted September 3, 2014 it's 1.6 installation? my screen resolution is 1366 x 768 on ipad and other devices there is totally no space Link to comment Share on other sites More sharing options...
colorrush Posted September 4, 2014 Author Share Posted September 4, 2014 it's 1.6 installation? my screen resolution is 1366 x 768 on ipad and other devices there is totally no space No, it's 1.5. I tested on smaller resolution, and ipad and no there is not much space. If I hook your HTML box module to the right column (instead of the left where it is now), the layout is then a 3 column design, instead of 2. Do you know if there is a way to only use the 3 column design on the productpages and the 2 column elsewhere on the shop? Link to comment Share on other sites More sharing options...
vekia Posted September 4, 2014 Share Posted September 4, 2014 {if $product_name=='product'} RIGHT COLUMN HERE {/if} Link to comment Share on other sites More sharing options...
colorrush Posted September 4, 2014 Author Share Posted September 4, 2014 In other words - how can I put a html box here (inside the container) - http://i.imgur.com/wMQNSh4.jpg Only on the product page if possible. Can it be added in product.tpl or can it be done with the HTML box module? Not sure what the best way is. Link to comment Share on other sites More sharing options...
colorrush Posted September 4, 2014 Author Share Posted September 4, 2014 {if $product_name=='product'} RIGHT COLUMN HERE {/if} Where do I insert that code? See my post above. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now