Search found 149 matches

Search found 149 matches

Re: Change / Add background image to default theme

In: catalog/view/theme/yourtheme/stylesheet/stylesheet.css Instead of: body { background-color: #ffffff; use: body { background: #ffffff url('../image/your_background.jpg'); where: your_background.jpg is the name of the image you want to use! Upload your image to folder: catalog/view/theme/yourtheme...

Jump to post
  • Sat Jul 28, 2012 10:28 pm
  • Replies 9
  • Views 44748
Re: ****How to add products to homepage****

Whats the problem with using the "Featured" module. You can add any product to this that you wish!

Jump to post
  • Sat Jul 28, 2012 5:51 am
  • Replies 3
  • Views 3298
Re: How do I remove the extras from off my site!

In footer.tpl at: catalog/view/theme/yourtheme/template/common/footer.tpl Replace: <div class="column"> <h3><?php echo $text_extra; ?></h3> <ul> <li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li> <li><a href="<?php echo $voucher; ?>"><...

Jump to post
  • Sat Jul 28, 2012 5:40 am
  • Replies 1
  • Views 765
Re: Category ID Problem

How can i add searching category list in header. I am having problem Category ID Notice: Undefined variable: text_category in C:\wamp\www\opencart\catalog\view\theme\default\template\common\header.tpl on line 86 please help me Not as simple as you may think! Re: Undefined variable: text_category Yo...

Jump to post
  • Sat Jul 28, 2012 5:32 am
  • Replies 1
  • Views 1123
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!

Jump to post
  • Sat Jul 28, 2012 5:26 am
  • Replies 17
  • Views 4611
Re: Changing Cart button

You can have a go at replacing the "Add to Cart" button with an image as follows: Do not use your original cart.png Use the following two (cart.png and cart-active.png) and upload into folder: catalog/view/theme/simplecart-black/image/ http://www.mcasoft.talktalk.net/images/opencart_site/c...

Jump to post
  • Fri Jul 27, 2012 10:18 pm
  • Replies 8
  • Views 18245
Re: Changing Cart button

What you are asking for is possible BUT v1.5+ uses the same background image on many buttons throughout the site. At the moment if you look at "Contact Us" (and elsewhere) on your site you will see your Cart Background image where before you should have seen a button with Continue written ...

Jump to post
  • Thu Jul 26, 2012 10:55 pm
  • Replies 8
  • Views 18245
Re: Changing Cart button

Without seeing the image you are trying to use, a link to the site and confirmation of the version of Opencart you are using then difficult to say what you need to do!

Jump to post
  • Thu Jul 26, 2012 10:07 pm
  • Replies 8
  • Views 18245
Re: Changing Cart button

soapitup wrote:but not sure how to remove the exsisting "add to cart" text.
The button text is located at:
catalog/language/english/english.php
eg.

Code: Select all

$_['button_cart'] = 'Add to Cart';
This is where you would remove or change the "Add to Cart" text.

Jump to post
  • Thu Jul 26, 2012 9:33 pm
  • Replies 8
  • Views 18245
Re: opencarts home page menu bar (opencart.com)

Not your fault!
Probably an oversight in the theme that you downloaded!

Jump to post
  • Thu Jul 26, 2012 9:00 pm
  • Replies 16
  • Views 11402
Re: opencarts home page menu bar (opencart.com)

Had a quick look at your biology slideshow.css file and think that the original problem with IE was that the slideshow width was still set to the default full width of 980px. If this had been changed to your width for the slideshow of 550px the problem would have gone!

Jump to post
  • Thu Jul 26, 2012 4:26 am
  • Replies 16
  • Views 11402
Re: opencarts home page menu bar (opencart.com)

Couldn't find out whats causing your problem but (busy lately; not enough time!): Try the following (there is probably a better way of doing this but it seems to work in IE 8 and Firefox as you have the site set up at the moment!) At location: catalog/view/theme/biology/template/common/home.tpl (If ...

Jump to post
  • Wed Jul 25, 2012 7:56 pm
  • Replies 16
  • Views 11402
Re: How to add a theme options Panel

A theme option page already exists in Admin! But you have to create a new theme first! Copy the folder and everything within it at: catalog/view/theme/default rename to: catalog/view/theme/yourtheme1 change code in header.tpl - footer.tpl - stylesheet.css etc. to make your new theme. upload yourthem...

Jump to post
  • Sat Jul 21, 2012 9:55 pm
  • Replies 2
  • Views 1570
Re: FACEBOOK- Like Button Fully Working On All Browsers? PLE

This is probably a browser/plugin problem! eg. Internet Explorer 8 is set by default to accept plugins so plugins work. Mozilla Firefox is set by default to not allow plugins hence unless the user changes this setting the plugins will not work! Facebook "Like" is a plugin hence the results...

Jump to post
  • Sat Jul 21, 2012 5:42 pm
  • Replies 3
  • Views 1392
Re: opencarts home page menu bar (opencart.com)

I am assuming that your theme is compatable with your Opencart version: I've tried your wider 1000px and it makes no difference to the positioning in Internet Explorer. The column on the right is forcing the main content down! Before you start changing your stylesheet try the following: 1. Make sure...

Jump to post
  • Sat Jul 21, 2012 7:17 am
  • Replies 16
  • Views 11402
Re: Welcome Message doesn't change when user is logged in

Re: Is this a custom theme?

Its obvious that it is!
Its called "computerstore" and its running on v1.5.1.3

Jump to post
  • Mon Jul 16, 2012 6:10 am
  • Replies 10
  • Views 2616
Re: I NEED A NICER FOOTER :(

Re: The slideshow projecting to the right in IE8: Your header, menu and container are all set to 960 width. Your current slideshow images at eg: http://www.hotgirlhair.com/image/cache/data/bannerpresalesmall-990x444.png are 990x444; These need to be 960x430 In Admin->Modules->Slideshow make sure tha...

Jump to post
  • Mon Jul 16, 2012 12:48 am
  • Replies 15
  • Views 3713
Re: User login test code

That links handy to have!
When you've got everything in your site complete on Opencart, then ask the question re: checking for logged in again!

Jump to post
  • Sun Jul 15, 2012 9:48 pm
  • Replies 22
  • Views 13524
Re: User login test code

Pretty sure you wont be able to do what you want! You'd be better installing/transferring all of your products with pics individually into Opencart v1.5.3.1 via opencart admin. Sounds a lot of work but I loaded 250 products in this way in 2 days. You can then use the complete functionality of Openca...

Jump to post
  • Sun Jul 15, 2012 9:40 pm
  • Replies 22
  • Views 13524

Search found 149 matches