Page 1 of 1
Search found 4 matches
"Are you looking to detect the country before they enter their billing address at the checkout." Yes, I would like to know visitors country when they 1st. time arrive to the site. Then the country's ISO_CODE_2 is saved to cookie (and visitors also have option to change the country if they...
Jump to post- Fri Nov 25, 2016 6:57 am
- Replies 3
- Views 2288
Re: OpenCart 2.3: Extension Installer gives jquery error
Sorry, my mistake! The error was because jquery.js -file was included after jquery.ui.js -file. Of course this is the correct order: <script src="view/javascript/jquery/jquery-2.1.1.min.js"></script> <script src="http://code.jquery.com/ui/1.11.1/jquery-ui.min.js"></script>
Jump to post- Fri Nov 25, 2016 6:40 am
- Replies 2
- Views 665
OpenCart 2.3: Extension Installer gives jquery error
When I try to upload any extension with "Extension Installer", I get this error to console:
jquery-2.1.1.min.js
Error: cannot call methods on button prior to initialization; attempted to call method 'loading'
I am using Xampp and OpenCart 2.3.x.
- Mon Nov 14, 2016 11:18 am
- Replies 2
- Views 665
How to detect user's / visitor's / customer's country?
Is there a build-in PHP-function for detecting customer's country in OpenCart 2.3.x? I see the country-codes are saved as "iso_code_2" and "iso_code_3" in "country" -table. I need to auto-detect the same iso-codes when customer arrives to webpage, so I can build a scrip...
Jump to post- Mon Nov 14, 2016 7:51 am
- Replies 3
- Views 2288
Search found 4 matches