It would certainly be a neat idea if an owner's vendors could automatically stay in step with their Kitely Market offerings.I heard there are ways to do vendors so that they link to your Kitely listing. Is that just the vendor sending out a url on a blue dialog box so they can log in on their browser?
Linking a vendor to Kitely Market
- Christine Nyn
- Posts: 84
- Joined: Sat Mar 07, 2020 10:20 pm
- Has thanked: 273 times
- Been thanked: 153 times
Linking a vendor to Kitely Market
I had a query which I have no good answer for, so I'm asking if anyone can shed any light on what may be possible here...
- These users thanked the author Christine Nyn for the post (total 2):
- Ilan Tochner • Ada Radius
- Ilan Tochner
- Posts: 6726
- Joined: Sun Dec 23, 2012 8:44 am
- Has thanked: 5247 times
- Been thanked: 4674 times
- Contact:
Re: Linking a vendor to Kitely Market
Hi Christine,
Please visit the Merchants Showcase area of Kitely Welcome Center, it uses a system we developed that automatically displays products from Kitely Market stores and links to them so that you can click a product image and it will offer to open that listing in your browser so you'll be able to add it to your Kitely Market shopping cart. This system isn't for sale but it wasn't very hard to develop and I'm sure you'll be able to program one of your own that does the same.
Please visit the Merchants Showcase area of Kitely Welcome Center, it uses a system we developed that automatically displays products from Kitely Market stores and links to them so that you can click a product image and it will offer to open that listing in your browser so you'll be able to add it to your Kitely Market shopping cart. This system isn't for sale but it wasn't very hard to develop and I'm sure you'll be able to program one of your own that does the same.
- These users thanked the author Ilan Tochner for the post:
- Christine Nyn
- Ada Radius
- Posts: 436
- Joined: Sun Dec 23, 2012 6:20 pm
- Has thanked: 663 times
- Been thanked: 551 times
Re: Linking a vendor to Kitely Market
Yes, a simple URL pointer script will do it. Nice pic, URL of the marketplace listing, script in the prim or animesh or whatever, done.
There's one around somewhere that that reads the URL from the description line - I don't have it handy right now but any good scripter can make one in a few seconds (cuz I watched one do it lol).
The other handy thing is we can take these vendors anywhere in the OpenSim grids and they work. Festivals, OSCC display, shops in other grids, it's all good. If your item is exportable, that is.
There's one around somewhere that that reads the URL from the description line - I don't have it handy right now but any good scripter can make one in a few seconds (cuz I watched one do it lol).
The other handy thing is we can take these vendors anywhere in the OpenSim grids and they work. Festivals, OSCC display, shops in other grids, it's all good. If your item is exportable, that is.
- These users thanked the author Ada Radius for the post:
- Christine Nyn
- Ada Radius
- Posts: 436
- Joined: Sun Dec 23, 2012 6:20 pm
- Has thanked: 663 times
- Been thanked: 551 times
Re: Linking a vendor to Kitely Market
Found it. Sodovan Torok wrote this, aka Iain McCracken in Kitely - send yer tips to him 
//2015-02-19 14:23:01 lsl2 script Sodovan Torok
string gsURL;
default {
state_entry() {
gsURL = llStringTrim(llGetObjectDesc(), STRING_TRIM);
}
on_rez(integer parm) {
llResetScript();
}
touch_end(integer num_detected) {
llLoadURL(llDetectedKey(0), "", gsURL);
}
}

//2015-02-19 14:23:01 lsl2 script Sodovan Torok
string gsURL;
default {
state_entry() {
gsURL = llStringTrim(llGetObjectDesc(), STRING_TRIM);
}
on_rez(integer parm) {
llResetScript();
}
touch_end(integer num_detected) {
llLoadURL(llDetectedKey(0), "", gsURL);
}
}
- These users thanked the author Ada Radius for the post (total 6):
- Tess Juel • Graham Mills • Ilan Tochner • Christine Nyn • Kimm Starr • Chris Namaste