shops listing questions

soaringeagle
@soaringeagle
11 years ago
3,304 posts
ive run into a couple issues with shops listings

1 there seems to be no way to include digital items in the seemless lists
2 i managed to get a random list of featured shops by search1="quouta_id = 18
but then below that i want a randomized list of shops the thing is i have featured shops quota id 18 new shops id 8 and full shops id 13
i tried search 1 search 2 search 3 with each id ...but nothing i tried a template with
{if $quota_id eq 18 or $quota_id eq 13 or $quota_id eg 8}{profile_name}{/if}
and then used list jrprofile using that template just to see if i can even get a profile name to print from any of the quotas


soooo how do i get digital (like music) to show up in the shops list alongside crafts etc (even if i need a seperate list for music that has a price..or files for that matter anything digital)
and how do i get a random list of profiles that belong to any of those 3 quotas

ps i seem to have found a glitch in the page editor (sitebuilder)
if you put code in a widget, and its the wrong code if u just delete it and save...with the editor empty (except title) the code comes back
i tried this multiple times and had to type "nothing' jjust so thered be something in there so the code wouldnt come back



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 07/09/16 09:21:02AM
paul
@paul
11 years ago
4,335 posts
The jrSeamless module should be able to list audio and store items together.

To list profiles from 3 quotas, try -

{jrCore_list module="jrProfile" search="profile_quota_id IN 8,13,18" order_by="_created RANDOM"}


--
Paul Asher - JR Developer and System Import Specialist

updated by @paul: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11 years ago
3,304 posts
do i have yo use foxycartbundle jrstrore and fooxycart
in the construction thingy theres only foxycartbundle and merchandise store
but i tried adding foxycart too1 but didnt work

thnx for the search thing ill try that


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11 years ago
3,304 posts
that search isnt working


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 12/29/14 09:23:54AM
douglas
@douglas
11 years ago
2,804 posts
Give this a try:

{jrCore_list module="jrProfile" quota_id="8,13,18" order_by="_item_id RANDOM"}



--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

updated by @douglas: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11 years ago
3,304 posts
that seemed to work realized 1 stupid mistake all this time it was 19 not 18


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11 years ago
3,304 posts
actualy weird when i add 1 u get the 2 admin profilwes but 8 13 and 19 dont show the featured shop im going to create a couple more non featured shops and keep trying ..its odd it showed quota 1 not 19 but ill figure it out i think thnx



tye other thing tho is why arent songs listing


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11 years ago
3,304 posts
{jrCore_list module="jrProfile" search1="profile_quota_id in 8,13,19" order_by="_item_id RANDOM"} did the trick


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 12/29/14 09:23:54AM
douglas
@douglas
11 years ago
2,804 posts
Glad you figured it out. :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

updated by @douglas: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11 years ago
3,304 posts
cant figure out why songs arent listing do they only list if u uploadto files then add a price. no that cant be right cause when u add a price it does onlyplay a 1 minute sample..

also theres no template associated with jrfoxycart to list items
i wanted to use the received_purchase or whatever the event was to list products recently purchased but cant seem to figure out how
nor can i figure out how to list product categories and if i could and theres more then 1 product in a category list theproduct counts in the category (if that cant be done thats ok)

i am soooo close to havingt the perfect site i envisioned
bout 95% there

so far you have never said 'it cant be done" to anything i dreamed about so im thinking theres got to be a way ..


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 12/29/14 09:23:54AM

Tags