Search found 112 matches

Search found 112 matches

Re: What are the major bugs in 3.0.2.0?

I suggest waiting for 3.1. There were quite a few issues in 3.x (see here and here). Would be prudent to wait for next official release ;)

PS: Never jump on the first release of a major version number :P

Jump to post
  • Fri Oct 19, 2018 1:07 am
  • Replies 3
  • Views 1559
Re: Language string ''Your shopping cart is empty!'' Apear on everypage

Brought this up a year ago, but arguing over validity got me banned from the github project when corrected... go figure :/

Jump to post
  • Fri Oct 19, 2018 12:46 am
  • Replies 4
  • Views 919
Re: Google reCaptcha Bypassed

Located similar/same problem that "seemed" to be user bypassing Google's reCaptcha. Was actually due to the "gcapcha" session variable never being cleared. Fixed by adding ocmod that unsets the var in google_captcha.php->index(). Added expire() function for use with "data-ex...

Jump to post
  • Fri Oct 19, 2018 12:16 am
  • Replies 15
  • Views 4626
Re: problems with font-awesome icons

Could just force what you have in config.php using .htaccess to correct the issue for all resources ;) # Force SSL and WWW RewriteCond %{SERVER_PORT} 80 [OR] RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R=301,L] - OR - # No SSL or WWW RewriteCond %{SERVER_P...

Jump to post
  • Fri Apr 13, 2018 1:07 am
  • Replies 1
  • Views 1785
Re: Warning: htmlentities() charset `UTF-8;' not supported, assuming utf-8

It is a non-issue for me. Was attempting to show others that was a reasonable solution in my opinion.

Maybe if the setting was validated at 'install/step_3' it would avoid others reporting the same problem ;)

Jump to post
  • Tue Apr 10, 2018 8:41 am
  • Replies 33
  • Views 17049
Re: Warning: htmlentities() charset `UTF-8;' not supported, assuming utf-8

While you indicate the issue is still present on Github, and the user above on this topic did indicated the issue was resolved after the provided solution, did you tried the provided solution above? If so, what were the results? Upon finding a solution on page one, did not continue to page 2 (topic...

Jump to post
  • Tue Apr 10, 2018 8:38 am
  • Replies 33
  • Views 17049
Re: Warning: htmlentities() charset `UTF-8;' not supported, assuming utf-8

straightlight provided the proper solution... In catalog/controller/extension/payment/pp_standard.php file, find: 'name' => htmlspecialchars($product['name']), 'model' => htmlspecialchars($product['model']), replace: 'name' => html_entity_decode($product['name'], ENT_QUOTES, 'UTF-8'), 'model' => htm...

Jump to post
  • Tue Apr 10, 2018 7:50 am
  • Replies 33
  • Views 17049
Re: [v3.0.2.0 - Fix] - text empty with text no results

Just confirming this list seems to cover all the instances of the issue we reported on git. At least it's an easy fix ;)

Jump to post
  • Wed Oct 11, 2017 12:13 am
  • Replies 2
  • Views 1826
Re: Orders staying in basket but payment going through

Sounds like either a javascript error or problem in the ajax response is preventing the redirect. Email me directly at rmullaney77 [at] gmail [dot] com if you want some assistance as I am generally too busy to browse the forums looking for those who have these types of problems ;)

Jump to post
  • Thu Aug 10, 2017 12:09 am
  • Replies 5
  • Views 2481
Login with Amazon "undefined variable user" fixed with OCMOD

Fixes the "undefined variable $user" error in "catalog/controller/module/amazon_login.php" http://www.opencart.com/index.php?route=extension/extension/info&extension_id=27114 The PHP error is displayed when a user clicks "Cancel" on the login popup. Created to patch...

Jump to post
  • Fri Jul 01, 2016 2:03 am
  • Replies 0
  • Views 647
Re: Changes to module search tags. Mod devs please READ!

Lets make this simple again... Just add an opt-in/out follow-up checkbox

Nothing illegal, not complicated, nothing to debate, just a checkbox and an automated script ::)

Didn't need to become a full-blown legal debate :P

Jump to post
  • Thu Jun 30, 2016 3:17 am
  • Replies 32
  • Views 189833
Re: Changes to module search tags. Mod devs please READ!

As long as the customer has not agreed explicit to recieve such emails, they are called SPAM. And can therefore be punished. Then have a checkbox permitting as much during checkout. Not exactly hard to work around. Something is better than nothing. Also, as they are a customer so a post-sale follow...

Jump to post
  • Wed Jun 29, 2016 5:02 am
  • Replies 32
  • Views 189833
Re: Changes to module search tags. Mod devs please READ!

Now this would be a lot of work, but it might be that OpenCart could email purchasers a few days after purchase asking for a rating on a few different criteria such as ease of install, speed of support if required, quality etc. This would help to build up a more accurate picture of an extension's q...

Jump to post
  • Wed Jun 29, 2016 12:29 am
  • Replies 32
  • Views 189833
Re: OC 2.2 Error

Looks like errors from 1.5 mods in a 2.0 store. Check the version of which your purchased theme was intended.

Jump to post
  • Thu Jun 23, 2016 4:28 am
  • Replies 6
  • Views 896
Re: SSL Issues

OC2 is getting fairly messy at this point. These types of changes really should have been reserved for 3.x :bash: The solution to my similar problem was fixed by changing... $_['site_ssl'] = false; to $_['site_ssl'] = true; In both of these files... system/config/catalog.php system/config/admin.php ...

Jump to post
  • Thu Jun 23, 2016 4:25 am
  • Replies 1
  • Views 511
Re: SSL admin unable login and full site SSL

paulfeakins wrote:Because this is the Commercial Support forum.
Couldn't have said it better myself :)

Jump to post
  • Mon Jun 13, 2016 10:31 pm
  • Replies 5
  • Views 1707
Re: custom text preview frontend

Guess my price was too high. Best of luck :)

Jump to post
  • Sun Jun 12, 2016 4:41 am
  • Replies 2
  • Views 1210
Re: Frequent OCMOD Changes

Slightly unrelated, but it was my rant so here goes... Would love it if things would stop moving from one controller to another between MINOR version updates. Took me a while to figure out the zone() function had been removed in favor of country() for loading localization drop-downs. It really is a ...

Jump to post
  • Mon Mar 21, 2016 7:13 am
  • Replies 9
  • Views 1762
Frequent OCMOD Changes

<RANT> Seems with each recent version things keep changing in OCMOD. Continuous micro-changes in MINOR/BUILD/REVISION updates means we have to keep tracking down what you guys are changing with each new release. I just finished a mod that had to work with the new admin path for the customer controll...

Jump to post
  • Tue Dec 29, 2015 2:56 pm
  • Replies 9
  • Views 1762
Re: Undefined variable: json Error when Updating Order statu

Worked fine as long as you remember to set Status to Enabled , error persists otherwise (most overlooking that detail). Admin > System > Users > API No users? Add Enter a username (using "api" is fine) Generate Status: Enabled Save All disabled? Edit Status: Enabled Save Admin > System > S...

Jump to post
  • Fri Sep 04, 2015 8:59 am
  • Replies 80
  • Views 62722

Search found 112 matches