Search found 77 matches

Search found 77 matches

Re: Problems with SMTP for gmail and port 587

I was able to get SMTP working again by using the unlock function (still with port 465 with SSL protocol): https://accounts.google.com/DisplayUnlockCaptcha However, I had to log out of all Google accounts from my browser and then log in with the account that needed unlocking. Then click the button, ...

Jump to post
  • Tue Jun 19, 2018 7:26 am
  • Replies 4
  • Views 6704
Re: Problems with SMTP for gmail and port 587

I previously mentioned that I got port 465 to work with gmail, however today I get an error that the password is rejected. I use an App password since I have 2-factor authentication in Gmail. However every new App password that I generated and tried is rejected. The security email from Google says a...

Jump to post
  • Mon Jun 18, 2018 10:44 pm
  • Replies 4
  • Views 6704
Problems with SMTP for gmail and port 587

With OC 1.5.x I was able to get ssl://smtp.gmail.com to work with port 465. But I wasn't able to get port 587 to work. With ssl://smtp.gmail.com I get error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol With tls://smtp.gmail.com I get error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong...

Jump to post
  • Sat Jun 16, 2018 8:52 am
  • Replies 4
  • Views 6704
Re: OCmod and folder CHmod Permissions

Is there any reason not to be as restrictive as possible? Would there be any problems if I set: all folders to 0700 and all files to 0600 except config.php, php.ini to 0400 (both root and admin) except index.php to 0404 (both root and admin) vqmod.php, pathReplaces.php to 0400 except images, and vie...

Jump to post
  • Tue Jun 05, 2018 6:55 am
  • Replies 4
  • Views 4324
Re: OpenCart GDPR Code update

If using Gsuite, what might be the possible text to add in the privacy policy regarding third party sharing and transfer out of EU? I was looking at some policies from different websites. Some are extremely detailed listing all the third parties, purpose, basis, and their addresses. Others were very...

Jump to post
  • Wed May 30, 2018 6:54 am
  • Replies 45
  • Views 71836
Re: OpenCart GDPR Code update

What happens for example, if you store the OC site on an EEA server, then you go travelling outside the EEA and access your backend and look up order information from overseas on your mobile phone or laptop? Are you then making an international transfer of personal data? And if you save your email t...

Jump to post
  • Wed May 30, 2018 5:39 am
  • Replies 45
  • Views 71836
Re: OpenCart GDPR Code update

Yes I already removed addthis from my website. There is probably a way to use it while staying compliant but i won't bother using it at all.

Jump to post
  • Wed May 30, 2018 4:09 am
  • Replies 45
  • Views 71836
Re: OpenCart GDPR Code update

The internal captcha probably doesn't have personal data implications. You could switch to that one. Or is it easy to break? We would also need to consider the use of Gmail account for receiving order notifications, since Google has access to the data and analyze the contents. Google servers might a...

Jump to post
  • Wed May 30, 2018 3:38 am
  • Replies 45
  • Views 71836
Re: OC 1.5.5.1 and PHP 7 compatibility

I previously fixed an older 1.5x for PHP 5.6. But I see that security support for 5.6 will end in December 2018. http://php.net/supported-versions.php I was thinking about migrating to 1.5.6x since Ernie says it works with PHP 7.0, but the same page says 7.0 will also end in December 2018. So I wond...

Jump to post
  • Tue May 29, 2018 10:21 am
  • Replies 8
  • Views 9834
Re: OpenCart GDPR Code update

I'm still not very familiar with the GDPR and am not an expert, but I suppose some countries might require that the privacy policy and TC be delivered to the customer during the sales. Even if what you say about not needing consent if the basis is for the contract, it might be necessary to have a re...

Jump to post
  • Tue May 29, 2018 2:23 am
  • Replies 45
  • Views 71836
Re: OpenCart GDPR Code update

Cookies: I started removing third party cookies from my OC shop, such as analytics and social media plugins. I probably only have first party cookies like the session ID, language, and currency. I also set the language and currency to expire on session by setting the time variable to 0. The followin...

Jump to post
  • Mon May 28, 2018 7:19 pm
  • Replies 45
  • Views 71836
Re: ReOrder broken for products with multiple options

I found in my case that when the options were 'image' type, the error occurred. I traced it to a bug in catalog/controller/account/order.php which for some reason forgot to pass on the order options only for 'image' type. It can be fixed by putting it back in: <file name="catalog/controller/acc...

Jump to post
  • Sun Nov 05, 2017 12:58 am
  • Replies 2
  • Views 648
Re: Product/product pages in SSL, new Chrome security warning for input fields

I would prefer not using SSL on pages that don't have input text fields, because I assume SSL will affect bandwidth? The vqmod above does successfully change all links to SSL for product pages (1.5x), but how do I force visitors to https if typing a http direct link to product pages? I'm using SEO s...

Jump to post
  • Fri Aug 18, 2017 10:48 am
  • Replies 3
  • Views 3307
Product/product pages in SSL, new Chrome security warning for input fields

From October Chrome is going to start giving "NOT SECURE" warnings on pages that contain text input fields (such as < input type="text" > or < input type="email" >). Product pages with options and quantity input fields will have this problem since by default the product...

Jump to post
  • Fri Aug 18, 2017 8:42 am
  • Replies 3
  • Views 3307
Maxium cart total by geozone?

Hi, I would like to set a maximum cart total by geozone, to prevent exceeding the max value allowed for simplified exportation out of the country. Is there a simple way of doing this? Any mods available that does this? I've seen a few mods in the marketplace for max cart value by customer group, but...

Jump to post
  • Fri Jun 09, 2017 4:24 am
  • Replies 2
  • Views 4007
How to make product-info left / right responsive?

Hi, I'm using this Responsive Design - Default Original Theme for 1.5.X to learn how to make my site responsive, and I got the front and info pages responsive, using max-width and width=100% on the containers and boxes, along with the @media to collapse or hide the top menu bar. But I can't get the ...

Jump to post
  • Mon Dec 12, 2016 10:38 am
  • Replies 1
  • Views 1284
Re: Upgrading from 1.5.5.1 to 2.0.0.0

Hi, just wanted opinions, is it worth upgrading from 1.5.x to current versions of 2.x? What are the big leaps in functionality? From the front end to back end, things look similar to me, except for the built in responsive template and extra payment methods. With all the mods, custom templates and da...

Jump to post
  • Sun Oct 16, 2016 12:42 pm
  • Replies 7
  • Views 1963
Re: [SOLVED]mysql_connect deprecated

There is a lot of conflicting recommendations here. http://forum.opencart.com/viewtopic.php?f=20&t=133437 http://forum.opencart.com/viewtopic.php?t=134996&p=530799 http://forum.opencart.com/viewtopic.php?f=181&t=151859 Some of the hosting services are now phasing out php 5.4 and forcing ...

Jump to post
  • Tue Jan 26, 2016 10:32 pm
  • Replies 49
  • Views 143092
Re: calculate tax with customer group when not logged in

For group 2, they have to enter a valid VAT ID and Opencart checks this automatically against the European database, so customers without a valid ID can't checkout.

Jump to post
  • Tue Apr 21, 2015 7:40 pm
  • Replies 4
  • Views 1773
Re: calculate tax with customer group when not logged in

I changed the code to this, to prevent undefined errors, and it seems to work. Now the tax will evaluate the customer's selected group even if not logged in. if ($this->customer->isLogged()) { $customer_group_id = $this->customer->getCustomerGroupId(); } elseif (isset($this->session->data['guest']['...

Jump to post
  • Tue Apr 21, 2015 12:54 am
  • Replies 4
  • Views 1773

Search found 77 matches