Post by shahiran » Wed May 18, 2016 4:07 pm

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

Attachments

2016-05-18 12_25_58-Senzo Store - Order 592 - shahiraniran@gmail.com - Gmail.png

2016-05-18 12_25_58-Senzo Store - Order 592 - shahiraniran@gmail.com - Gmail.png (20.27 KiB) Viewed 1931 times


Newbie

Posts

Joined
Thu Mar 10, 2016 9:22 am

Post by IP_CAM » Wed May 18, 2016 10:57 pm

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

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by shahiran » Thu Jun 02, 2016 9:49 am

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

Newbie

Posts

Joined
Thu Mar 10, 2016 9:22 am

Post by IP_CAM » Thu Jun 02, 2016 10:41 am

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

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by shahiran » Thu Jun 02, 2016 10:52 am

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

Newbie

Posts

Joined
Thu Mar 10, 2016 9:22 am

Post by IP_CAM » Thu Jun 02, 2016 11:13 am

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

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by shahiran » Thu Jun 02, 2016 6:16 pm

Hi IP-Cam

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

thank you

from

shahiran

Newbie

Posts

Joined
Thu Mar 10, 2016 9:22 am

Post by IP_CAM » Fri Jun 03, 2016 4:48 am

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

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by Burt65 » Fri Jun 03, 2016 2:34 pm

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...???

Over 95% of all computer problems can be traced back to the interface between the keyboard and the chair...


User avatar
Active Member

Posts

Joined
Mon Nov 18, 2013 3:23 pm
Location - Oz

Post by Burt65 » Fri Jun 03, 2016 2:40 pm

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???

Over 95% of all computer problems can be traced back to the interface between the keyboard and the chair...


User avatar
Active Member

Posts

Joined
Mon Nov 18, 2013 3:23 pm
Location - Oz

Post by shahiran » Mon Jun 06, 2016 11:00 am

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]

Newbie

Posts

Joined
Thu Mar 10, 2016 9:22 am

Post by Burt65 » Mon Jun 06, 2016 12:06 pm

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

Over 95% of all computer problems can be traced back to the interface between the keyboard and the chair...


User avatar
Active Member

Posts

Joined
Mon Nov 18, 2013 3:23 pm
Location - Oz

Post by shahiran » Mon Jun 06, 2016 12:13 pm

HI Burt65

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

Newbie

Posts

Joined
Thu Mar 10, 2016 9:22 am

Post by Burt65 » Mon Jun 06, 2016 2:10 pm

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.. ;)

Over 95% of all computer problems can be traced back to the interface between the keyboard and the chair...


User avatar
Active Member

Posts

Joined
Mon Nov 18, 2013 3:23 pm
Location - Oz
Who is online

Users browsing this forum: No registered users and 43 guests