Re: editor / bootstrap class="img-responsive"
From another post .. but see the button </>
use it to swap from a black to a white screen and visa versa
EDIT in a black screen
SAVE in a white screen
- Sat Apr 01, 2023 1:38 am
- Replies 14
- Views 245
Re: GEO Zones - cannot add zones
Yes, that move should be permanent. It does a double request because the calls are async and on success the trigger for the next call is not yet adjusted to the next line so it does the same call for the same line again unnecessarily, doubling the total calls, you can see it in web developer tools. ...
Jump to post- Sat Apr 01, 2023 12:33 am
- Replies 4
- Views 189
Re: Upgrade 3.0.3.3 to 3.0.3.7 or 3.0.3.8
What I have learned from my mistake I agree with the xxvirusxx your mistake is to make manual edits to files. Modules / Extensions / Ocmods / Vqmods all need updating - but if you have that it is SO SO SO much easier Re the files - you should be able to ask your host to recover them for you from a ...
Jump to post- Sat Apr 01, 2023 12:29 am
- Replies 10
- Views 13942
Re: Tooltips on Wishlist, Compare, Account
You could change all the appropriate the language files manually .. but if you read viewtopic.php?p=855555#p855555 .. it is a mistake.
Jump to post- Sat Apr 01, 2023 12:24 am
- Replies 3
- Views 75
Re: editor / bootstrap class="img-responsive"
As a wild guess you are saving in code mode If the editor screen is black (code mode) - it will not save - if the editor screen is white (preview mode) it should save If the editor screen is black (code mode) - it will not save - if the editor screen is white (preview mode) it should save It will b...
Jump to post- Sat Apr 01, 2023 12:14 am
- Replies 14
- Views 245
Re: Warning: Install folder still exists and should be deleted for security reasons!
It is just telling you to delete the installation folder
Using ftp / cPanel go into your files and delete the folder INSTALL
- Installation, Upgrade, & Config Support
- Warning: Install folder still exists and should be deleted for security reasons!
- Fri Mar 31, 2023 6:09 pm
- Replies 1
- Views 56
Re: What kind of search extension can suggest misspelling
https://www.opencart.com/index.php?rout ... on_id=2558
https://www.opencartx.com/smart-search
https://www.opencart.com/index.php?rout ... n_id=27419
https://www.opencartx.com/smart-search-pro
- Thu Mar 30, 2023 10:46 pm
- Replies 5
- Views 158
Re: GEO Zones - cannot add zones
looks like a server rate limit provision. When viewing a geo zone, it fires rapid ajax calls for each entry (twice) in that zone. I would guess your server config detects this as a probe/scanner activity and after so many requests blocks you with a 404. and better move this statement in admin/view/t...
Jump to post- Thu Mar 30, 2023 2:54 pm
- Replies 4
- Views 189
Re: OCMOD extensions install successfully but not showing up
You installed CaptchaV3 The OCMOD you installed when you unzip it has an install.xml and an upload folder with folders and files in there You have checked the files and folders on your site and those folders and files that appear in the above OCMOD are not there. It is not in the list of extensions ...
Jump to post- Thu Mar 30, 2023 12:55 am
- Replies 3
- Views 98
Re: Extension necessary to display all the categories with images ?
yes - use the built in html module
OC4 is still in the testing stage and not suitable for production sites
- Installation, Upgrade, & Config Support
- Extension necessary to display all the categories with images ?
- Thu Mar 30, 2023 12:34 am
- Replies 2
- Views 75
Re: OCMOD extensions install successfully but not showing up
Captcha should show up in the captcha section of extensions not in the modules section.
Jump to post- Thu Mar 30, 2023 12:33 am
- Replies 3
- Views 98
Re: Can someone please give me direction in what to look for on these errors?
Not smart to put an unconditional rewriterule in your htaccess, especially when it is a redirect. RewriteRule .* https://www.websitehere.com/ [R=302,L] These are posts to account login pages with no email or password fields, as OC expects those fields, an error message is logged, harmless really, ju...
Jump to post- Thu Mar 30, 2023 12:30 am
- Replies 20
- Views 645
Re: Weird email problem
You have to look at the code of the extension. You have not even stated which extension, so no-one is going to be able to even know if they have a similar experience ! Contacting the extension developer is always the first place to start. It might be an idea to double check your admin settings to ma...
Jump to post- Wed Mar 29, 2023 9:01 pm
- Replies 5
- Views 208
Re: error 500 opencart 3 - impossible to checkout and change order status
Put your site into maintenance. Turn off your theme and all extensions and repeat the process. When you say your log is empty - do you mean the one in admin ? logS - what about the one in the root of your site ? and fix https://www.google.com/search?q=opencart+same-site+cookie&oq=opencart+same-s...
Jump to post- Wed Mar 29, 2023 8:27 pm
- Replies 12
- Views 133
Re: Error 110 with Global Payments extension, Error 304 iso code not valid billAddrState
Wonderful. Thank you for coming back with the fix to help others.
If you would be so kind as to edit the Title of your post to include [SOLVED] that will help others in the future to find it.
Have a good day
- Extensions Support
- [SOLVED] Error 110 with Global Payments extension, Error 304 iso code not valid billAddrState
- Wed Mar 29, 2023 8:22 pm
- Replies 5
- Views 41
Re: error 500 opencart 3 - impossible to checkout and change order status
My car is broken. It doesnt start, I cant turn the engine and the lights dont work? How to fix ? The first question would be make and model, in our case OC VERSION You can check with your host if they changed anything. Check all your error logs. Check with anyone if they uploaded an extension. If yo...
Jump to post- Wed Mar 29, 2023 7:41 pm
- Replies 12
- Views 133
Re: Problem with languages
Ok so now it is a module that has fields to enter content .. Fields to write, or actually saved into the db. and what is the url of the CAT - do you have an SEO module also? Could be that. It will require a developer - it is usually written on the xml file of the OCMOD - which usually appears in the...
Jump to post- Wed Mar 29, 2023 7:35 pm
- Replies 14
- Views 214
Re: Can't change category description font text.
This is going to spiral so to focus. You can change bold and underline but not the font family. This would suggest caching can not be the issue as it would not update bold either. The issue is that is is not "changing" - so it is either not SAVING or it is being OVERRIDDEN your css file mi...
Jump to post- Wed Mar 29, 2023 7:24 pm
- Replies 9
- Views 128
Re: Error 110 with Global Payments extension
According to our friend google
ERROR 110: Customer email is invalid for preapproval.
and according to the error message
Jump to postPlease choose another payment method or contact us
- Extensions Support
- [SOLVED] Error 110 with Global Payments extension, Error 304 iso code not valid billAddrState
- Wed Mar 29, 2023 7:10 pm
- Replies 5
- Views 41
Re: Problem with languages
Has the module been written in three languages ?
If you think but do not know, explain the steps you did to check. Jump to post
- Wed Mar 29, 2023 7:07 pm
- Replies 14
- Views 214