Page 2 of 3

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Wed Feb 17, 2010 4:40 pm
by burrito
with regards to the bug.... please shoot me now... I can't find why it does that, basically it is caused that
$orders is empty, this is why it displays "no orders".
This is done using the same IF / ELSE statements and same controller lines as the orders section, in the orders section I don't get this notice, in the new customer info I do.

Please, someone with more PHP experience than me... how do we get rid of this notice? Thanks!

With regards to 1.3.4.... I am currently working on a 1.4.0 website, atm I have to focus on the front-end, but as soon as that's done, I will update it for 1.4.0, I don't know how different 1.3.4 is, but I think it might work... Basically only file names are different, so it's not hard to update 1.3.4 using my files yourself.

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Thu Feb 18, 2010 8:26 pm
by slawrence10
I have already done for v.1.3.4 I'll make sure I upload it to contributions before we see the weekend...when I can get to my home PC :)

Kind Regards,
Scott

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Thu Feb 18, 2010 9:20 pm
by burrito
slawrence10 wrote:I have already done for v.1.3.4 I'll make sure I upload it to contributions before we see the weekend...when I can get to my home PC :)

Kind Regards,
Scott
Did you update with the orders tab?? I thought I added that after you updated it... ;)

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Thu Feb 18, 2010 10:45 pm
by slawrence10
Yes you did, I'll redo it with your new version.

Shouldn't take long

:)

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Fri Feb 19, 2010 3:55 am
by The Alchemist
slawrence10 wrote:I have already done for v.1.3.4 I'll make sure I upload it to contributions before we see the weekend...when I can get to my home PC :)

Kind Regards,
Scott
Ill be waiting for this one

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Sat Feb 20, 2010 8:32 pm
by slawrence10
Full Customer Details now available for OpenCart v.1.3.4
go to http://www.opencart.com/index.php?route ... ion_id=384

and see 'Full Customer Details for OpenCart v1.3.4'

Kind Regards,
Scott

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Sat Feb 20, 2010 9:29 pm
by DannyMacD
any chance for this on 1.4.0? :)

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Sat Feb 20, 2010 11:34 pm
by burrito
madimar wrote:Hi burrito,
sorry for annoying you... :-X
just a reminder... :-X
When you have some time, could you please take a look at that mini-bug? ;D ;D ;D

Many thanks in advance,

md
change

Code: Select all

<?php if ($orders) { ?>
to

Code: Select all

<?php if (isset($orders)) { ?>
in customer_form.tpl

I will update and re-upload as well, thanks Slawrence

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Sun Feb 21, 2010 2:09 am
by The Alchemist
slawrence10 wrote:Full Customer Details now available for OpenCart v.1.3.4
go to http://www.opencart.com/index.php?route ... ion_id=384

and see 'Full Customer Details for OpenCart v1.3.4'

Kind Regards,
Scott
Good job, this one even gets a customers un completed order as well

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Sun Feb 21, 2010 5:29 am
by burrito
The Alchemist wrote:
slawrence10 wrote:Full Customer Details now available for OpenCart v.1.3.4
go to http://www.opencart.com/index.php?route ... ion_id=384

and see 'Full Customer Details for OpenCart v1.3.4'

Kind Regards,
Scott
Good job, this one even gets a customers un completed order as well
yes, so does the 1.3.2 version :D that's why I created the orders tab in the first place, very good to follow up on customers who have looked at products but not purchased

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Sun Feb 21, 2010 7:53 am
by The Alchemist
burrito wrote:
The Alchemist wrote:
slawrence10 wrote:Full Customer Details now available for OpenCart v.1.3.4
go to http://www.opencart.com/index.php?route ... ion_id=384

and see 'Full Customer Details for OpenCart v1.3.4'

Kind Regards,
Scott
Good job, this one even gets a customers un completed order as well
yes, so does the 1.3.2 version :D that's why I created the orders tab in the first place, very good to follow up on customers who have looked at products but not purchased
How true that is.

I was wanting something like this, so this mod killed 2 birds with one stone.

Now if there was a way for Open cart to alert the system admin, everytime someone didnt fully check out.

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Sun Feb 21, 2010 8:21 am
by burrito
hmmm should be possible,
but that'll get you a lot of emails... I noticed MANY incomplete orders...

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Sun Feb 21, 2010 9:09 am
by The Alchemist
Yeah but the whole point IMO would be to see what items need more work on them to sell better

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Wed Feb 24, 2010 6:19 am
by DannyMacD
still no luck for this on 1.4.0?

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Wed Feb 24, 2010 6:33 am
by burrito
before the end of the week it'll be done for 1.4.0 I'm working on some front-end stuff first

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Wed Feb 24, 2010 6:43 am
by datacon
slawrence10 wrote:Full Customer Details now available for OpenCart v.1.3.4
go to http://www.opencart.com/index.php?route ... ion_id=384

and see 'Full Customer Details for OpenCart v1.3.4'

Kind Regards,
Scott
Thank you very much Scott!

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Wed Feb 24, 2010 7:37 am
by slawrence10
Thank you very much Scott!
No problem!

Has anyone started using the 1.3.4 version that I uploaded yet? just want to check it's all going smooth :)

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Wed Feb 24, 2010 8:33 am
by airetechit
Hi,

Yes I installed it this evening, works fab! Thank you so much :)

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Wed Mar 10, 2010 11:36 am
by datacon
Any luck with converting this module to 1.4.x ? Ideally would be great if someone could convert this to 1.4.2 (current stable version)

Re: [MOD] Edit Full Customer Details - Show Address

Posted: Mon Mar 15, 2010 12:38 pm
by The Alchemist
burrito wrote:before the end of the week it'll be done for 1.4.0 I'm working on some front-end stuff first
Did you get this one done yet?