Page 1 of 1

[v3.x - concept] - Custom fields with API and emails

Posted: Fri Apr 06, 2018 10:15 am
by straightlight
<< Please disregard this topic until further notice. It has been noticed recently that the custom fields from the core have larger problems than anticipated on GitHub and support is currently working on it. >>

Re: [v3.x - concept] - Custom fields with API and emails

Posted: Sat Apr 21, 2018 10:40 pm
by hrevis25
What i get is "Fatal error: Uncaught Exception: Error: Could not load session adaptor session! etc.. etc.. " When trying to access order details.
Plus that the order does not appear in dashboard.

Re: [v3.x - concept] - Custom fields with API and emails

Posted: Wed Aug 22, 2018 6:01 pm
by straightlight
wh1t3man2nd wrote:
Sat Apr 21, 2018 10:40 pm
What i get is "Fatal error: Uncaught Exception: Error: Could not load session adaptor session! etc.. etc.. " When trying to access order details.
Plus that the order does not appear in dashboard.
What does that explain?

Re: [v3.x - concept] - Custom fields with API and emails

Posted: Fri Sep 28, 2018 11:40 pm
by Jensdccom
Doesn't work for me.

I uploaded all the files to the folders and I get this error when I try to open the invoice.

Code: Select all

Backend fatal error: PHP Fatal error:  Uncaught Error: Call to a member function getCustomFields() on null in websitepublic_html/admin/controller/sale/order.php:1514\nStack trace:\n#0 websitestorage/modification/system/engine/action.php(79): ControllerSaleOrder->invoice()\n#1 websitepublic_html/admin/controller/startup/router.php(26): Action->execute(Object(Registry), Array)\n#2 websitestorage/modification/system/engine/action.php(79): ControllerStartupRouter->index()\n#3 websitestorage/modification/system/engine/router.php(114): Action->execute(Object(Registry))\n#4 websitestorage/modification/system/engine/router.php(103): Router->execute(Object(Action))\n#5 websitepublic_html/system/framework.php(168): Router->dispatch(Object(Action), Object(Action))\n#6 websitepublic_html/system/startup.php(104): require_once('/home//...')\n#7 /home/in websitepublic_html/admin/controller/sale/order.php on line 1514\n
As said I just uploaded the files and refreshed mods.

Re: [v3.x - concept] - Custom fields with API and emails

Posted: Tue Oct 02, 2018 4:04 pm
by m_uzunov
I uploaded files too, create token field in oc_order.....and when open invoice opssss -

Code: Select all

Fatal error: Call to a member function getCustomFields() on null in /home/......../admin/controller/sale/order.php on line 1514
. Is this a solution of custom fields problem , i dont think so...too

Re: [v3.x - concept] - Custom fields with API and emails

Posted: Sun Nov 04, 2018 6:03 pm
by m_uzunov
Ooo, that was easy, just copied all section custom fields from

Code: Select all

function info()
to

Code: Select all

function invoice()
in admin/controller/sale/order.php . Then add

Code: Select all

 {% if account_custom_fields %}
              {% for custom_field in account_custom_fields %}
               <b>{{ custom_field.name }}</b> {{ custom_field.value }}<br />
                 {% endfor %}
                 {% endif %}
                 
in order_invoice.twig, and that's all.

Re: [v3.x - concept] - Custom fields with API and emails

Posted: Sun Jun 02, 2019 7:19 pm
by straightlight
First post has now been edited.

Re: [v3.x - concept] - Custom fields with API and emails

Posted: Sat Aug 17, 2019 5:36 am
by Jos1984
m_uzunov wrote:
Sun Nov 04, 2018 6:03 pm
Ooo, that was easy, just copied all section custom fields from function info() to function invoice() in admin/controller/sale/order.php . Then add
{% if account_custom_fields %}
{% for custom_field in account_custom_fields %}
<b>{{ custom_field.name }}</b> {{ custom_field.value }}<br />
{% endfor %}
{% endif %}
in order_invoice.twig, and that's all.
I did everything you mentioned and I have a problem, I need to add to the invoice all the custom fields, how do I have to proceed ?, please if you could give me a hand. Thank you.

Re: [v3.x - concept] - Custom fields with API and emails

Posted: Sun Aug 18, 2019 7:05 pm
by straightlight
Please read the first post. This concept on my behalf has been deprecated.

Re: [v3.x - concept] - Custom fields with API and emails

Posted: Tue Apr 07, 2020 8:45 pm
by yzmservicesbv
straightlight wrote:
Fri Apr 06, 2018 10:15 am
<< Please disregard this topic until further notice. It has been noticed recently that the custom fields from the core have larger problems than anticipated on GitHub and support is currently working on it. >>
Hi,

Are there any updates on this matter since? How can I contribute, I need this function.

Re: [v3.x - concept] - Custom fields with API and emails

Posted: Thu Apr 09, 2020 1:25 am
by straightlight
nettopia wrote:
Tue Apr 07, 2020 8:45 pm
straightlight wrote:
Fri Apr 06, 2018 10:15 am
<< Please disregard this topic until further notice. It has been noticed recently that the custom fields from the core have larger problems than anticipated on GitHub and support is currently working on it. >>
Hi,

Are there any updates on this matter since? How can I contribute, I need this function.
Vague. More information is needed.