Search found 141 matches

Search found 141 matches

Re: 3D Secure required by law for all EU transactions

Hi Daniel,

Are there any plans to update the Sagepay Direct payment method to Protocol 4.00?
It seems pointless me finding somebody to update this if somebody is already updating this from your end.

Cheers
Elliott

Jump to post
  • Tue Jul 09, 2019 10:12 pm
  • Replies 53
  • Views 120545
Re: Timezones Questions

I've done another test and it does point to opencart setting the timezone to UTC somewhere, but not in the startup.php file as I've commented that out and also changed UTC to Europe/London If I create a small PHP file and run this completely standalone from opencart this is the output This is the Ti...

Jump to post
  • Thu Apr 18, 2019 5:07 pm
  • Replies 2
  • Views 726
Re: Timezones Questions

Further to above, I have found a timezone setting in startup.php however this doesn't seem to do anything. My ini file is set to Europe/London and even if I comment out the ini_get and force the timezone, it doesn't change. //if (!ini_get('date.timezone')) { date_default_timezone_set('Europe/London'...

Jump to post
  • Thu Apr 18, 2019 4:31 pm
  • Replies 2
  • Views 726
Timezones Questions

So, I've come across a very strange problem since upgrading to OC 2.3.0.2. The server and the database timezones are set correctly UK which is currently BST (GMT+1). When an order is created the SQL query uses the NOW() function to insert the date date_added column which is correct. I noticed howeve...

Jump to post
  • Thu Apr 18, 2019 4:05 pm
  • Replies 2
  • Views 726
Customers online - Where is this written to the database

Anybody know where the customers online is written to the database?
I've found the model "Model/tool/online" but what controller calls this. I can't find it anywhere.

Jump to post
  • Thu Mar 14, 2019 10:06 pm
  • Replies 1
  • Views 377
Re: Extension permission issue.

nobody else on this "community" forum who can offer some sage advise or does everybody just lurk in the commercial section looking to make a quick buck? If I put my extension into extension/idealpostcode it works If I put my extension into extension/idealpostcode/idealpostcode it fails wit...

Jump to post
  • Thu Jan 24, 2019 5:09 pm
  • Replies 14
  • Views 2066
Re: Extension permission issue.

It's NOT a module. A module is something that can be added to the layout of a page(s)

An extension is an extension, such as shipping, payments, captcha, totals etc.

Jump to post
  • Thu Jan 24, 2019 12:21 am
  • Replies 14
  • Views 2066
Re: Extension permission issue.

Just to clarify. I know how to write code for opencart. I know how a controller works and how a model works etc. These are fine and do not need to be looked at. This is a permission issue when the extension is placed inside extension folder. The new extension system is new to me so just want to know...

Jump to post
  • Wed Jan 23, 2019 11:47 pm
  • Replies 14
  • Views 2066
Re: Extension permission issue.

If you can't help, please move on. You clearly have no idea what you are talking about.

Jump to post
  • Wed Jan 23, 2019 11:34 pm
  • Replies 14
  • Views 2066
Re: Extension permission issue.

Why would I post in the commercial section? I'm asking for a bit of help, but you don't even understand the issue I'm having because if you did you wouldn't be asking me to post up code.

Jump to post
  • Wed Jan 23, 2019 11:25 pm
  • Replies 14
  • Views 2066
Re: Extension permission issue.

It's not a module so not a good idea to put it in the module folder. If I move the extension to it's own folder ie idealpostcode/idealpostcode then it work perfectly. If I make it fit in to the extensions then it fails with access denied, even though the user group does have access and modify permis...

Jump to post
  • Wed Jan 23, 2019 11:16 pm
  • Replies 14
  • Views 2066
Re: Extension permission issue.

Sorry, I have no idea what you are asking

Jump to post
  • Wed Jan 23, 2019 11:05 pm
  • Replies 14
  • Views 2066
Extension permission issue.

I've been using OC 1.5.6.4 for many years now and have decided it's time to upgrade to 2.3.0.2. My store is heavily modified to meet my needs, hence why it's taken me so long to upgrade. In the upgrade process, I'm having to update a number of older extension that have been written by myself and hav...

Jump to post
  • Wed Jan 23, 2019 10:12 pm
  • Replies 14
  • Views 2066
Re: How to make a page HTTPS

I don't want to make EVERY page secure. Whilst I know I could do it via .htaccess, this would be a hack. Somehow OC knows that if the page is a checkout/checkout or an account/* page it switches to HTTPS. There must be a way to add the checkout/success page so that this is also loaded as HTTPS if en...

Jump to post
  • Sun May 31, 2015 4:39 pm
  • Replies 3
  • Views 1216
How to make a page HTTPS

I've signed up for Google Trusted Stores and a requirement is that the order confirmation page is SSL I've spent the last hour trying to figure out how to load the success page as HTTPS. Does any body know where I can make this change. When you have SSL configured, pages like checkout, accounts etc ...

Jump to post
  • Sat May 30, 2015 10:58 pm
  • Replies 3
  • Views 1216
Re: notes for out of stock items

System->Localisation->Stock Status

you can change / add / delete stock statuses here.

the you need to change the out of stock status in the product file.

Jump to post
  • Sat Mar 22, 2014 2:48 am
  • Replies 2
  • Views 792
Re: Registration Form field Validation Check (how to change)

if (utf8_strlen($this->request->post['fax']) < 1) || !preg_match("/^[0-9]+$/",$this->request->post['fax'] && ((int)$this->request->post['fax'] < 10 || (int)$this->request->post['fax'] > 50)) {

Jump to post
  • Thu Mar 20, 2014 9:42 pm
  • Replies 5
  • Views 5197
Re: Separate SKU for each Product Option

Well, once you've spent hours working it all out, coding it and testing it. I look forward to downloading it for free.

I trust you will also offer the support when it doesn't work with my theme and will modify the code to work on my theme for free as well.

Just saying :) Give the guy $25 and move on

Jump to post
  • Thu Mar 20, 2014 3:21 am
  • Replies 3
  • Views 1183
Re: Going crazy trying to get "Guest Checkout" to work!

to adapt for mobile the text box fields where probably changed. Instead of <input type="text" name="email"..... this has probably been changed to <input type="email" name="email".... This is the new HTML5 standard and switches a mobile keyboard to show email c...

Jump to post
  • Tue Mar 18, 2014 9:47 pm
  • Replies 5
  • Views 2506
Re: Determine if at home page

I use this

Code: Select all

if (!isset($this->request->get['route']) || isset($this->request->get['route']) && $this->request->get['route'] == 'common/home') {

Jump to post
  • Thu Nov 07, 2013 6:53 pm
  • Replies 7
  • Views 18465

Search found 141 matches