Search found 52 matches

Search found 52 matches

Re: OCMod scripting index="0"

DigitCart wrote:
Tue Sep 28, 2021 2:55 pm
Hi
Ocmod starts from 0 and Vqmod starts from 1.
Thanks, that only makes my problem more weird :-)

But good to know!

Jump to post
  • Tue Sep 28, 2021 4:14 pm
  • Replies 3
  • Views 795
OCMod scripting index="0"

Hi, I have an extension which is not working as expected. Some research brought me to the possible conclusion that the use of the index attribute in the install.xml is not correct. They use index="0" to search for the first occurrence of a string, but I believe this should be index="1...

Jump to post
  • Tue Sep 28, 2021 2:31 pm
  • Replies 3
  • Views 795
Re: Opencart Update 3.0.2.0 to 3.0.3.8 Twig error

Something went wrong during the upgrade. Revert changes from your backups. You could either use the export / import tool from the Marketplace and install a fresh version of OC v3.0.3.8 and re-import the needed data or to create a new service request in the Commercial Support section of the forum to...

Jump to post
  • Fri Sep 10, 2021 10:29 pm
  • Replies 4
  • Views 1485
Opencart Update 3.0.2.0 to 3.0.3.8 Twig error

Hi, I have an error updating from 3.0.2.0 to 3.0.3.8 Uncaught TypeError: Argument 1 passed to Twig\TwigFunction::__construct() must be of the type string, array given, called in /vagrant/public/system/library/template/Twig/Function/Function.php on line 32 and defined in /vagrant/public/storage/vendo...

Jump to post
  • Fri Sep 10, 2021 10:08 pm
  • Replies 4
  • Views 1485
Re: Upgrading from 3.0.2.0 to latest version (3.0.3.7)

It seems when you run installer for 3.0.3.2 on a PHP 7.4 server, it seems to OK that it is compatible. No red flags on the installer screens. But after I installed on PHP 7.4, there were definitely at least 3 bugs fixes I had to apply for some errors I was getting (such as TWIG whitespace issue) I ...

Jump to post
  • Fri Aug 06, 2021 8:54 pm
  • Replies 9
  • Views 1975
Re: Upgrading from 3.0.2.0 to latest version (3.0.3.7)

OSWorX wrote:
Wed Aug 04, 2021 10:15 pm

No, please not.
Why?
3.0.3.7 has no benefit in comparison to 3.0.3.2 which you should use when you want to stay with 3.x
I need PHP 7.4 support :-)

Jump to post
  • Thu Aug 05, 2021 2:02 am
  • Replies 9
  • Views 1975
Upgrading from 3.0.2.0 to latest version (3.0.3.7)

Hi there, I'm planning on upgrading from OC 3.0.2.0 to the latest version. Can I just follow the regular instructions for that. Or are there any quirks that I should know of? For example maybe it's better to first upgrade to a lower version than 3.0.3.7 and upgrade to 3.0.3.7 from there? Any tips ar...

Jump to post
  • Wed Aug 04, 2021 9:10 pm
  • Replies 9
  • Views 1975
Re: 1. July 2021 - VAT Regulation Changes (MOSS, OSS, IOSS)

I am very curious how my fellow Opencart users will implement this in the Opencart configuration. Must be something like: -a Geo Zone per tax rate (for example: all countries with 21% in the same geo zone) -a Tax Rate for each specific rate (19%, 20% etc...) with the Geo Zone for the countries for t...

Jump to post
  • Tue Mar 23, 2021 3:16 am
  • Replies 7
  • Views 8379
Re: Load model in external php script

straightlight wrote:
Fri Oct 30, 2020 7:20 pm
They can be used this way: https://github.com/straightlight/openca ... upload/api .
Tnx, do you maybe have any documentation on how to use?

Jump to post
  • Fri Oct 30, 2020 8:33 pm
  • Replies 3
  • Views 14210
Load model in external php script

Hi I'm developing a script for shop maintenance to delete the oldest 500 disabled products. I want to use the 'deleteProduct' function of the admin Product model, but I can't get the model to load. Below is what I have. What am I doing wrong? include '/public/admin/config.php'; include '/public/syst...

