Post by Sidecutter » Sat Jun 16, 2018 1:27 pm

Hi all, I am working with Opencart 1.5.6.4, and I am trying to get it to show and allow editing of the company name on the customer's Edit Your Account Information page, right below their first name (index.php?route=account/edit). I have gotten as far as getting it to display the field title and the field for the data to go in, but I cannot seem to figure out where that last piece is coming from to make it actually pull that data so it shows in the Company field and can be changed/saved with everything the name and contact info. Any help would be greatly appreciated!

Active Member

Posts

Joined
Tue Jan 18, 2011 6:58 am

Post by IP_CAM » Sat Jun 16, 2018 7:36 pm

Well, the Company Name is an editable part of the Address 1 Section.
Ernie
---
Image

My Github OC Site: https://github.com/IP-CAM
5'200 + 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 Sidecutter » Sat Jun 16, 2018 7:52 pm

It is, but that's the admin side, which has been successfully altered to work with what we're doing here. What you're showing there is not an issue.

As stated, we want to get it, editable, into the customer's side of things, under My Account - Edit Your Account Information (catalog/view/theme/default/template/account/edit.tpl).

The text box is there. The labeling is there. You can put something in it. The only part I cannot seem to determine is what is missing from the file - I believe catalog/model/account/customer.php to make it pull that piece of data out of the database when you open the page like it does for all the other account information found there, and then make it save that data back when you continue, like all the other data entered there. I've taken a look at the nearby address.php model to see if I could discern what it was pulling that the customer.php was not, but I wasn't able to, and I don't know if I am just looking in the wrong place or not sure what I'm looking for, or both.

IP_CAM wrote:
Sat Jun 16, 2018 7:36 pm
Well, the Company Name is an editable part of the Address 1 Section.
Ernie
---
Image

Active Member

Posts

Joined
Tue Jan 18, 2011 6:58 am

Post by cyclops12 » Sat Jun 16, 2018 10:19 pm

I assume you have the relevant code added into the relevant controller file/s ?

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by IP_CAM » Sun Jun 17, 2018 3:58 am

Well, the problem is, that the ADDRESS Section, where this Value exists by default,
also uses it's own database Table, and you probably have no routine in your
edit.tpl- related file(s) yet, to get + handle this value. (just guessing ... ;) )
Ernie
---
Image

My Github OC Site: https://github.com/IP-CAM
5'200 + 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 Sidecutter » Sun Jun 17, 2018 6:22 am

Yes, and I need to know what exactly I need to add to the Edit files to bring that in so it will work. Hence me asking for some assistance with this last piece of getting it working.
IP_CAM wrote:
Sun Jun 17, 2018 3:58 am
Well, the problem is, that the ADDRESS Section, where this Value exists by default,
also uses it's own database Table, and you probably have no routine in your
edit.tpl- related file(s) yet, to get + handle this value. (just guessing ... ;) )
Ernie
---
Image

Active Member

Posts

Joined
Tue Jan 18, 2011 6:58 am

Post by IP_CAM » Sun Jun 17, 2018 11:08 am

Well, to be real honest with you, I doubt, that someone will invest a good amount of
free time, just to make this rather unique 'Move' from one to the other File work.
Especially for a Version, wich is no longer of much interest for most Dev's already. :'(
And I would not be able to, since such surpasses my very limited DB-related knowledge.
So, if you receive no help, you might better place a request again in the commercial
Forum Section, if you need this done in any case...
Good Luck!
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + 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 Sidecutter » Sun Jun 17, 2018 6:00 pm

No unfortunately that part is a bit above my level it seems.
cyclops12 wrote:
Sat Jun 16, 2018 10:19 pm
I assume you have the relevant code added into the relevant controller file/s ?

Active Member

Posts

Joined
Tue Jan 18, 2011 6:58 am

Post by Sidecutter » Sun Jun 17, 2018 6:01 pm

I mean..if someone wants to pitch a quote, sure. I kind of assumed that would happen if what I am asking is more than I am thinking it is, but it's a bit above my level of skill so. I never said the help would necessarily be free.
IP_CAM wrote:
Sun Jun 17, 2018 11:08 am
Well, to be real honest with you, I doubt, that someone will invest a good amount of
free time, just to make this rather unique 'Move' from one to the other File work.
Especially for a Version, wich is no longer of much interest for most Dev's already. :'(
And I would not be able to, since such surpasses my very limited DB-related knowledge.
So, if you receive no help, you might better place a request again in the commercial
Forum Section, if you need this done in any case...
Good Luck!
Ernie

Active Member

Posts

Joined
Tue Jan 18, 2011 6:58 am

Post by cyclops12 » Mon Jun 18, 2018 12:20 am

This may give you some clues as to coding required

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by Sidecutter » Mon Jun 18, 2018 7:40 am

Thank you, that's definitely in the right direction, but ideally we want to interface with the existing Company database entries and not a new one, just on a different page. I'll see if this will tell me enough to do that.
cyclops12 wrote:
Mon Jun 18, 2018 12:20 am
This may give you some clues as to coding required

Active Member

Posts

Joined
Tue Jan 18, 2011 6:58 am
Who is online

Users browsing this forum: No registered users and 35 guests