solved User Also Bought

nate
@nate
10 years ago
917 posts
Does jamroom have a "users also bought" function? Seems I saw one once. I'm thinking of adding that to the mobile app. But only if it's already done on the server side.
updated by @nate: 02/13/15 08:16:10PM
brian
@brian
10 years ago
10,149 posts
Natedogg265:
Does jamroom have a "users also bought" function? Seems I saw one once. I'm thinking of adding that to the mobile app. But only if it's already done on the server side.

There's nothing for this "out of the box" but you could do it with a jrCore_list call for jrFoxyCart - i.e.

{jrCore_list module="jrFoxyCart" search1="txn_customer_user_id = #" ... }

Where # is the _user_id value for the user. That will get you a list of their purchases through FoxyCart.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
nate
@nate
10 years ago
917 posts
I'll do that in php. Thanks again. Your support is still unmatched.
brian
@brian
10 years ago
10,149 posts
Natedogg265:
I'll do that in php. Thanks again. Your support is still unmatched.

No problem :)


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags