CS cockpit perspective is not coming in Hybris-1811 - e-commerce

I have added CS-Agent role for my use. After login into backoffice, I can see below perspectives in the dropdown, but not cs perspective. Did I miss anything?
Administration
Product Cockpit
Adaptive Search
Check Warehousing Availability

Need to add below user groups:
customersupportagentgroup
customersupportdirectorrole
customersupportmanagergroup
customersupportsupervisorrole

Related

Product Subscription in API Connect v2018

How can I check that how many applications have subscribed to a product in a catalog ?
One way is to check the subscription of all application in that catalog however in my case there are so many application that why it's very time consuming to use this approach. Any feasible approach for this case ?
There are two ways that I know of.
One is to enable catalog search:
Login to API Manager and navigate to your provider org. Append "/ff" to the URL and hit enter. Enable the search feature. Once enabled, you'll see a search bar at the top of the screen. Search for your product, making sure you set options for the correct catalog. Click on the "Catalog Products" tab and you will see your product and subscription count. Click on the ellipsis and you can choose the option to view all subscriptions.
The second way is through the APIC rest API. If you want to go down that route, use their API Explorer here: https://apic-api.apiconnect.ibmcloud.com/v2018/

How to edit the specs content in pdp on electronic store provide by hybris?

I want to know from which cockpit you can edit the specs content that you see in product detail page of any product in the demo stores provided by hybris?
You can:
Manage product content (code,media, etc) at http://yoursite/productcockpit/
Manage CMS Content (also PDP) at http://yoursite/cmscockpit/

TFS 2015 - Public View of Backlog Board

Is there any way to set up a public view (View Only) of the Product Backlog Board for the customer see what we are working on and so?
It would be awesome too, if the customer could vote for backlog item that we haven't start working on it.
Trying to get the same concept of https://trello.com/ in TFS
The first thing (View Only) of the Product Backlog Board for the customer is easy to achieve. You just need to set related permissions for your customer or customer group.
Such as assign the user stakeholder access which have permission to view backlogs.
Assign Stakeholder access to those users who need to enter bugs, view
backlogs, boards, charts, and dashboards, but who don't have a TFS
CAL. Stakeholder access is free. Stakeholders can also view releases
and manage release approvals. See Stakeholder access for details of
features available to stakeholders.
Source Link: Change access levels
Then you need to deny some permissions which you don't want custom to have.
As for the second thing, there is no this kind of feature in TFS for now. Even though you have ability to prioritise Backlog items by dragging and dropping the item. If you need this feature, you can sumbit a feature requst in uservoice stie, TFS Admin and PM will kindly reveiw your suggestion.

Prestashop 1.6 url virtual products

Is it possible to have virtual products online see in prestasho ? I do not want that downloading is allowed, just want it to look online
Prestashop have Catalog option for disable buying options. Just for product presentation without Add To Cart functionality etc. Product will be available. You can also disable price if You want in Catalog mode.
It is very common, several shops want to be available online only for information and marketing purposes, but don't want to sell online.
Here you have some resources for learn how to activate "Catalog Mode" in PrestaShop 1.6.
http://www.inmotionhosting.com/support/prestashop-16/catalog-mode
This tutorial will help: http://cart-help.com/topic/129-hide-prices-disable-cart-catalog-mode-in-prestashop-16/
Also if you want to show prices in catalog mode:
http://customprestshoptemplates.blogspot.com.es/2012/03/how-to-display-price-on-prestashop.html
Regards

Could Prestashop be used to build a craigslist clone?

I'm not so much interested in actually doing this as knowing if Prestashop has the power to allow members to create their own products, classifieds, etc. I've read some articles on Prestashop and played around with it a bit and it looks like the shop owner has to do all the creating and the users consume.
To make client add there own products etc. using prestashop you need to promote all of them at least to managers and grant access to back-office.
But prestashop is just framework as all CMS are. If you have plenty amount of time it is possible to make everything using prestashop source code...
... question is: is it worth?
Especially with the addition of the Webservice in Prestashop 1.4 onwards there's no reason why you couldn't write your own simple "control panel" to give ordinary users some capabilities for creating and managing their own "products".
Obviously you would need to add your own permission scheme (including "ownership") for the products they created, as well as creating the actual product create/edit front end for them.
Definitely possible but non-trivial.
Paul