thank you, Martin.maranjo wrote:Just used this on 1.5.2.1 and it only needed two minor alterations to the xml file:
1) in search for 'final class Affiliate' in system/library/affiliate.php change the search to 'class Affiliate'
2) in search for 'final class Customer' in system/library/customer.php change the search to 'class Customer'
Apart from that, it all seems to work fine.
Many thanks for this contribution!
Martin
Hello,
The info provided so far here was great, I managed to add some extra fields to the registration form.
Now I want some of those new fields to appear in the order info (order details) in admin, under customer name.
Any idea how to do that?
Many thanks.
The info provided so far here was great, I managed to add some extra fields to the registration form.
Now I want some of those new fields to appear in the order info (order details) in admin, under customer name.
Any idea how to do that?
Many thanks.
A build on this - almost all working perfectly, but I have an error when someone registers at checkout. If they register first, then the new field is accepted. But if they add items to their cart, then register at the point of checkout, they get an error that says the new field (in this case, 'venue') is undefined.maranjo wrote:Just used this on 1.5.2.1 and it only needed two minor alterations to the xml file:
1) in search for 'final class Affiliate' in system/library/affiliate.php change the search to 'class Affiliate'
2) in search for 'final class Customer' in system/library/customer.php change the search to 'class Customer'
Apart from that, it all seems to work fine.
Many thanks for this contribution!
Martin
The error text says (text retyped verbatim, hopefully no typos!):
Code: Select all
SyntaxError: Unexpected token <
OK
<b>Notice</b>: Undefined index: venue in
<b>/home/sites/firesticksandsong.com/public_html/shop/
vqmod/vqcache/vq2-catalog_controller_checkout_register.p
hp</b> on line <b>102</b>{"error":{"venue":"Please add
details of your performance venue"}}
This may or may not be a 1.5.2 issue - I suspect it is something I've missed in altering the vqmod file, and have checked laboriously but can find nothing awry. Nothing in the vqmod error log, by the way.
Martin
Hi, I see you replaced "cedu" by your field's name "venue". Something must have gone wrong when you replaced it, remember you have to be careful with capitalization, Cedu should be replaced with Venue.maranjo wrote:maranjo wrote: The error text says (text retyped verbatim, hopefully no typos!):Any clues would be most welcomed - I'm not familiar enough with all that's being changed to be confident about where I'm looking.Code: Select all
SyntaxError: Unexpected token < OK <b>Notice</b>: Undefined index: venue in <b>/home/sites/firesticksandsong.com/public_html/shop/ vqmod/vqcache/vq2-catalog_controller_checkout_register.p hp</b> on line <b>102</b>{"error":{"venue":"Please add details of your performance venue"}}
This may or may not be a 1.5.2 issue - I suspect it is something I've missed in altering the vqmod file, and have checked laboriously but can find nothing awry. Nothing in the vqmod error log, by the way.
Martin
You want to thank me for my time! Click here to donate
Ok - I'll do that. I know for sure that I didn't observe capitalisation. Is that mentioned in the documentation? I missed it if so (should be added if not!).marvmen21 wrote: Hi, I see you replaced "cedu" by your field's name "venue". Something must have gone wrong when you replaced it, remember you have to be careful with capitalization, Cedu should be replaced with Venue.
Comments like those from 'assface' makes you wonder why to bother contributing. Then I remember - it's to help courteous people that like to help others, not those that just diss other people's contribution.
OpenCart takes some beating as a solution - but I accept that the documentation leaves a little extra work to be done for the developer. Worth it in the end, though, team!
OpenCart takes some beating as a solution - but I accept that the documentation leaves a little extra work to be done for the developer. Worth it in the end, though, team!
Thanks maranjo.
assface, reported your post since it's totally off-topic and has nothing to do with this thread.
assface, reported your post since it's totally off-topic and has nothing to do with this thread.
You want to thank me for my time! Click here to donate
hi ,
i'll be gratefull if someone can help me with the information where exactly to put the code
Thanks a lot for your work !
i'll be gratefull if someone can help me with the information where exactly to put the code

Thanks a lot for your work !

Did you read the first post?al404 wrote:hi, i can't find the free version of your plugin
You want to thank me for my time! Click here to donate
yes, free or pay if you want some editing
but this is a broken link
http://forum.opencart.com/download/file.php?id=7502
and this is only by payment
http://forum.opencart.com/viewtopic.php?f=131&t=28236
is not for the 13$ but i wanna try it and be sure is fine for my project
thanks
but this is a broken link
http://forum.opencart.com/download/file.php?id=7502
and this is only by payment
http://forum.opencart.com/viewtopic.php?f=131&t=28236
is not for the 13$ but i wanna try it and be sure is fine for my project
thanks
Hi, All versions uploaded to this thread are free. There's only a couple of links to the paid one in case you need support. The latest version was posted here: http://forum.opencart.com/viewtopic.php ... 40#p205466al404 wrote:yes, free or pay if you want some editing
but this is a broken link
http://forum.opencart.com/download/file.php?id=7502
and this is only by payment
http://forum.opencart.com/viewtopic.php?f=131&t=28236
is not for the 13$ but i wanna try it and be sure is fine for my project
thanks
You want to thank me for my time! Click here to donate
Hi,
I'm working on OC 1.5.2 with a custom theme.
I downloaded the version for 1.5.x (New_Field_Registration_Form_1.0.2)
In the XML i changed this:
It supposed to be working, but nothing is happening.
What is missing? I did something wrong?
Thanks
I'm working on OC 1.5.2 with a custom theme.
I downloaded the version for 1.5.x (New_Field_Registration_Form_1.0.2)
In the XML i changed this:
Code: Select all
line 10: <file name="catalog/view/theme/MY_THEME/template/account/register.tpl">
line 22: <file name="catalog/view/theme/MY_THEME/template/account/edit.tpl">

What is missing? I did something wrong?
Thanks
Hello,
i have implemented in opencart 1.5.1.3 the new field modification, everything works perfect, but i need the new line also in guest checkout process and that information to be transmitted by order confirmation email to. Can anybody help me to implement that in guest checkout process?
i have implemented in opencart 1.5.1.3 the new field modification, everything works perfect, but i need the new line also in guest checkout process and that information to be transmitted by order confirmation email to. Can anybody help me to implement that in guest checkout process?
I have made some progress, the verification of the new line in guest checkout is ok, but does not show the error message on wrong value of field, i don`t know where i`m wrong. The error_cedu in the language file is defined, elsewhere i tried with error_firstname in verification but with same result. Another thing is the inclusion in the order confirmation mail, how can i insert the value in that mail?
I have the same question. Did you get this working for 1.5.5.1?kelemvor wrote:Does this work for 1.5.5.1? Didn't want to try installing if it's not known to work properly. I'd be looking to add one dropdown box type field and one or two standard text files. Are there any limitations to this?
Thanks.
I think I ended up just repurposing some of the fields I don't use anyway. I changed company name and company ID into School Name and Student Name. That way I didn't have to add any new fields in the database or anything.WebDev22 wrote:I have the same question. Did you get this working for 1.5.5.1?kelemvor wrote:Does this work for 1.5.5.1? Didn't want to try installing if it's not known to work properly. I'd be looking to add one dropdown box type field and one or two standard text files. Are there any limitations to this?
Thanks.
Who is online
Users browsing this forum: No registered users and 4 guests