Thanks for this great mod! Just a couple of questions...
How do I change the number of orders that are shown in the sidebox? And is there a way that I can only enable the sidebox when a customer logs into their account?
Thank you!
Thanks for this great mod! Just a couple of questions...
How do I change the number of orders that are shown in the sidebox? And is there a way that I can only enable the sidebox when a customer logs into their account?
Thank you!
The number of orders shown in the sidebow is controled in
[Admin->Configuration->Maximum values]
with
Customer Order History List Per Page: 10
Number of orders to display in the order history list in 'My Account'
The display of the sidebow is inside a conditional
so the customer must be registred.Code:if ($_SESSION['customer_id']) { ... }