Search found 53 matches

Search found 53 matches

Re: OpenCart 4.1.0.3 released

Any good news? Can we happily go for the 4.1 version now?

Jump to post
  • Sat Aug 30, 2025 11:36 pm
  • Replies 7
  • Views 25514
Re: Page with redirect error, not getting indexed by Google Search Engine

These urls have https:/// This suggests that google is (correctly) not indexing those pages. In addition google has indexed https://yoursite and you can check that easily yourself on google. Basically your issue is that google has not indexed pages that should not be indexed and the only issue you ...

Jump to post
  • Thu Nov 07, 2024 2:08 am
  • Replies 10
  • Views 2502
Re: Page with redirect error, not getting indexed by Google Search Engine

google-console.jpg It would be best to post some examples or the URLs that Google search console is reporting this for. Also inspect the URLs and post the User-declared canonical for each URL, as this is the page the redirect is to. I don't have any example. My site is running without an issue. The...

Jump to post
  • Wed Nov 06, 2024 10:20 pm
  • Replies 10
  • Views 2502
Re: Page with redirect error, not getting indexed by Google Search Engine

This is my htaccess file (active lines only). I hope it helps to identify my problem. Options +FollowSymlinks # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))"> Require all denied ## For apache 2.2 and olde...

Jump to post
  • Wed Nov 06, 2024 4:40 pm
  • Replies 10
  • Views 2502
Page with redirect error, not getting indexed by Google Search Engine

I am seeing 'Page With Redirect' error in my Google Search Console warning there are total 26 pages in my site (including my main domain address) has not been indexed by Google search engine because of this error. Therefore, I lost my place in the search results :( My OC version is 2.3.0.2 Can anyon...

Jump to post
  • Sun Nov 03, 2024 6:13 pm
  • Replies 10
  • Views 2502
Re: Transferring from Opencart v4.0.2.2 from Localhost to Online Server

paulfeakins wrote:
Mon Oct 14, 2024 6:04 pm
Great stuff, so please add [SOLVED] to the start of this topic title.
I am not the starter of this topic. How do I do that?

Jump to post
  • Mon Oct 14, 2024 7:50 pm
  • Replies 17
  • Views 3695
Re: Transferring from Opencart v4.0.2.2 from Localhost to Online Server

paulfeakins wrote:
Fri Oct 11, 2024 7:27 pm
Well somewhere in your code you must have an HTTPS.
You know what? Deleting the Chrome cookies fixed the problem! Now, localhost site loads just fine.

Thank you for your suggestions so far. I appreciate.

Jump to post
  • Sat Oct 12, 2024 5:18 pm
  • Replies 17
  • Views 3695
Re: Transferring from Opencart v4.0.2.2 from Localhost to Online Server

Change all links in the 2 config.php files to be http rather than https. My both config file read as follows: // HTTP define('HTTP_SERVER', 'http://localhost/SiteName/'); // HTTPS define('HTTPS_SERVER', 'http://localhost/SiteName/'); I am getting https warning in Chrome only. Site works fine on Edge.

Jump to post
  • Fri Oct 11, 2024 7:03 pm
  • Replies 17
  • Views 3695
Re: Transferring from Opencart v4.0.2.2 from Localhost to Online Server

Is vice versa true? Of course. I am afraid there seems to be an expired SSL Certificate data came along with the files downloaded from the live site. It requires 'https' connection and I receive the following error when I tried to open the localhost site: ---------------------- Your connection is n...

Jump to post
  • Thu Oct 10, 2024 7:36 pm
  • Replies 17
  • Views 3695
Re: Transferring from Opencart v4.0.2.2 from Localhost to Online Server

Indeed. Why not simply: 1. Copy files from local to live. 2. Copy db from local to live. 3. Adjust both config.php files on live. Job done. Is vice versa true? I mean; 1. Copy files from live to local. 2. Copy db from live to local. 3. Adjust both config.php files on local. Job done?? Thank you!

Jump to post
  • Wed Oct 09, 2024 4:26 am
  • Replies 17
  • Views 3695
Re: [SOLVED] No payments options are available on checkout

Check the product shipping options. If 'Requires Shipping: No' then the COD won't be available in the checkout.

Jump to post
  • Mon Jan 22, 2024 6:20 pm
  • Replies 14
  • Views 5857
Can I do the upgrade/migrate on my own?

I am about to move my site from 2.3.0.2 to 3.0.3.8. My live site is very stable on 2.3, but I don't want to be at back as time goes by so I decided to move to 3.0. I am planning to make a clean install of 3.0 in a testing environment first and then copy necessary custom files and folders such as ima...

Jump to post
  • Tue Aug 23, 2022 5:31 pm
  • Replies 2
  • Views 579
Re: Installing OC3 under OC2?

halfhope wrote:
Sat Jul 30, 2022 11:01 pm
RewriteCond %{REQUEST_FILENAME} !-d
Thanks but it didn't help.

Jump to post
  • Sat Jul 30, 2022 11:10 pm
  • Replies 12
  • Views 3034
Re: Installing OC3 under OC2?

This is the htaccess. Any idea? # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.com Options +FollowSymlinks # Prevent Directory listing Options -I...

Jump to post
  • Sat Jul 30, 2022 9:57 pm
  • Replies 12
  • Views 3034
Re: Installing OC3 under OC2?

Should the install function start automatically when I enter mysite.com/oc3 ? It won't

Jump to post
  • Sat Jul 30, 2022 8:03 pm
  • Replies 12
  • Views 3034
Re: Installing OC3 under OC2?

Upload is done but no OC-3 installation starts when I typed mysite.com/oc3 in the browser. "Page Not Found" error.

I created a new database and a new user. Connected the new user to the new database. Adjusted all user privileges as required.

By the way, both config files are empty.

Jump to post
  • Sat Jul 30, 2022 6:59 pm
  • Replies 12
  • Views 3034
Re: Installing OC3 under OC2?

Thank you for your reply.

I was wondering if subdomain works different than subdirectory. Which is good in my case?

In subdirectory way, I need to create a new folder in public_html, then install the OC3 in there. Am I thinking right?

Jump to post
  • Sat Jul 30, 2022 12:04 am
  • Replies 12
  • Views 3034
Installing OC3 under OC2?

I have a live OC2 website and now I am planning to upgrade it to OC3. Before doing that, I would like to have the new OC3 website installed as fresh to do all the necessary tests and also test the new extensions. My question is; since I have one hosting account, can I install the OC3 as a totally se...

Jump to post
  • Fri Jul 29, 2022 9:02 pm
  • Replies 12
  • Views 3034
Re: Worldpay Business Gateway Callback failures

Thank you Add Creative. Still looking for a solution :)

Jump to post
  • Fri Jul 29, 2022 8:44 pm
  • Replies 9
  • Views 7039
Re: Worldpay Business Gateway Callback failures

Where should I look at for web access logs? I couldn't locate one?

Jump to post
  • Sat Jul 23, 2022 1:08 am
  • Replies 9
  • Views 7039

Search found 53 matches