Search found 142 matches

Search found 142 matches

Re: [Upgrade via github]

if you know nothing about php coding, then please use the stable version.
if you know a little about php coding, then you can use the master branch.
upgrade (don't use the admin upgrade tool, just copy files and make some changes to the database) is always very easy if you can fix small bugs.

Jump to post
  • Wed Oct 30, 2024 11:22 pm
  • Replies 6
  • Views 1632
Re: Transferring from Opencart v4.0.2.2 from Localhost to Online Server

Problem 1 and Problem 2, Softaculous is not recommended, you had better download and install opencart all by yourself. Problem 3 is wrong password. Problem 4 is due to opencart 4.0+ uses InnoDB engine, so you need to backup your database before moving to online server. you cannot direct copy your da...

Jump to post
  • Sat Oct 12, 2024 3:04 am
  • Replies 17
  • Views 3347
Re: SMTP Mail Not Working After Moving OpenCart to AWS Server

you can use gmail instead, but you need to create an app password for it.

Jump to post
  • Sat Oct 12, 2024 2:43 am
  • Replies 4
  • Views 1004
Re: [4.0.0] Checkout issues

if you are upgrading from 3.0+ or older 4.0+, you need to check the new coding style for the shipping methods and payment methods. versions among 4.0+ are quite different, you cannot use old shipping and payment extensions with newer opencart version directly. for example, you may need to change fro...

Jump to post
  • Mon Sep 30, 2024 3:03 am
  • Replies 11
  • Views 8614
Re: Does the API work at all?

not yet, daniel is working on it these days.
it should be working soon.

Jump to post
  • Mon Sep 30, 2024 2:59 am
  • Replies 14
  • Views 2410
Re: Database Update Script?

you can install a demo and then compare and update the database tables one by one.

Jump to post
  • Mon Sep 30, 2024 2:56 am
  • Replies 4
  • Views 2378
Re: SEO errors

for a quick resolution, you can check your php error log.

Jump to post
  • Mon Sep 30, 2024 2:52 am
  • Replies 9
  • Views 1503
Re: Image upload not working

make sure your image directory in your config.php and admin/config.php is correct.
for a quick resolution, you can check your php error log.

Jump to post
  • Mon Sep 30, 2024 2:47 am
  • Replies 9
  • Views 2673
Re: choose between hostgator and hostinger

you can buy a vps instead, you can install any extension if you like

Jump to post
  • Thu Sep 26, 2024 2:57 pm
  • Replies 5
  • Views 1808
Re: how to disable pagination and use scroll pages instead?

how to disable pagination and use scroll pages instead? this means &page=2... won't be able to be visited, only visitors can scroll the page to visit the next page. OC version. I am not sure the request above makes total sense but it looks like you're looking to restrict the pagination controll...

Jump to post
  • Sun May 26, 2024 10:39 am
  • Replies 5
  • Views 1756
how to disable pagination and use scroll pages instead?

how to disable pagination and use scroll pages instead?
this means &page=2... won't be able to be visited,
only visitors can scroll the page to visit the next page.

Jump to post
  • Sun May 26, 2024 4:42 am
  • Replies 5
  • Views 1756
Re: spam url generator

maybe those urls are from your domain's previous registrar?
Google may get the old urls from old website?

Jump to post
  • Tue Mar 12, 2024 1:40 am
  • Replies 6
  • Views 3503
Re: seo_url.php error

it is fixed in the master branch.
or next release will fix this problem.

Jump to post
  • Thu Feb 01, 2024 12:58 am
  • Replies 3
  • Views 1703
Re: Version 4.0.2.3 from mobile or ipad does not scroll left to see the whole page.

the problem should be resolved if you do what I told you.
by the way, what version are you using?

Jump to post
  • Mon Jan 29, 2024 2:38 am
  • Replies 6
  • Views 2895
Re: Upgrade from 3.0.3.6 to the latest 4.0.2.3 Instructions ?

you can do a clean installation and then use phpmyadmin to copy data sheet or use
insert into ... select ... from....

Jump to post
  • Mon Jan 29, 2024 2:30 am
  • Replies 10
  • Views 5406
Re: Version 4.0.2.3 from mobile or ipad does not scroll left to see the whole page.

admin/view/stylesheet/stylesheet.css
.table-responsive {
overflow: visible;
}
find and delete the above 3 lines at the end of the file.
and then delete your browser's cache.

Jump to post
  • Sat Jan 27, 2024 5:15 pm
  • Replies 6
  • Views 2895
Re: SMTP configuration

for gmail, you need to set a separated password for it.
you cannot enter your gmail login password, because it won't work.

Jump to post
  • Sat Dec 02, 2023 1:06 pm
  • Replies 7
  • Views 806
Re: replace an existing twig template with my own

you can download a free theme from marketplace and learn from it first before making your own theme

Jump to post
  • Fri Dec 01, 2023 5:30 am
  • Replies 7
  • Views 1617

Search found 142 matches