Page 1 of 1

2.3.0.2 has no payment extension

Posted: Wed Sep 07, 2016 1:14 pm
by arhatron
Hi, I installed 2.3.0.2. In Extensions, there is no payment nor shipping.
Then I tried 2.2.0.0, there is. Why?
Which extension should I download? how to make it work?

Re: 2.3.0.2 has no payment extension

Posted: Wed Sep 07, 2016 1:31 pm
by Qphoria
They were rearranged in 2.3
Its in the dropdown list in the Extensions page

Re: 2.3.0.2 has no payment extension

Posted: Thu Sep 08, 2016 12:36 am
by Johnathan
If you *do* want to re-add the extension areas to the left-hand menu, my OpenCart 2.3 Extension Compatibility Fix does that, as well as makes 2.3 compatible with 2.2 extensions.

Re: 2.3.0.2 has no payment extension

Posted: Tue Oct 11, 2016 4:23 am
by voord099
my dropdown list is also empty, clean install...

I had this error on the extension page:
Notice: Use of undefined constant GLOB_BRACE - assumed 'GLOB_BRACE'

and i resolved it with the solution pointed out in this forum http://forum.opencart.com/viewtopic.php?f=190&t=165375

basicly it comes down to replacing
GLOB_BRACE
with
(defined('GLOB_BRACE') ? GLOB_BRACE | GLOB_ONLYDIR : GLOB_ONLYDIR)

this resolved the glob_brace error, but there are still no extensions in the dropdown list

Re: 2.3.0.2 has no payment extension

Posted: Thu Nov 24, 2016 4:32 am
by WavMixer
I have also just completed a fresh install of 2.3.0.1 and modified the filemanager.php and modification.php files. I also do not see any options for payment.

Re: 2.3.0.2 has no payment extension

Posted: Thu Nov 24, 2016 11:05 am
by WavMixer
OK, I found where it was moved to. Just a little game of hide-n-seek.

Re: 2.3.0.2 has no payment extension

Posted: Tue Jan 10, 2017 4:57 pm
by yyjjww00
WavMixer wrote:OK, I found where it was moved to. Just a little game of hide-n-seek.
My situation is the same with you. Have you really fix the problem? How do you fix it?

Re: 2.3.0.2 has no payment extension

Posted: Sun Jan 29, 2017 4:15 am
by opencarter2.3
to all who can't find it:

Image