Search found 52 matches

Search found 52 matches

Re: How to apply full screen-width background to header?

The other way for doing this involves editting the header.tpl of the theme, the footer.tpl and the stylesheet.css. Youd have to get both the header and the footer divs out of the container div (one will be above and one below), then incorporate both the header and the footer in some other divs like...

Jump to post
  • Wed Jun 26, 2013 10:04 pm
  • Replies 4
  • Views 1701
Re: How to apply full screen-width background to header?

The easyest way would be to apply the background to the body for all width but verically only to cover the header(in this case would be a background image set to repeat-x). Thanks for the reply. I would also like a full-width background applied to the footer so I don't think that method would work?...

Jump to post
  • Mon Jun 24, 2013 10:51 pm
  • Replies 4
  • Views 1701
[SOLVED] How to apply full screen-width background to header

Hi,

Can anyone please tell me how to apply a full screen-width black background to the header (without effecting header content - ie. keep content centered at 960px)?

Thanks
Matt

Jump to post
  • Mon Jun 24, 2013 10:09 pm
  • Replies 4
  • Views 1701
Change default sort for admin products page

On my admin products page I'd like to sort by 'category' and then 'manufacturer' by default.

Any help much appreciated.

Thanks
Matt

Jump to post
  • Thu Jun 20, 2013 8:21 pm
  • Replies 0
  • Views 196
Using vQmod with changes to common.js

Have recently decided to rebuild my store from scratch using vQmod. I have a few extensions which require changes to core files stylesheet.css and common.js Changes to stylesheet.css can easily be managed using a script like this... <operation info="Add stylesheet changes"> <search positio...

Jump to post
  • Tue Jun 11, 2013 7:58 pm
  • Replies 1
  • Views 459
Re: How to force "https://" to all pages?

open config.php in root af site and change all http to https do same with config.php in admin. edit .htaccess find: Options +FollowSymlinks change to: Options +FollowSymlinks RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://yoursite.com/$1 [R=301,L] if you use www. in front...

Jump to post
  • Sun Jun 02, 2013 8:24 pm
  • Replies 13
  • Views 37702
Re: config.php details for SSL

Thanks very much. Do URL's under the "// HTTP" heading also have to begin with "https://" for SSL-based sites? config.php file... // HTTP define('HTTP_SERVER', 'https://www.mysite.com/store/'); admin/config.php file... // HTTP define('HTTP_SERVER', 'https://www.mysite.com/store/a...

Jump to post
  • Sun Jun 02, 2013 7:54 pm
  • Replies 2
  • Views 311
How to force "https://" to all pages?

Hi, I have just installed my SSL certificate and would like to force all pages (not just checkout) to use "https://".

What is the best way to do this with opencart v1.5.1?

Thanks
Matt

Jump to post
  • Sat Jun 01, 2013 10:07 pm
  • Replies 13
  • Views 37702
config.php details for SSL

Hi, I have just installed my SSL certificate with opencart v1.5.1 Do I need to change the following URL's from "http://" to "https://" ? config.php file... // HTTPS define('HTTPS_SERVER', 'http://www.mysite.com/store/'); define('HTTPS_IMAGE', 'http://www.mysite.com/store/image/')...

Jump to post
  • Sat Jun 01, 2013 9:58 pm
  • Replies 2
  • Views 311
Re: PHP errors on homepage (v1.5.0)

Clear your cache folders (system/cache, image/cache, vqmod/vqcache) and your old log files (system/logs/error.txt, vqmod/vqmod.log). You have stale files in there that were created in your XAMPP setup and transferred when you uploaded to your live server. Because the server user does not own these ...

Jump to post
  • Wed Dec 14, 2011 7:50 pm
  • Replies 3
  • Views 1632
PHP errors on homepage (v1.5.0)

Hi all, My site is working fine on my local machine with XAMPP. When I FTP it to the live server and hit the homepage I get 150 lines of PHP errors (followed by store homepage as it should appear). Here are the first 50 lines... Warning: unlink(/home/username/www/store/system/cache/cache.currency.13...

Jump to post
  • Wed Dec 14, 2011 2:23 pm
  • Replies 3
  • Views 1632
What SSL certificate should I choose?

Hi all, I'm currently developing a store with westpac payway (for credit card transactions). One of the westpac requirements is: You must enable the use at all times of a Secure Socket Layer (SSL) of 128-bit encryption or higher to establish a secure browser session between you and your customer whe...

Jump to post
  • Sun Dec 04, 2011 12:31 pm
  • Replies 2
  • Views 1492
Re: Good Australian-based web host for opencart?

Thanks for the advice. I'll sign up with them and see how it goes :)

Jump to post
  • Thu Nov 24, 2011 11:47 am
  • Replies 6
  • Views 1798
Re: Good Australian-based web host for opencart?

Thanks smoothpc,

The VentraIP plans look pretty good and well priced for what they offer.

What are they like for network performance - website and FTP?

Jump to post
  • Wed Nov 23, 2011 6:20 pm
  • Replies 6
  • Views 1798
Good Australian-based web host for opencart?

Can anyone please suggest a good Australian-based web host for opencart?

www.webcity.com.au is at the top of my list so far.

Thanks
Matt

Jump to post
  • Mon Nov 21, 2011 9:05 pm
  • Replies 6
  • Views 1798
Re: Web hosts. Who's good and who to avoid

OnesieBummsie wrote:Im in NZ and i use australian based http://www.webcity.com.au they are well priced and i have had no problems and they have prompt response to queries :)
Is anyone else using www.webcity.com.au?

I'm looking for a good Australian-based host and so far they're at the top of my list.

Thanks

Jump to post
  • Sun Nov 20, 2011 7:15 pm
  • Replies 143
  • Views 43174
Re: OC 1.5.x - How to remove steps 2 & 4 from checkout?

Thanks Q, looking forward to see the script when you have it all sorted! :)

I think it will make a nice improvement to the default checkout process

Jump to post
  • Tue Oct 18, 2011 12:53 pm
  • Replies 2
  • Views 841
OC 1.5.x - How to remove steps 2 & 4 from checkout?

Hi, can someone please tell me how to remove the following steps from checkout? Step 2: Billing Details "Billing Details" and "Delivery Details" should be the same for my customers. Therefore, I only need to ask this once via "Step 3: Delivery Details" Step 4: Delivery ...

Jump to post
  • Tue Oct 18, 2011 10:35 am
  • Replies 2
  • Views 841
[1.5.1] Module required for login box

Does anyone have a module available that allows me to have a login box in Column-Left?

Opencart 1.5.1

Thanks
Matt

Jump to post
  • Sun Oct 16, 2011 10:22 am
  • Replies 1
  • Views 704

Search found 52 matches