Post by burrito » Wed Feb 17, 2010 4:40 pm

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.

Image
Opencart specialist | Our website | Our modules


User avatar
Active Member

Posts

Joined
Tue Dec 15, 2009 6:10 pm
Location - Amsterdam, The Netherlands

Post by slawrence10 » Thu Feb 18, 2010 8:26 pm

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

Scott Lawrence - Creative agency - Bespoke web and graphic design


User avatar
Active Member

Posts

Joined
Sun Jul 19, 2009 8:10 pm
Location - London, UK

Post by burrito » Thu Feb 18, 2010 9:20 pm

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

Image
Opencart specialist | Our website | Our modules


User avatar
Active Member

Posts

Joined
Tue Dec 15, 2009 6:10 pm
Location - Amsterdam, The Netherlands

Post by slawrence10 » Thu Feb 18, 2010 10:45 pm

Yes you did, I'll redo it with your new version.

Shouldn't take long

:)

Scott Lawrence - Creative agency - Bespoke web and graphic design


User avatar
Active Member

Posts

Joined
Sun Jul 19, 2009 8:10 pm
Location - London, UK

Post by The Alchemist » Fri Feb 19, 2010 3:55 am

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

User avatar
Active Member

Posts

Joined
Sun Nov 22, 2009 11:04 am

Post by slawrence10 » Sat Feb 20, 2010 8:32 pm

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

Scott Lawrence - Creative agency - Bespoke web and graphic design


User avatar
Active Member

Posts

Joined
Sun Jul 19, 2009 8:10 pm
Location - London, UK

Post by DannyMacD » Sat Feb 20, 2010 9:29 pm

any chance for this on 1.4.0? :)

Active Member

Posts

Joined
Fri Jun 26, 2009 6:39 am

Post by burrito » Sat Feb 20, 2010 11:34 pm

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

Image
Opencart specialist | Our website | Our modules


User avatar
Active Member

Posts

Joined
Tue Dec 15, 2009 6:10 pm
Location - Amsterdam, The Netherlands

Post by The Alchemist » Sun Feb 21, 2010 2:09 am

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

User avatar
Active Member

Posts

Joined
Sun Nov 22, 2009 11:04 am

Post by burrito » Sun Feb 21, 2010 5:29 am

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

Image
Opencart specialist | Our website | Our modules


User avatar
Active Member

Posts

Joined
Tue Dec 15, 2009 6:10 pm
Location - Amsterdam, The Netherlands

Post by The Alchemist » Sun Feb 21, 2010 7:53 am

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.

User avatar
Active Member

Posts

Joined
Sun Nov 22, 2009 11:04 am

Post by burrito » Sun Feb 21, 2010 8:21 am

hmmm should be possible,
but that'll get you a lot of emails... I noticed MANY incomplete orders...

Image
Opencart specialist | Our website | Our modules


User avatar
Active Member

Posts

Joined
Tue Dec 15, 2009 6:10 pm
Location - Amsterdam, The Netherlands

Post by The Alchemist » Sun Feb 21, 2010 9:09 am

Yeah but the whole point IMO would be to see what items need more work on them to sell better

User avatar
Active Member

Posts

Joined
Sun Nov 22, 2009 11:04 am

Post by DannyMacD » Wed Feb 24, 2010 6:19 am

still no luck for this on 1.4.0?

Active Member

Posts

Joined
Fri Jun 26, 2009 6:39 am

Post by burrito » Wed Feb 24, 2010 6:33 am

before the end of the week it'll be done for 1.4.0 I'm working on some front-end stuff first

Image
Opencart specialist | Our website | Our modules


User avatar
Active Member

Posts

Joined
Tue Dec 15, 2009 6:10 pm
Location - Amsterdam, The Netherlands

Post by datacon » Wed Feb 24, 2010 6:43 am

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!

New member

Posts

Joined
Tue Nov 17, 2009 11:10 am

Post by slawrence10 » Wed Feb 24, 2010 7:37 am

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 :)

Scott Lawrence - Creative agency - Bespoke web and graphic design


User avatar
Active Member

Posts

Joined
Sun Jul 19, 2009 8:10 pm
Location - London, UK

Post by airetechit » Wed Feb 24, 2010 8:33 am

Hi,

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

Best Regards,
David Catherall,
AireTech IT.


New member

Posts

Joined
Fri Feb 05, 2010 1:46 am
Location - Goole, United Kingdom

Post by datacon » Wed Mar 10, 2010 11:36 am

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)

New member

Posts

Joined
Tue Nov 17, 2009 11:10 am

Post by The Alchemist » Mon Mar 15, 2010 12:38 pm

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?

User avatar
Active Member

Posts

Joined
Sun Nov 22, 2009 11:04 am
Who is online

Users browsing this forum: No registered users and 103 guests