Post by world-of-satellite » Fri Jan 29, 2021 3:32 pm

We're looking for a way to easily list customer orders per customer.

For example click on the customer name and find all their orders.

Active Member

Posts

Joined
Sun Jun 27, 2010 1:40 pm

Post by OSWorX » Fri Jan 29, 2021 4:06 pm

Maybe you are looking for something like this (made for internal purposes, but can be adopted for OC 3.x and published as extension).

Attachments

kunden_einzelansicht.png

customer single view - kunden_einzelansicht.png (29.56 KiB) Viewed 1121 times

kunden_uebersicht.png

customer list - kunden_uebersicht.png (14.66 KiB) Viewed 1121 times


Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by thekrotek » Fri Jan 29, 2021 4:20 pm

In orders list select a customer and it will list his orders. Easy enough and no extension is needed.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by OSWorX » Fri Jan 29, 2021 5:16 pm

thekrotek wrote:
Fri Jan 29, 2021 4:20 pm
In orders list select a customer and it will list his orders. Easy enough and no extension is needed.
While true, why opening another view when I am in the customers view?

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by thekrotek » Fri Jan 29, 2021 5:27 pm

OSWorX wrote:
Fri Jan 29, 2021 5:16 pm
While true, why opening another view when I am in the customers view?
While true, why adding another modification for the feature which you won't use much? Only makes sense if you're going to check customers orders on regular basis.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by xxvirusxx » Fri Jan 29, 2021 5:36 pm

You can add the code from Master Branch.

Or test this extension
https://www.opencart.com/index.php?rout ... n_id=37515

Attachments

customer_orders.png

customer_orders.png (24.41 KiB) Viewed 1081 times


Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by OSWorX » Fri Jan 29, 2021 6:34 pm

thekrotek wrote:
Fri Jan 29, 2021 5:27 pm
While true, why adding another modification for the feature which you won't use much? Only makes sense if you're going to check customers orders on regular basis.
This extension was not made "just for fun", it was a request of some clients using that feature several times a day.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by paulfeakins » Fri Jan 29, 2021 7:03 pm

world-of-satellite wrote:
Fri Jan 29, 2021 3:32 pm
Is there a mod to easily list orders per customer?
Have you looked? What have you found?

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by world-of-satellite » Fri Jan 29, 2021 10:41 pm

We've ended up buying this mod: https://www.opencart.com/index.php?rout ... on_id=3292

Does all we want and more.

Only issue I've found is that opening up customer details page for a customer with a number of orders is slow.

Say a customer has over 250 orders history its taking close to 30 seconds due to the amount date it collects and tabs or data. I've message the author is they can make some the tabs of data it creates optional.

Active Member

Posts

Joined
Sun Jun 27, 2010 1:40 pm

Post by world-of-satellite » Fri Jan 29, 2021 11:25 pm

OSWorX wrote:
Fri Jan 29, 2021 4:06 pm
Maybe you are looking for something like this (made for internal purposes, but can be adopted for OC 3.x and published as extension).
How would I view the attached screenshot full size? I can only see a small thumbnail.

Active Member

Posts

Joined
Sun Jun 27, 2010 1:40 pm

Post by mikeinterserv » Fri Jan 29, 2021 11:27 pm

world-of-satellite wrote:
Fri Jan 29, 2021 11:25 pm
How would I view the attached screenshot full size? I can only see a small thumbnail.
Right click - open mage in new tab

Active Member

Posts

Joined
Thu May 28, 2020 6:55 am
Location - Wales

Post by paulfeakins » Mon Feb 01, 2021 7:17 pm

world-of-satellite wrote:
Fri Jan 29, 2021 10:41 pm
Say a customer has over 250 orders history its taking close to 30 seconds due to the amount date it collects and tabs or data.
Your server is probably slow.

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by straightlight » Mon Feb 01, 2021 8:41 pm

world-of-satellite wrote:
Fri Jan 29, 2021 10:41 pm
We've ended up buying this mod: https://www.opencart.com/index.php?rout ... on_id=3292

Does all we want and more.

Only issue I've found is that opening up customer details page for a customer with a number of orders is slow.

Say a customer has over 250 orders history its taking close to 30 seconds due to the amount date it collects and tabs or data. I've message the author is they can make some the tabs of data it creates optional.
Ensure to use pagination results when pulling the history records.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by straightlight » Mon Feb 01, 2021 8:54 pm

By filtering the customer ID when using the order filters, this could be achieved. There are a few extensions on the Marketplace that can already do this.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by cmsroom » Thu Dec 30, 2021 5:45 pm

world-of-satellite wrote:
Fri Jan 29, 2021 3:32 pm
We're looking for a way to easily list customer orders per customer.

For example click on the customer name and find all their orders.
You can use extension https://www.opencart.com/index.php?rout ... n_id=36710

You may like these extension : - https://www.opencart.com/index.php?rout ... r=cmsrooms


New member

Posts

Joined
Fri Sep 28, 2018 1:37 am
Who is online

Users browsing this forum: No registered users and 423 guests