Search found 199 matches

Search found 199 matches

hbg

Re: [SOLVED] SSL changeover issue -

This was what was in the htaccess file (in the root). I have highlighted a few interesting sections in Bold. RewriteOptions inherit RewriteEngine on <Limit GET POST> #The next line modified by DenyIP order allow,deny #The next line modified by DenyIP #deny from all allow from all </Limit> <Limit PUT...

Jump to post
  • Wed May 08, 2013 10:02 am
  • Replies 14
  • Views 3615

hbg

Re: [SOLVED] SSL changeover issue -

Hi, the issue ended up being with one of the htaccess files. Many thanks to those people that helped out.

Jump to post
  • Wed May 08, 2013 8:48 am
  • Replies 14
  • Views 3615

hbg

Re: SSL changeover issue - Images Missing on site & Admin me

a question, why is your shop url hoembrewinn.com.au and the actual shop is in a subdir en then even in a sub folder of a subdir. for with url did you renew your certificate? if you put your shop just in root of site and regenerate your config files it just should work. The original Domain is homebr...

Jump to post
  • Tue May 07, 2013 10:02 am
  • Replies 14
  • Views 3615

hbg

Re: SSL changeover issue

Done.
I did notice the //HTTPS settings were slightly different. I removed the Admin, but that was worse.

Jump to post
  • Mon May 06, 2013 1:04 pm
  • Replies 14
  • Views 3615

hbg

Re: SSL changeover issue

The Config files should be okay, but I can't even login to Admin. I normally use an enhanced Dashboard, (which I have removed the XML file from VQmod/XML, as well as deleting all the files in the VQmod cache). config.php <?php // HTTP define('HTTP_SERVER', 'http://opencart.homebrewinn.com.au/shop/')...

Jump to post
  • Mon May 06, 2013 12:14 pm
  • Replies 14
  • Views 3615

hbg

Re: SSL changeover issue

Thanks CWS. I did notice this before when I checked out the main website address in this sslshopper link, but the redirect comes up okay in the sslshopper link. Any ideas where to go from here? I might have to look in CPanel.

Jump to post
  • Mon May 06, 2013 10:17 am
  • Replies 14
  • Views 3615

hbg

Re: SSL changeover issue

it looks like url to shop in config files is not right so your shop still want to run under ssl. would ot be mich simpeler to renwe your ssl certificate. if not you will have to change config files somit redirect correct to your site. Attached is one of the config files. I think I read somewhere el...

Jump to post
  • Mon May 06, 2013 9:07 am
  • Replies 14
  • Views 3615

hbg

Re: SSL changeover issue

Hi, the SSL certificate has been renewed, but I had to obtain another key from Godaddy.

Jump to post
  • Mon May 06, 2013 5:46 am
  • Replies 14
  • Views 3615

hbg

[SOLVED] SSL changeover issue -

Hi. Nearly 2 weeks ago, my SSL certificate expired (through GoDaddy). The info did not go through to my registrar, and my site is still down. Godaddy advised me to change a redirect on my subDomain, and that made tings worse, to the extent that my site was no longer functional. Today, it is back but...

Jump to post
  • Sun May 05, 2013 7:35 pm
  • Replies 14
  • Views 3615

hbg

Re: Strange PHP errors in Error Log v1.5.1.3

Hi, I received your message, and have tried replying. Anyway, just in case it doesn't work, Line 25 needs changing. I have put the corrections here:- http://forum.opencart.com/viewtopic.php?f=20&t=65777&p=351229#p351229 Original (Line 25-26) if (!$this->limit) { $limit = 15; Revised (which i...

Jump to post
  • Thu Oct 18, 2012 6:59 am
  • Replies 6
  • Views 1777

hbg

Re: Division by zero system/library/pagination.php on line 3

Hi, I just followed the link, and yes it is now blank. Sorry.
Original (Line 25-26)
if (!$this->limit) {
$limit = 15;

Revised (which is working for me)
if (!(int)$this->limit) {
$limit = 10;

Jump to post
  • Thu Oct 18, 2012 6:51 am
  • Replies 5
  • Views 2065

hbg

Re: Best way to add reward points to over 1000 products - SO

Is there any way to edit the # of rewards points (p.price * 5) without using phpMyAdmin? Unless there is a module, I don't think there is. Otherwise, there maybe a way of exporting it into an XLS file. I remember creating a formula. then copying the values into the reward section. However, the PHP ...

Jump to post
  • Wed Oct 03, 2012 10:14 am
  • Replies 16
  • Views 3819

hbg

'See Similar' Disable on Google Chrome Browsers.

One thing I have noticed over the last several months is when looking at an item on my site, if you move the mouse over an item, options comes up in the Google Chrome Browser for similar items. They are mostly unrelated, but would be distracting to customers if they use Google Chrome. Is there any w...

Jump to post
  • Wed Sep 26, 2012 6:55 pm
  • Replies 1
  • Views 1043

hbg

New look on site

Hi, just a quick note to let you know that I like the new look.

One tweak, unless it can be done already, is to look for extensions that aren't themes.

Jump to post
  • Mon Jul 16, 2012 3:04 pm
  • Replies 3
  • Views 2499

hbg

Re: @tik Remove Add to Cart button for Out of Stock items

I have tested it with 1.5.1.3. with Default Theme. Not supposed to work on 1.5.1.3 Developed for and tested with 1.5.3.1 as it says on documentation as well as in download compatibility. Hi, some modules do work on other versions (even though they only state a particular version), but I just wanted...

Jump to post
  • Mon Jul 09, 2012 12:49 pm
  • Replies 104
  • Views 86522

hbg

Re: @tik Remove Add to Cart button for Out of Stock items

Hi, just a quick note to let you know I have tested it with 1.5.1.3. with Default Theme. I have just upgraded to VQMod 2.1.6. Great Idea, but it didn't work. This is an out of stock product:- http://opencart.homebrewinn.com.au/shop/cheese-making/mad-millie-cheese-press This was the error:- ---------...

Jump to post
  • Mon Jul 09, 2012 11:42 am
  • Replies 104
  • Views 86522

hbg

Re: [vQmod] Enhanced Dashboard

I use it on 1.5.1.3, and it works well. It's very easy to check, just by uploading the XML file to the VQMod directory (using something like Filezilla. It it doesn't work correctly, just remove it. I doubt there would be any issues with 1.5.3.1. I am unsure about 1.4.9.X. Also, make sure you have th...

Jump to post
  • Fri Jun 29, 2012 8:18 am
  • Replies 28
  • Views 8777

Search found 199 matches