Re: Undefined Index Error
You should contact the developer of the extension regarding this
If no response from the developer, report to OpenCart Support
If still want to use the extension after this, post a ticket in the Commercial Support forum for a developer to assist
- Sat Oct 03, 2020 4:29 pm
- Replies 1
- Views 166
Re: Migration to local host
Agreed. There is no reason vqmod should need to be reinstalled if it was working remotely.
OP make sure you have copied all files and folders.
- Mon Sep 28, 2020 6:14 pm
- Replies 6
- Views 441
Re: Get products from external server (api, rest)
You will most likely need custom work for this.
Please make post in the Commercial Support Forum
- Tue Sep 08, 2020 5:36 pm
- Replies 2
- Views 103
Re: can't log into the backend opencart 3.0.3.1
Have you reached out to your web hosts?
Jump to post- Sun Sep 06, 2020 3:39 pm
- Replies 30
- Views 663
Re: Community Slack or instant chat avalible
There is no such option for OpenCart.com support
Jump to post- Thu Aug 06, 2020 11:00 pm
- Replies 3
- Views 531
Re: blocking referers in .htaccess
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^somedomain\.com [NC] OR
RewriteCond %{HTTP_REFERER} ^subdomain\.somedomain\.com [NC]
RewriteRule .* - [F]
- Tue Aug 04, 2020 10:00 pm
- Replies 2
- Views 226
Re: how to use modules from previous opencart versions in version 3.0.3.3
Well, first port of call is to contact the developer of the module
Failing that, post a request on the Commercial Support Forum
- Sat Aug 01, 2020 4:15 pm
- Replies 1
- Views 210
Re: google_sitemap , error on line 1 at column 10834: xmlParseEntityRef: no name
Your sitemap seems to take an age to load, probably due to the number of items in it.
Jump to post- Thu Jul 30, 2020 8:23 pm
- Replies 13
- Views 3080
Re: Newbie to Opencart (crushing)
Ask your host
Jump to post- Mon Jul 27, 2020 6:23 pm
- Replies 2
- Views 126
Re: publishing plugin to a cloud
Extensions submitted to the cloud are checked by admin.
You will get an email if there is a problem.
It does however take some time.
- Sat Jul 18, 2020 3:54 pm
- Replies 1
- Views 3510
Re: ocmod.xml
OCMOD instructions are stored in the database in the oc_modification table
Jump to post- Thu Jul 16, 2020 7:15 pm
- Replies 2
- Views 180
Re: How can I Moderate Comments in OpenCart Marketplace?
ditto
Jump to post- Sun Jul 12, 2020 4:21 pm
- Replies 7
- Views 931
Re: How can I Moderate Comments in OpenCart Marketplace?
Alas, all you can do is remove posted comments.
There is no way of pre-moderating comments before they are posted.
You should contact support about spam comments though, preferably before deleting them, as I am not sure they are logged after deletion.
- Thu Jul 09, 2020 3:35 pm
- Replies 7
- Views 931
Re: google search wont accept sitemap!
Google Search Console is very finicky in recent months What URL are you submitting ( the long one index.php?route=extension/feed/googlesitemap or the short one sitemap.xml ) If you have .htaccess enabled from the default OC Download, it will contain a rewrite so you can use yourdomain.com/sitemap.xm...
Jump to post- Thu Jul 02, 2020 6:43 pm
- Replies 4
- Views 265
Re: Extracting opencart folder in existing opencart directory
As long as it's the same version and you did not modify any core files previously, it shouldn't be a problem. I usually ask people to do this if they are recovering from a hack or malware infestation so the core files are restored to correct versions. You may have a couple of un-needed files which y...
Jump to post- Sun Jun 21, 2020 4:44 pm
- Replies 2
- Views 215
Re: How to increase max upload size
root folder (pretty much everything on frontend is run through root index.php)
admin folder (pretty much everything on backend is run through admin index.php)
- Sun Jun 21, 2020 4:41 pm
- Replies 1
- Views 178
Re: How to start counting order from 0
Assuming you want to start fresh with your orders, delete all current orders Then via PHPMyAdmin go in to the oc_order table, click on operations tab, set Auto Increment value to '0' Whilst in there, make sure the following tables are empty also: oc_order_history oc_order_option oc_order_product oc_...
Jump to post- Sun Jun 21, 2020 4:36 pm
- Replies 2
- Views 196
Re: what is oc_category_path?
It is what links your subcategories to their parent categories
Say you have a subcategory called 'subcategory'
In your store you have:
maincategory
|-- subcategory
The path for subcategory would be maincategory - root (0)
- Mon Jun 15, 2020 3:58 pm
- Replies 2
- Views 284
Re: Change Currency To Guyanese Dollar
Strange, you asked the same question about a month ago: viewtopic.php?f=202&t=218043&p=788261#p788261
Jump to post- Thu Jun 11, 2020 3:15 pm
- Replies 3
- Views 159
Re: i want to start my store how i can do that
Why not check our FAQ/Tutorials section: viewforum.php?f=134
Jump to post- Thu Jun 11, 2020 3:14 pm
- Replies 2
- Views 276