Search found 149 matches

Search found 149 matches

Re: The shopping cart on hover not visible

Have a look in the language file at: catalog/language/english/module/cart.php Make sure that it reads as follows: <?php // Heading $_['heading_title'] = 'Shopping Cart'; // Text $_['text_items'] = '%s item(s) - %s'; $_['text_empty'] = 'Your shopping cart is empty!'; $_['text_cart'] = 'View Cart'; $_...

Jump to post
  • Sun Mar 10, 2013 2:01 am
  • Replies 1
  • Views 1119
Re: Footer Template Text on Homepage Only

Why dont you just add the link etc. to home.tpl for the theme your using at: catalog/view/theme/YOUR THEME/template/common/home.tpl eg: <?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?> <div id="content"><?php echo $content_top; ?> <h1 style="display: none;...

Jump to post
  • Wed Jan 23, 2013 1:45 am
  • Replies 5
  • Views 2669
Re: Help adding badge to footer

I just tried your code, and it still doesn't work. After pasting it it just does not appear still. Weird... When I paste this code into footer.tpl of v1.5.4.1 the logo shows. Are you sure that you are pasting this into the correct tpl file. If you have a theme it must be the footer.tpl for that the...

Jump to post
  • Thu Dec 27, 2012 8:56 pm
  • Replies 3
  • Views 2441
Re: Help adding badge to footer

Use the following code instead of the above and it should now work: <a class="tf_upfront_badge" href="http://www.thefind.com/store/about-shadeszone" title="TheFind Upfront"><img border="0" src="http://upfront.thefind.com/images/badges/s/f0/a8/f0a82c998493...

Jump to post
  • Sat Dec 22, 2012 6:38 pm
  • Replies 3
  • Views 2441
Re: How to edit template to make all categories appear in on

Edit the menu section in your stylesheet.css. You will need to play with padding, font size, etc. to get it all to fit as you want. I can't seem to find the Menu section in my stylesheet? I've gone threw it a dozen times :(. ????? Your stylesheet is located at: catalog/view/theme/theme051/styleshee...

Jump to post
  • Fri Dec 21, 2012 11:19 pm
  • Replies 4
  • Views 2108
Re: please help changing slideshow/ carousel images???

how to change queue of images in slideshow I try with change firs letter - no result I want put first image in slideshow to 3th position for example .how to do it Thanx You can control many aspects of the slideshow as follows: (Always backup original file first) In 'slideshow.tpl' located at: catal...

Jump to post
  • Fri Dec 21, 2012 10:45 pm
  • Replies 12
  • Views 53729
Re: information links question

To make room for an extra column in the footer in: catalog/view/theme/yourtheme/stylesheet/stylesheet.css Change: #footer .column { float: left; width: 25%; min-height: 100px; } to: #footer .column { float: left; width: 20%; min-height: 100px; } You can then add another column to the footer in foote...

Jump to post
  • Sat Aug 11, 2012 8:54 pm
  • Replies 13
  • Views 3905
Re: information links question

<?php foreach ($informations as information) { if ($information['href'] == "place the link of the payment option here") { ?> <li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li> <?php } } ?> use this code to replace the link under the e...

Jump to post
  • Sat Aug 11, 2012 7:08 pm
  • Replies 13
  • Views 3905
Re: Category Display like BILLY GUYATTS ??

Nevertheless, once I get it installed and start configuring things, I will definitely also reference the coding you [labeshops] have taken the time to work through and provide here ... for possible further enhancement (if needed). Surely you mean "mcamca" not "labeshops". The on...

Jump to post
  • Fri Aug 03, 2012 6:48 am
  • Replies 17
  • Views 4607
Re: How do i integrate a facebook like botton to Version 1.4

To put under latest in the right column in: catalog/view/theme/yourtheme/template/module/latest.tpl Replace: <div class="bottom">&nbsp;</div> with: <div style="float:left;">YOUR CODE FOR FACEBOOK LIKE GOES HERE</div> <div class="bottom">&nbsp;</div> Rather than ...

Jump to post
  • Fri Aug 03, 2012 6:33 am
  • Replies 6
  • Views 2234
Re: information links question

Hi! Can anyone please tell me how to link (link codes) specific information titles to different positions in the footer. I mean for example, in stead of putting all the information in the same box which will be in the same column,I want to put "About us" in one column, "Terms of use&...

Jump to post
  • Thu Aug 02, 2012 10:19 pm
  • Replies 13
  • Views 3905
Re: How do i integrate a facebook like botton to Version 1.4

First of all you need to get the code you need from facebook here: http://developers.facebook.com/docs/reference/plugins/like/ Then you need to decide where on your site you want it eg. footer, header, left column, right column or content. The code you obtained above can be placed in the relevant .t...

Jump to post
  • Thu Aug 02, 2012 7:20 pm
  • Replies 6
  • Views 2234
Re: Category Display like BILLY GUYATTS ??

PS: In Admin>Catalog>Categories>Edit>Category>Data>Image - make sure that each top level category has an image assigned to it!

Jump to post
  • Thu Aug 02, 2012 5:12 am
  • Replies 17
  • Views 4607
Re: Category Display like BILLY GUYATTS ??

But I have one that allows you to pick and show which category to display at home page: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=6464 Thanks ... but for the display/layout I'm wanting to achieve, a "3D Carousel" effect isn't what I had in mind. Ver...

Jump to post
  • Thu Aug 02, 2012 12:08 am
  • Replies 17
  • Views 4607
Re: fix background?

hi everyone, how do i fix a background so it doesnt move when viewing on different displays and zooming etc? like this site has done, it stays where it should http://www.limexb360.co.uk/ thanks This is the body css for the site you say is OK! body{background: #000000 url(/pub/files/shop%20design%20...

Jump to post
  • Wed Aug 01, 2012 7:21 pm
  • Replies 7
  • Views 2597
Re: fix background?

background-position:center top;
or have a look at:
http://www.w3schools.com/cssref/pr_back ... sition.asp

Jump to post
  • Tue Jul 31, 2012 6:00 pm
  • Replies 7
  • Views 2597
Re: Want to add copyright, and the powered by Opencart...

The normal place for the copyright is under the footer at the bottom of the page! To do this do following: At very bottom of code in footer.tpl Replace: </div> </body></html> with: <div width="980" align="center" style="background:#ffffff;padding-top: 5px;padding-bottom: 8px...

Jump to post
  • Mon Jul 30, 2012 12:55 am
  • Replies 2
  • Views 1639
Re: HTML5

Might help if you supplied a screenshot of what you wanted it to look like! The following is a compromise but you could try replacing in header.tpl: <body> With: <body style="background: url(http://urbanunderwear.co.uk/catalog/view/theme/simplecart-black/image/man1.jpg) no-repeat center top fix...

Jump to post
  • Sun Jul 29, 2012 8:22 pm
  • Replies 3
  • Views 1470
Re: HTML5

Not exactly sure what you mean but:
Have a look at:
http://www.w3schools.com/cssref/pr_back ... sition.asp
Maybe following would work:
Add for body css:
background-position:center;

Jump to post
  • Sun Jul 29, 2012 7:07 pm
  • Replies 3
  • Views 1470
Re: Category Display like BILLY GUYATTS ??

This can be simulated in Opencart using 6 images applied in the menu section of stylesheet.css together with other css changes in menu section! I get the idea that there is css styling involved ... but the rest of your suggestion doesn't make a whole lot of sense to me. :-\ Sorry, thought you meant...

Jump to post
  • Sun Jul 29, 2012 6:49 pm
  • Replies 17
  • Views 4607

Search found 149 matches