VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: gofer123 on July 16, 2014, 10:23:02 AM

Title: Shopper accessing their order/purchase details
Post by: gofer123 on July 16, 2014, 10:23:02 AM
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
Title: Re: Shopper accessing their order/purchase details
Post by: jenkinhill on July 16, 2014, 10:34:33 AM
Make a joomla menu link to VirtueMart Account Maintenance. There the orders can be viewed after logging in.
Title: Re: Shopper accessing their order/purchase details
Post by: gofer123 on July 16, 2014, 11:07:31 AM
Thanks very much Kelvyn
cheers
Title: Re: Shopper accessing their order/purchase details
Post by: AH on July 16, 2014, 11:44:54 AM
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
)

Title: Re: Shopper accessing their order/purchase details
Post by: gofer123 on July 16, 2014, 22:58:02 PM
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
Title: Re: Shopper accessing their order/purchase details
Post by: AH on July 16, 2014, 23:12:33 PM
Virtuemart

List Orders
Title: Re: Shopper accessing their order/purchase details
Post by: gofer123 on July 17, 2014, 01:09:52 AM
Sorry Hutson, I should have worked that one out myself!
Many thanks, cheers
Title: Re: Shopper accessing their order/purchase details
Post by: AH on July 17, 2014, 02:03:50 AM
 :)
Title: Re: Shopper accessing their order/purchase details
Post by: gofer123 on July 17, 2014, 22:00:13 PM
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
Title: Re: Shopper accessing their order/purchase details
Post by: AH on July 17, 2014, 22:10:22 PM
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
Title: Re: Shopper accessing their order/purchase details
Post by: gofer123 on July 17, 2014, 23:12:10 PM
Will do. Many thanks
Cheers