News:

Support the VirtueMart project and become a member

Main Menu

Shopper accessing their order/purchase details

Started by gofer123, July 16, 2014, 10:23:02 AM

Previous topic - Next topic

gofer123

Hi,
I've dug around but can't find the answer, can a Shopper (Registered) access their order/purchase details?
eg What the Shopper have purchased, the dollar amount etc.
The site I'm working on is only local at the moment.
VM VirtueMart 2.6.6
Cheers

jenkinhill

Make a joomla menu link to VirtueMart Account Maintenance. There the orders can be viewed after logging in.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

gofer123


AH

You could also make a more specific menu item (View your orders) that only appears when a users is logged in.

the non sef url is this - index.php?option=com_virtuemart&view=orders&layout=list


(NOTE: do not restrict the "maintain account" menu item to only logged in users, as no customer will be able to complete the customer details on checkout!
The url of maintain account is this
index.php?option=com_virtuemart&view=user&layout=edit
)

Regards
A

Joomla 4.4.5
php 8.1

gofer123

Thanks for the reply Hutson,
If I use the view orders option, what menu item do I select when creating a new menu item?
Appreciate your tips thank you

AH

Regards
A

Joomla 4.4.5
php 8.1

gofer123

Sorry Hutson, I should have worked that one out myself!
Many thanks, cheers

AH

Regards
A

Joomla 4.4.5
php 8.1

gofer123

Sorry to bang on with this but if I use the "VirtueMart Account Maintenance" option it works just great but it shows a Registration form which I don't want. Have searched for options to disable this and searched for the code so I could comment it out but no luck.
Cheers

AH

That is why I prefer not to show maintain account as an option, just remove it from the menu and show a login option instead

They can get to maintain account after logging in

You can then have the list orders option appear only when they are already logged in
Regards
A

Joomla 4.4.5
php 8.1

gofer123