Search found 10 matches

Page 1 of 1

Search found 10 matches

Re: Updating PHP version would affect the opencart site?

Well, then just change to a lower v.7.x PHP Version, in any decent Environment, one should be able to select between different PHP Versions available. And if not, one just has a poor Hoster. Ernie Right, but windows95 said they were running 2.2.0.0 on PHP 7.2.1 as well but with no issues. I was won...

Jump to post
  • Fri Mar 16, 2018 2:12 am
  • Replies 50
  • Views 56310
Re: Updating PHP version would affect the opencart site?

im running an opencart 2.2.0.0 store on PHP version 7.2.1 no issues Thanks for the feedback. How do you deal with mcrypt being deprecated? I know it has been replaced in the latest version with openssl_encrypt, but I have a store running 2.2.0.0 that has been moved to PHP 7.2.1 and it's having issu...

Jump to post
  • Thu Mar 15, 2018 12:21 pm
  • Replies 50
  • Views 56310
Re: Any gotchas when converting from mysiam to innodb?

Thanks, as I said, this is one of the posts that tends to praise the Atomix script and moving from mysiam to innodb generally. However, for those familiar with both these engines, and the core queries in OC 2.2.0.0, I would like to request a more specific response if possible. For example, innodb wi...

Jump to post
  • Tue Jun 14, 2016 6:58 am
  • Replies 4
  • Views 1136
Any gotchas when converting from mysiam to innodb?

I've been searching and testing all weekend on one particular question and still don't have a definitive answer. I'm blurry eyed and desperate to get some dependable info on this. Are there any "gotchas" to converting OC db tables from mysiam to innodb? I've done it on test sites and compa...

Jump to post
  • Mon Jun 13, 2016 12:34 pm
  • Replies 4
  • Views 1136
Re: Exact price for product options

I'm looking for this as well. This extension seems to do it but only works for OC 1.5x and I am using OC 2.x.

https://www.opencart.com/index.php?rout ... 1122f876d6

Have you found a solution?

Jump to post
  • Mon Aug 10, 2015 11:00 am
  • Replies 4
  • Views 740
Re: Pricing products by options

Could you share your solution?

Jump to post
  • Mon Aug 10, 2015 10:45 am
  • Replies 3
  • Views 476
Re: Rewrite Rules Question

Thanks much, I hadn't been able to figure out the reason for that line! The following nginx version of that SEO block in htaccess seems to work: ## SEO URL Settings # Nginx configuration of OC htaccess location = /sitemap.xml { rewrite ^(.*)$ /index.php?route=feed/google_sitemap break; } location = ...

Jump to post
  • Sat Jun 06, 2015 11:14 pm
  • Replies 4
  • Views 1055
Re: Rewrite Rules Question

Thanks for your reply. So basically, this line in the htaccess:

Code: Select all

RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
avoids using the extra resources required to generate a dynamic 404 page when those specific file types are missing.

Jump to post
  • Sat Jun 06, 2015 3:08 pm
  • Replies 4
  • Views 1055
Rewrite Rules Question

In the stock htaccess for OC 2.0.3.1, these rules exist among some others: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] If I understand, this checks to see if th...

Jump to post
  • Sat Jun 06, 2015 3:30 am
  • Replies 4
  • Views 1055

Page 1 of 1

Search found 10 matches