Page 1 of 1

How to increase option text in my order form

Posted: Wed May 18, 2016 4:07 pm
by shahiran
Hi Support,

i am facing issues that when my customer order and select option then when they confirm order i and will receive order form there i can see only Select with blank option. Is it possible to make my option show full text in my order form and where should i edit the code. Kindly help me on this.. really urgent.

I also have attach the screenshot. Please take a look.

Please reply in email shahiraniran@gmail.com

Thank You

From

Shahiran

Re: How to increase option text in my order form

Posted: Wed May 18, 2016 10:57 pm
by IP_CAM
you are probably looking for something like this:
Long Text for Catalog Options in Opencart Shopping Cart (OCMOD)
http://www.opencart.com/index.php?route ... n_id=25222
---
Long Text for Catalog Options in Opencart Orders (OCMOD)
http://www.opencart.com/index.php?route ... n_id=23971
---
Unlimited Text for Products and Options in Cart, Checkout, Confirmation Emails, etc.
http://www.opencart.com/index.php?route ... n_id=22921
---
found here:
http://www.opencart.com/index.php?route ... in%20order

Ernie

Image
---
Image

Re: How to increase option text in my order form

Posted: Thu Jun 02, 2016 9:49 am
by shahiran
Hi IP_Man

Is it possible to edit in Opencart Main Core Code? With out any module? If yes please help me by showing me how and where to edit for my opencart version 2.0.3.1

Thank you From

Shahiran

Re: How to increase option text in my order form

Posted: Thu Jun 02, 2016 10:41 am
by IP_CAM
Sorry, I don't use OC v.2.0.x/v.2.1.x Versions anymore, when testing things. But everyting, contained in a VqMod/OcMod, may be implemented into the Source, if one know's, how to handle it.

But it's comparable easy to learn OcModding / VqModding.
It's actually just a simple SEARCH FOR - to: REPLACE either: INSTEAD OF - AFTER - BEFORE and: ADD either: INSTEAD OF - AFTER or: BEFORE - Procedure, sometimes combined with some Offset Values, used to 'ACT', some CODE-Lines BEFORE or AFTER the TAG/ANCHOR/TARGET, called/searched for by the SEARCH - Line Commend.
---
Sample routine: (Part of, not functionable in this form!)
<file name="admin/view/template/extension/installer.tpl">
<search position="before"><![CDATA[ (search position before the 'echo $heading_title' line)
echo $heading_title;
]]></search>
<add><![CDATA[ (add the following content into that placem before the search line)
<a href="<?php echo $refresh; ?>" title="<?php echo $button_refresh; ?>"></a>
]]></add>
---
Ernie

Re: How to increase option text in my order form

Posted: Thu Jun 02, 2016 10:52 am
by shahiran
Hi IP-Man

i think you are going to deep i dont understand on the coding and how to implement the coding which you provide me.

can you help me on this issues. because our website now in live we can put in on temporary mode. so please help me on this will be appreciate.

thank you

from shahiran

Re: How to increase option text in my order form

Posted: Thu Jun 02, 2016 11:13 am
by IP_CAM
Sorry, but I dont do Custom OC Work, but many others exist around here, willing and able to, if you are willing, to pay for their time and knowledge. Please understand !
Ernie

Re: How to increase option text in my order form

Posted: Thu Jun 02, 2016 6:16 pm
by shahiran
Hi IP-Cam

is it possible to know where to edit the code and how.

thank you

from

shahiran

Re: How to increase option text in my order form

Posted: Fri Jun 03, 2016 4:48 am
by IP_CAM
sure, You have to use one of the Code/Extensions, I linked, further above, I would not even recall,
wich one fit's best, because I did not create one of them, in the first place.
http://forum.opencart.com/posting.php?m ... 1#pr619127

Ernie

Re: How to increase option text in my order form

Posted: Fri Jun 03, 2016 2:34 pm
by Burt65
shahiran wrote:Hi Support,

i am facing issues that when my customer order and select option then when they confirm order i and will receive order form there i can see only Select with blank option. Is it possible to make my option show full text in my order form and where should i edit the code. Kindly help me on this.. really urgent.

I also have attach the screenshot. Please take a look.

Please reply in email shahiraniran@gmail.com

Thank You

From

Shahiran
And this is in the Bug Report because...???

Re: How to increase option text in my order form

Posted: Fri Jun 03, 2016 2:40 pm
by Burt65
shahiran wrote:Hi IP_Man

Is it possible to edit in Opencart Main Core Code? With out any module? If yes please help me by showing me how and where to edit for my opencart version 2.0.3.1

Thank you From

Shahiran
You do know and understand what a 'module" or "Extension" is/does, don't you???

The idea of using an extension or module is to not stuff up the main files of Opencart. What happen then when you have changed the main files and Oc stop working ??? How do you fix it then???

Re: How to increase option text in my order form

Posted: Mon Jun 06, 2016 11:00 am
by shahiran
Hi Burt65

i am facing issues that when my customer order and select option then when they confirm order i and will receive order form there i can see only Select with blank option. Is it possible to make my option show full text in my order form and where should i edit the code. Kindly help me on this.. really urgent.

I also have attach the screenshot. Please take a look.


Thank You

From

Shahiran[/quote]

And this is in the Bug Report because...???[/quote]

Re: How to increase option text in my order form

Posted: Mon Jun 06, 2016 12:06 pm
by Burt65
shahiran wrote:Hi Burt65
i am facing issues that when my customer order and select option then when they confirm order i and will receive order form there i can see only Select with blank option. Is it possible to make my option show full text in my order form and where should i edit the code. Kindly help me on this.. really urgent.
I also have attach the screenshot. Please take a look.
Thank You
From
Shahiran
Please shahiran, take at good look at the reply of IP_CAM. He has nicely already answer to your problem, that BTW is not a Opencart bug.

To increase the length of the text in your invoices you must increase the number of character allowed in Opencart Option. Your invoice will then print what ever is in the order option.

If you want to receive the right support, you really should post in the "RIGHT SECTION". Then again, I'm the stupid one that continue to reply to people posting in the wrong section... ;D

Cheers

Re: How to increase option text in my order form

Posted: Mon Jun 06, 2016 12:13 pm
by shahiran
HI Burt65

then where should i post it? only in bugs section to get the support.

Re: How to increase option text in my order form

Posted: Mon Jun 06, 2016 2:10 pm
by Burt65
shahiran wrote:HI Burt65

then where should i post it? only in bugs section to get the support.
I moved your topic in the right section. "General Support"

You are welcome.. ;)