Search found 26 matches

Search found 26 matches

Re: Broken Registration Form - OC V3.0.3.2

Just in case it helps anyone trouble shooting in future... I disabled Google Captcha V2 on opencart and everything worked as normal.

Strange but hey it works now :)

Jump to post
  • Thu Jun 11, 2020 2:50 am
  • Replies 8
  • Views 936
Re: Broken Registration Form - OC V3.0.3.2

You need to check your actual server error log, usually reside in your home dir under logs. If you are looking at the Opencart error logs, they won't help with fatal errors. Probably related to mail is my guess. Ah! Seems there's an issue with the Subject line being blank 🤔 how on earth do I edit t...

Jump to post
  • Tue Jun 09, 2020 3:04 pm
  • Replies 8
  • Views 936
Re: Broken Registration Form - OC V3.0.3.2

You need to check your actual server error log, usually reside in your home dir under logs. If you are looking at the Opencart error logs, they won't help with fatal errors. Probably related to mail is my guess. Ah! Seems there's an issue with the Subject line being blank 🤔 how on earth do I edit t...

Jump to post
  • Tue Jun 09, 2020 2:43 pm
  • Replies 8
  • Views 936
Re: Broken Registration Form - OC V3.0.3.2

letxobnav wrote:
Tue Jun 09, 2020 8:18 am
check your error logs.
Unfortunately the error logs are blank nothing is being flagged up in them as not working? Last entry in the error logs was from the 2nd of June when I was setting up the mail system but that's functioning now.

Jump to post
  • Tue Jun 09, 2020 2:25 pm
  • Replies 8
  • Views 936
Broken Registration Form - OC V3.0.3.2

Hi all, So using OpenCart V3.0.3.2 I have recently enabled all the SSL certificates and everything seems to be functioning well and as it should including the contact form. The only thing that doesn't want to work is the registration form when you enter all the details required and click register it...

Jump to post
  • Tue Jun 09, 2020 5:14 am
  • Replies 8
  • Views 936
Re: SSL certificate - Broken web

You need to edit the config.php under your shops directory and shops admin directory to read like so

// HTTP
define('HTTP_SERVER', 'http://example.com/');

// HTTPS
define('HTTPS_SERVER', 'https://example.com/');

In both config files. Also rename your htaccess to .htaccess and enable mod_rewrite.

Jump to post
  • Tue Jun 09, 2020 4:09 am
  • Replies 4
  • Views 472
Re: Mail issues with HostGator

A little update.

Ran through Gmail SMTP as a test and all emails send just fine. Time to move hosts.

Jump to post
  • Tue Jun 02, 2020 7:15 am
  • Replies 6
  • Views 1392
Mail issues with HostGator

Hi all, So Opencart 3.0.3.2 I have tried both Mail protocol and SMTP (Both SSL and non SSL) I cannot for the life of me get it to send any mails of any kind whether its a registration email or newsletter or order... I've had hostgator verify the settings and the settings I'm using and they say they'...

Jump to post
  • Tue Jun 02, 2020 5:52 am
  • Replies 6
  • Views 1392
1.5.5.1 - 2.3.0.2

Trying to upgrade OC 1.5.5.1 to 2.3.0.2 followed the instructions on the OC site Upgrade came back as completed sucessfully now when you load the site you get the following errors: Warning: mysqli::query(): Couldn't fetch mysqli in /home/jpcs/www.lymmengineparts.co.uk/oc3upgdev/system/library/db/mys...

Jump to post
  • Wed Aug 08, 2018 10:28 pm
  • Replies 2
  • Views 4635
Order emails not being sent

Hi all, I'm using V2.3.0.2 and for some reason if you place an order as a customer the admin receives an email saying an order has been received however the customer account receives nothing. You receive a registration email fine although it goes to spam (I'm trying to work through this with my host...

Jump to post
  • Sun Feb 11, 2018 1:19 am
  • Replies 1
  • Views 269
Re: Skip checkout steps 2,4,5

Legend thank you.

Jump to post
  • Fri Apr 29, 2016 3:37 am
  • Replies 2
  • Views 514
Skip checkout steps 2,4,5

Hi all, I am trying to setup my checkout steps to automatically skip the billing address, shipping method, payment method. I have already set default free shipping module and free checkout module. I just need to skip straight to confirm checkout. Anyone know how to go about this? I've heard you can ...

Jump to post
  • Thu Apr 28, 2016 5:31 pm
  • Replies 2
  • Views 514
Re: USPS Module over charging for first class?

Sorry for the VERY late reply, I may just do a weight based shipping module instead of direct to USPS to save time.

So up to 1 pound is X amount

2 - 10 pounds is X amount

Jump to post
  • Sun Dec 08, 2013 6:16 pm
  • Replies 5
  • Views 1135
Re: USPS Module over charging for first class?

Thanks for the reply buddy, My friend said this I don't think that's it. It's not even giving the option of first class. It's only giving priority mail. It's charging the correct amount for priority mail. To mail one ounce (a sticker) costs 49 cents, and it's charging people $6+ I'm OK with charging...

Jump to post
  • Fri Oct 18, 2013 9:49 pm
  • Replies 5
  • Views 1135
USPS Module over charging for first class?

As above I have activated the module on my friends website and USPS successfully gets shipping quotes however... Say you buy a sticker off his site that is 1oz? it charges like $6 apparently for first class mail he said that if he goes directly to USPS he only gets charged about $2 or so dollars.. S...

Jump to post
  • Fri Oct 18, 2013 6:00 am
  • Replies 5
  • Views 1135
Re: Multiple Category Parents

Any chance for a PM with a snippit of your code please?

Jump to post
  • Wed Jul 31, 2013 11:59 pm
  • Replies 5
  • Views 1369
Re: Multiple Category Parents

Thanks for the replies guys I dont actually have much experience with PHP so a lot of this isn't making sense to me :( I am mearly HTML and CSS lol!

Jump to post
  • Wed Jul 31, 2013 10:08 pm
  • Replies 5
  • Views 1369
Multiple Category Parents

I know it has been covered before but there was no definitive answer. We are building a car parts website and we want to be able to look through the parts either by manufacturer or by part type so... By Make -Vauxhall --Corsa B --Corsa C --Corsa D --Astra H --Astra G By Part -Gaskets --Head Gasket -...

Jump to post
  • Wed Jul 31, 2013 5:00 pm
  • Replies 5
  • Views 1369
Re: Facebook login in header of every page

Just a bump on this one.

I want to do the same I want the button in the header but have no idea how to use the php code " <?php echo $fbconnect_url; ?>" so it reads from the controller. When it's in a module position obviously opencart knows what to do with it.

Cheers for any help?

Jump to post
  • Wed Jul 24, 2013 6:39 pm
  • Replies 8
  • Views 2248
Re: Moving the Cart

Never mind... I changed

#header #cart {
position: absolute;
top: 0px;
right: 145px;
z-index: 9;
min-width: 300px;
}

to

#header #cart {
position: absolute;
bottom: 5px;
right: 145px;
z-index: 9;
min-width: 300px;
}

and it screwed it royally.

Jump to post
  • Wed Jul 24, 2013 5:07 pm
  • Replies 1
  • Views 633

Search found 26 matches