In Hmc.xml we can do it but don't know how so, please give some examples and if any other ways are there to customise HMC please explain.
All the examples you need, you can find in the current system hmc.xml files. In general you can have a hmc.xml for each of your extensions and during build,they are all appended to the main hmc.xml. If you don't want to build and start the server every time, in your hmc->System->hmc configuration you can find the currently used xml and also can modify it and save. After that you are logged out and when you login again, you can see your changes. Here is some documentation Hybris Wiki
Related
Hi I have done with initial setup of hybris and now I am seeing apparel store. Now could you please someone answer how should I proceed further to completely customize the apparel store site. I wanted to remove all the products and I wanted to add my own products and categories . Also where should I change the URL from apparelstore to my own customized URL?
You need to create your own accelerator module. There is a trail called "commerce trail" on the hybris wiki/help pages that helps you with the initial setup of a module.
I suggest to follow the help section about how to customize the accelerator (e.g: b2c accelerator customization). Generally speaking, you can use the ant modulegen command to generate the extensions for your very own accelerator.
For your own products/categories, you should provide them on impex files. The current data you're seeing is from the apparelstore extension that adds products, categories, site configuration & cms content for the apparel store. So in case you don't want that, you need to remove the apparelstore extension (or don't run projectdata for it) and then provide your own data. You can check that extension also and see how the data is created, to use it as a guide, but also the ant modulegen should generate some impex file templates that you can use. Look in hybris/bin/ext-data/apparelstore/resources/apparelstore/import.
Finally, for your urls, please check the CMSSite url parameters, this are the urls that 'activate' the site for the given request. Also search for properties like website.{siteid}.http= & website.{siteid}.https= that you also need to update for everything to work fine.
I'm creating a new sitebuilder website, and have successfully set up "My Reference Checkout". However, we haven't been able to get it integrated with 3D secure, meaning that no customers can check out (unless we remove all the security, which we don't want to do).
Looking at netsuite's documentation on SuiteAnswers here, it gives us some very generic pointers about how we have to create some .ss and .js files, and modify some existing front-end code in Custom checkout. However, AFAICT the examples are not useful - they don't tell us where to put these ss & js files, where to modify the front end, and some of the files don't even seen to be related etc.
Does anyone have any better documentation for how to integrate with 3D secure, or please can someone point me in the right direction?
Any help is greatly appreciated!
Thanks!
This is a pretty broad question, and old, so you may have found the answer, but I would recommend reading and searching at this resource: https://devsc.publishpath.com. It uses your netsuite login and password. There is a blog post at this location: http://devsc.publishpath.com/Default.aspx?p=2079436&Add=Show+Post&Key=Show+Post&ContentID=5226425&PostID=1200364&shortcut=developing-your-first-custom-suitecommerce-advanced-module-part-1 that goes through setting up the reference cart if you are using it.
Outside of that here is a brief overview. The SSP and SS pages are setup using a utility in Netsuite under Setup/Site Builder/(Sub-Heading-Web Site Management)SSP applications. Here you set where in the Netsuite file system your SSP and SS pages are. The files themselves should be somewhere in your file structure under your hosting root. They load in order of precedence and have to be deployed. For certain activities (like logging in or checking out) you need to set up touchpoints.
Is it possible to add custom feed programmatically to Web Platform Installer? I tried adding the feed manually and found that the feed location is stored in `%APPDATA%\Microsoft\Web Platform Installer\web.preferences file. However the file seems somewhat cryptic and I would not like to modify it manually. Is there any API for that?
Update: even if this web.preferences file could be edited it is not the way to go as it is user specific file and I need system wide configuration.
Based on this link,
Sorry, there isn't a way to do that currently (for security reasons,
we don't allow an untrusted feed to be loaded without the user's
consent)
Once the feed is added via the Options dialog, it does persist between
sessions
I think we can't add custom feed without intervene from user. Maybe you can use WebpiCmd.exe
that can be configured programmatically via scripts.
C:\Program Files\Microsoft\Web Platform Installer>WebpiCmd.exe /List /Feeds:http://yourcustomwpifeed.co.id/customFeed.xml
A little late, but maybe it may interest others. You can modify the file %APPDATA%\Microsoft\Web Platform Installer\webpi.preferences. Yes, it is a little cryptic, but here's my post about how to do it.
The file webpi.preferences is user-specific. If you want to set settings for all users, all I can think of is to write a bootstrapper application that first modifies webpi.preferences (using the code in the post) and then runs WebPlatformInstaller.exe.
I'd like to use the roles and membership ability of Orchard CMS to limit access to a staff portal in Orchard CMS. At present there doesn't look like there's an out of the box way to do it.
I've found numerous references to modules that should be able to help out but none seem to work.
Very Simple Permissions is a codeplex item suggested by some that has a dead link nowadays and doesn't seem to exist on codeplex.
Science Project: Quanta destroys my site everytime I try to install it with a missing dll issue, and not sure if its what I need anyways.
Does anyone have any guidance as to how to either: show/hide menu items based on roles using the standard menu system or advanced menu plugin
or
limit content visibility based on roles. If its a module fantastic, otherwise don't mind getting my hands dirty with some coding but a point in the right way to do this mvc style would be great. I'm going to presume I need to edit the controller for the menu module to check for current membership and adjust the view data accordingly. I'm moving away from webforms. slowly. Still getting my head around the framework.
Thanks for checking in.
For those who are still struggling with this, there's a module is called ContentPermissions which is available here:
gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.ContentPermissions
Once installed, you can then add the ContentPermissionsPart to the Content Type you want to secure.
Quanta really is what you want. You are probably missing one of its dependencies. Pete, the author, is also super-active on the CodePlex forums so if you ask there, you'll get an answer.
UPDATE: Orchard 1.5.1, the current version as I'm writing this update, supports content item permissions and menu trimming out of the box.
I followed the instructions here
http://support.microsoft.com/kb/825532
After that when I preview my page, I can't see the hitcounter. I learned that it may be related to permissions of the site but I couldn't find how to do it.
Is it realy related to permissions ? If so what should I do to ? And any external solution (except this one: http://hitcounter.codeplex.com/) would help, the one in pharanthesis, I couldn't make it work.
http://nspsharing.blogspot.com/2009/11/hit-counter-sharepoint-designer-is-not.html