Jump to post
  • Fri Oct 30, 2020 3:37 pm
  • Replies 3
  • Views 14210
Re: Journal 2 Documentation

Hi not sure if this should be under modules or themes? We've got Journal 2 installed and I need to do a few tweaks. On clicking on the Documentation link in admin, it links to Journal 3 documentation which is different. Does anyone have a link to the older documentation? Cheers Hi I'm also looking ...

Jump to post
  • Thu Dec 19, 2019 8:07 pm
  • Replies 7
  • Views 6538
Re: Disabled Products Showing

Not sure if this is a bug but I have installed Opencart 2.3 and where I have products disabled they still show in the category pages but with a blank image and blank product ID. I have to delete the product from Opencart for it to stop appearing Did you ever solve this? I have the exact same issue ...

Jump to post
  • Thu Feb 21, 2019 3:19 am
  • Replies 5
  • Views 2049
Re: Session's data OC3.x.x moved to the DB.. It is good or bad?

Just found this topic since we developed a new e-commerce with OC3 and journal, already user for other projects After activating a social camping the website got slower and slower and could not understand why, cache are enabled and is the same configuration that we had on other project Just found o...

Jump to post
  • Fri Dec 28, 2018 8:01 pm
  • Replies 13
  • Views 5681
Storage folder reason of performance issues?

Good afternoon, Using OC 3.0.2.0 with currently standard theme. I have recently taken into use my new shop with OC 3.0.2.0 and at that time Journal theme. Seemed fast at first but as days passed by the site got slower and slower untill the server kept running out of memory (server with 2 CPU, 8 GB m...

Jump to post
  • Thu Dec 27, 2018 10:51 pm
  • Replies 1
  • Views 310
Re: can i delete session table data

Running 3.0.2.0 I had 450,000 records in one website and 1 MM lines in another. So I made a copy and truncated the table just to see what happens . Everything is working just fine. The question is weather the hourly cleanup process is in fact working. Clearly there are expired session records in th...

Jump to post
  • Mon Dec 17, 2018 4:18 am
  • Replies 23
  • Views 15441
Re: can i delete session table data

Hi, Can I ask which part of the code handles this hourly clearance? OR is there a setting in Admin? The number of records in my OC3 session table is over 100,000 and I get only three or four visitors per day and this is over a span of just 3 months. The site is really slow with just OC3, Journal, O...

Jump to post
  • Mon Dec 17, 2018 4:18 am
  • Replies 23
  • Views 15441
Re: Admin product search problem

xxvirusxx wrote:
Sun Dec 09, 2018 1:24 am
@nongetjie

Try this

https://www.opencart.com/index.php?rout ... n_id=32796
Nice one tnx!

Jump to post
  • Mon Dec 10, 2018 7:20 pm
  • Replies 11
  • Views 5607
Re: Admin product search problem

moneycarlo wrote:
Fri Dec 07, 2018 1:48 pm
Use the % sign. Its the wildcard. If your product is called "toy car" just type %car in the filter and you'll get the results. No mods needed
tnx that's a good one. But I'm lazy and I like it when it just works without any additional characters

Jump to post
  • Fri Dec 07, 2018 3:41 pm
  • Replies 11
  • Views 5607
Re: Admin product search problem

OpenCart Admin Improvements should fix this, letting you search by partial values. It also has a bunch of other little improvements to the admin panel, and works on all OpenCart 3.0 versions. Feel free to take a look at the screenshots and demo site, and if you're interested let me know at www.getc...

Jump to post
  • Thu Dec 06, 2018 9:31 pm
  • Replies 11
  • Views 5607
Re: Admin product search problem

IP_CAM wrote:
Wed Dec 05, 2018 7:13 am
checked here already ?
https://www.opencart.com/index.php?rout ... t%20Filter
yes but couldn't find a proper one

Jump to post
  • Wed Dec 05, 2018 3:24 pm
  • Replies 11
  • Views 5607

Search found 52 matches