Search found 6679 matches

Search found 6679 matches

Re: Export/Import Extension Problem

Orders export/import isn't supported by our tool, you may have to use PHPMyAdmin for this, or search the OpenCart marketplace for a suitable tool.

Jump to post
  • Mon Feb 26, 2024 5:24 pm
  • Replies 14
  • Views 11333
Re: Export/Import Extension Problem

I am unable to reproduce your error. I assume you installed the opencart-3-x-export-import-multilingual-4-17-cloud.ocmod.zip ?

Jump to post
  • Mon Feb 26, 2024 1:49 am
  • Replies 14
  • Views 11333
Re: Gif Images modul

The Journal2 framework isn't supported here. Contact their support at https://support.journal-theme.com/.

The OpenCart 2 framework already supports GIF images.

Jump to post
  • Fri Feb 23, 2024 9:36 pm
  • Replies 1
  • Views 462
Re: version error 3039 in php 8.2. When I enter admin order info

Contact the extension developer to upgrade the cart/agent extension.

For a quick solution, change the

Code: Select all

class Agent {
    ....
}
to

Code: Select all

class Agent extends \stdClass {
    ....
}

Jump to post
  • Fri Feb 23, 2024 9:27 pm
  • Replies 3
  • Views 197
Re: error array......

Is anyone here reading the forum rules at all before posting here? We are not mind readers here!

For a start, there is VAT field in the customer record on a standard OpenCart, hence it looks like you are using some modifications.

Jump to post
  • Thu Feb 22, 2024 6:18 pm
  • Replies 14
  • Views 512
Re: New Product Not Accepting Categories

Look, you have now spent days here, without getting closes to a solution. So how about, as a first step, you provide proper details, as per the forum rules?

It looks like you are using OCmod-based extensions to start with.

Jump to post
  • Thu Feb 22, 2024 6:10 pm
  • Replies 43
  • Views 1304
Re: Country & Region fields in checkout not show or change

Precious little detail to go by here. if you want help, then please provide more details, as per the forum rules.

Jump to post
  • Thu Feb 22, 2024 5:59 pm
  • Replies 7
  • Views 684
Re: Planning a new OC 3.0.x.x release

And TimeZone fix :) Quick unrelated interjection. By this do you mean the timezone can be changed in the admin now without any problems? If so, it is still not working. Still have to go in and manually set the default.php in system/config, otherwise you're locked out the admin. Please provide more ...

Jump to post
  • Thu Feb 22, 2024 5:53 pm
  • Replies 26
  • Views 1495
Re: error array......

As pointed out, please provide more details, forum rules.

Jump to post
  • Thu Feb 22, 2024 3:23 am
  • Replies 14
  • Views 512
Re: Customer Balance?

OC doesn't have this feature. An order is normally fully paid. Have you checked the OpenCart marketplace for a suitable extension? Or you may consider the PayPal Checkout Integration extension which also offers a 'Buy now and Pay in 3' function.

Jump to post
  • Thu Feb 22, 2024 3:20 am
  • Replies 1
  • Views 311
Re: Planning a new OC 3.0.x.x release

xxvirusxx wrote:
Tue Feb 20, 2024 10:26 pm
And TimeZone fix :)
Ah yes, thanks for the reminder.

@AddCreative, when you have a spare moment, could you create a pull-request, based on what was discussed at https://github.com/opencart/opencart/pull/13390 ?

Jump to post
  • Tue Feb 20, 2024 11:20 pm
  • Replies 26
  • Views 1495
Re: Planning a new OC 3.0.x.x release

Thanks to all for your feedback. The index.php and admin/index.php now are set to use

define('VERSION', '3.0.4.0');

Will wait for AddCreative for some security patches, and after that we can ask Daniel for a release.

Jump to post
  • Tue Feb 20, 2024 9:15 pm
  • Replies 26
  • Views 1495
Re: oc_bots_report becomes corrupted as soon as I leave maintenance mode

There is no oc_bots_report table in a standard OpenCart.
Most likely you are using an extension. See forum rules first, and then provide some more details.

Jump to post
  • Tue Feb 20, 2024 1:53 am
  • Replies 1
  • Views 239
Re: Error Log Help

Your website appears to be subject to a bruteforce attack. For example there a lot of requests originating from 134.122.215.164:xxxxx where the xxxxx are randomly generated port numbers. Best to contact your webhost to set up a proper firewall. See also this forum section.

Jump to post
  • Mon Feb 19, 2024 10:54 pm
  • Replies 17
  • Views 648
Re: Hide Products & Category but not from SEO, looking for extension

If you can't find a suitable extension from the OpenCart marketplace, then you may have to find a developer on the commercial support section of this forum.

Jump to post
  • Mon Feb 19, 2024 10:40 pm
  • Replies 1
  • Views 87

Search found 6679 matches