Search found 3 matches

by FionLeo1804
05 Dec 2018, 03:28
Forum: Laravel package
Topic: New Order Notification for Admin
Replies: 1
Views: 1304

New Order Notification for Admin

Hi, Currently, I have setup in shop.php to sent email and receive email notification for both buyers and admins. However, admin did not received any notification regarding there's new order in. Here is my shop.php: 'client' => [ 'html' => [ 'basket' => [ 'cache' => [ // 'enable' => false, // Disable...
by FionLeo1804
22 Sep 2018, 04:23
Forum: Laravel package
Topic: MYACCOUNT did not shows user information
Replies: 2
Views: 1098

Re: MYACCOUNT did not shows user information

There's also the products favorites and the watched products shown if there are any added by the customer. There's also a "profile" component, that's currently empty. Here you can add new subparts for managing other profile data if you want: https://aimeos.org/docs/Developers/Html_fronten...
by FionLeo1804
21 Sep 2018, 09:56
Forum: Laravel package
Topic: MYACCOUNT did not shows user information
Replies: 2
Views: 1098

MYACCOUNT did not shows user information

Hi, I had setup /myaccount page for my customer.
However, I only saw order history. How can I extend the profile template into /myaccount?