Kitely Market Merchants Can Now Browse Their Own Stores

We received a lot of feedback from our Kitely Market merchants that they want to see what their products will look like to buyers. So today we updated our system to allow merchants to use the Kitely Market search page, and to view the Product page and Store page that buyers will see.

Since Kitely Market is still in pre-release mode, merchants can only browse their own stores, and non-merchants can’t browse the market at all. Furthermore, the Store and Product pages aren’t quite finished: for example, the Product page doesn’t show Customer Reviews yet, and doesn’t allow actually purchasing the product. Nevertheless, they’re close to what the final pages will look like.

Search Page

The Search page is now live for merchants. For example, this is what the Search page looks like when viewing the store “Radius”:

Search Market

This page is fairly intuitive, but we’d like to point out a few highlights. The left side of the page contains various ways to filter the search results: by category, attributes, and other filters such as Currency, Maturity and Permissions. The list of available attributes changes depending on the selected category. For example, the “Hair Color” attribute only appears if the selected category is “Hair”.

Whenever a filter is active, the Filters panel appears. This panel lets you quickly see which filters are active, and remove them. In the screenshot above, we clicked on the attributes “Human” and “Men”, so they appear as filters. (Note that “Category” isn’t considered a filter, so it won’t appear in the filters panel.)

A special kind of filter is the Store filter. Since Kitely Market is in pre-release mode, merchants can only search within their own store. This means that for now the Store filter is always present and can’t be removed.

Product Page

There are two product pages: Edit Product, which only the merchant can access, and View Product, which anyone can access (as long as the product is Active). When we use the term “Product Page” we mean the View Product page. You can access the product page either by clicking on a product in the Search page, or using the “View in market” link in the Edit Product page.

This is what a product page looks like:

Product Page

You can view the live version of this product here. However, you won’t be able to buy it yet…

In this screenshot, notice the area that is highlighted with a red rectangle. That is where you can see the available variations and switch between them. In this product, the user can choose between several hair colors. Notice how easy it is to see all the available variations and choose among them: it’s much more intuitive than having to deal with multiple products!

The product page always shows the latest Active version of the product. If you’re currently editing the product then your changes won’t be visible in the product page until you save them.

Store Page

There are two store pages: Manage Store, which only the merchant can access, and View Store, which any user can access.

To get to the Manage Store page, use the new “Go to…” listbox at the top of the screen (you can see it in the previous screenshots). The Manage Store page hasn’t changed much in this release: we just added one link to it, “View public store page”. This link leads to the publicly-available Store Page, which any user can see. The public store page can also be accessed by clicking on the store’s banner image in the Search page.

Conclusion

With this release we’ve completed another big part of the Kitely Market, and it brings us one step closer to enabling content creators to easily sell to the growing OpenSim metaverse (currently comprising more than 300,000 registered users and 20,000 active monthly users).

If you’re interested in selling virtual goods in the metaverse then make sure to take advantage of our special offer of free listings and a chance of becoming a Featured Merchant. This time-limited promotion will end soon, so act now and start building your Kitely Market store today!

Export Permission Implemented

We updated Kitely today, and now Kitely Market merchants can take advantage of the Export Permission to decide whether users who buy their products can take them to other OpenSim grids. We also fixed several problems that were reported by our users.

Export Permission

The Export Permission specifies whether objects and assets are allowed to leave the Kitely grid. Merchants can enable or disable the Export Permission for each of their products in the Kitely Market. This is a very powerful feature, as it gives content creators the flexibility to choose whether they want their products to be highly secure (by restricting them to the Kitely grid), or to sell them to anyone in the OpenSim metaverse.

The Export permission works differently from the standard OpenSim permissions (Move/Copy/Transfer): instead of setting it in the viewer, this permission is set in the Kitely Market. The Export permission isn’t shown in the viewer. Content creators that add a product to the Kitely Market can choose whether to enable Export on their product by clicking on a checkbox:

Export Permission Checkbox

When the Export permission is enabled, we show “E” next to all of the items in the product. This is simply a reminder that the items that the buyer receives will have the Export permission:

Export Permission in Items

If the merchant adds any No-Export items to the product then the product automatically becomes No-Export as well.

When users buy a product, the objects and assets that they receive are tagged with the product that they came from; this enables us to track them and enforce their export restrictions. When users attempt an export operation we prevent No-Export objects and assets from leaving Kitely. This check is very strict: if an object contains even one No-Export asset then the entire object becomes No-Export. Currently the only export operation is “Export OAR”, but in the future we’ll also allow transferring items to other grids; that’s also a type of export.

Export OAR Respects the Export Permission

Kitely has a long history of allowing our users a lot of flexibility, while maintaining strict content protections. We’re one of the few commercial grids that allow exporting OpenSim regions to OAR files; this has been available since 2011. The Export Permission didn’t exist until now, so previously we enforced content protection by making OAR exports respect copy and transfer permissions. Today we’ve made two big improvements to the Export OAR feature. First, as explained above, we now prevent No-Export items from being included in OAR files. Second, after Export OAR completes, we now create an Export World Report that summarizes the contents of the world and which objects (if any) weren’t saved to the OAR file. You can view this report by clicking on a link in the same dialog where you download the OAR file:

View World Report

Only objects that originated from the Kitely Market have an Export or No-Export Permission. Objects that weren’t bought in the Kitely Market can be exported if they have both Copy and Transfer permissions.

Here’s an example of a World Report:

Sample World Report

Other Improvements

We changed how we resize product images in the Kitely Market. Previously, if the images weren’t in the correct aspect ratio (4:3) then we cropped them on the sides. This was inconvenient for people who have images in other aspect ratios because they had to either accept this cropping, or resize the images before uploading them. We’ve therefore stopped cropping images: instead, we allow them to occupy only part of the picture area, with whitespace making up the missing parts. That said, it’s still recommended to upload images with 800×600 pixels because they’re the most eye-catching for potential buyers.

We increased the maximum length of a product description in the Kitely Market from 2000 characters to 5000 characters. We increased the maximum length of a store’s About text to 5000 characters as well.

Some users with large inventories had difficulty logging-in to virtual worlds. This happened because on login OpenSim searches the user’s entire inventory for Gestures, so the time it took to login was proportional to the size of the user’s inventory. We added an optimization that eliminates this slowdown.

The LSL function llRequestUrl didn’t work, because it requires a server name but we used to return an internal hostname that was inaccessible outside of Kitely. We now return a public hostname that works correctly.

The “Show Objects” feature didn’t work in megaregions. This is a feature in the “About Land” dialog that lists all the objects in a parcel according to their owner. It used to work only in non-megaregion mode, but now it works in our Advanced Megaregions as well.

A few people encountered a problem logging-in using Twitter because Twitter have changed their API. We updated to the new API (version 1.1), and now Twitter logins work again.

Viewers support displaying up to 8 textures per mesh. There used to be an OpenSim problem with storing more than 6 textures per mesh; that problem has now been fixed.