Page 1 of 1

[Solved] Custom Note

Posted: Sat Jul 30, 2016 3:59 pm
by rawsly
Hi,
I want to add "special card note" for my cart page. But the data for this card note has to appear in admin panel's order details page. Normally, there is a comment section in checkout page's shipping and payment method section. It says "do you want to say something to us?", and the data inside this section appears in admin panel's order details page as a "comment".
I wanna put this section to my cart page too. I tried to copy the code inside payment_method.tpl. But it didn't work. Do you have any idea to do that?

Re: Custom Note

Posted: Sat Jul 30, 2016 7:20 pm
by straightlight
rawsly wrote:Hi,
I want to add "special card note" for my cart page. But the data for this card note has to appear in admin panel's order details page. Normally, there is a comment section in checkout page's shipping and payment method section. It says "do you want to say something to us?", and the data inside this section appears in admin panel's order details page as a "comment".
I wanna put this section to my cart page too. I tried to copy the code inside payment_method.tpl. But it didn't work. Do you have any idea to do that?
Welcome to the Opencart forum. Which OC version are you using? Could you clarify: 'But it didn't work' ? What are the results?

Re: Custom Note

Posted: Sat Jul 30, 2016 7:45 pm
by rawsly
Hi,
I am using 2.1.0.1 version. It didn't send the data to the admin panel's order details section.

Let me clarify it again. Actually I wanna add an extra custom field for my Checkout page. Normally the checkout page has 6 steps. I wanna add a "Step 0" and in this step there will be a form like text area, checkbox and text, and I want all datas of these options appear in admin panel's order details section.

Normally, in step 4 and step 5 which are payment method and shipping method, there is a text area section for customer notes. The data inside this section is saved to admin panel's order details section as a "customer comment". I want something like that.

Re: Custom Note

Posted: Sat Jul 30, 2016 9:15 pm
by straightlight
rawsly wrote:Hi,
I am using 2.1.0.1 version. It didn't send the data to the admin panel's order details section.

Let me clarify it again. Actually I wanna add an extra custom field for my Checkout page. Normally the checkout page has 6 steps. I wanna add a "Step 0" and in this step there will be a form like text area, checkbox and text, and I want all datas of these options appear in admin panel's order details section.

Normally, in step 4 and step 5 which are payment method and shipping method, there is a text area section for customer notes. The data inside this section is saved to admin panel's order details section as a "customer comment". I want something like that.
Hi rawsly,

these features above could be done as a custom job. You can always post a new request topic in the Commercial Support section of the forum to get this done by professional programmers.

Re: Custom Note

Posted: Sat Jul 30, 2016 9:30 pm
by rawsly
Hi, straightlight
Okay, I understand. Thanks for your reply.