If you are very new to Hybris e-commerce then follow below steps to create a own webstore or online website
1. Download any version of Hybris suite like Hybris 4.8
2. After download go to CMD and go to Installed directory
like c:/hybris/bin/plateform
3. set ant
Hybris provides a full fledge running webstore through accelarator extension so we only need to create accelarator type own extension
and we can customized this accordingly our requirements
so for that we need to type
ant modulegen command
after hit enter it will create six extension in our custom folder
Now you can customized it accordingly
ownWebstorecockpits
ownWebstorecore
ownWebstorefacades
ownWebstoreinitialdata
ownWebstorestorefront
ownWebstoretest
in above extension all UI related file and controller will in ownWebstorestorefront
and your default webstore url will
http://localhost:9001/ownWebstorestorefront?site=electronic
1. Download any version of Hybris suite like Hybris 4.8
2. After download go to CMD and go to Installed directory
like c:/hybris/bin/plateform
3. set ant
Hybris provides a full fledge running webstore through accelarator extension so we only need to create accelarator type own extension
and we can customized this accordingly our requirements
so for that we need to type
ant modulegen command
after hit enter it will create six extension in our custom folder
Now you can customized it accordingly
ownWebstorecockpits
ownWebstorecore
ownWebstorefacades
ownWebstoreinitialdata
ownWebstorestorefront
ownWebstoretest
in above extension all UI related file and controller will in ownWebstorestorefront
and your default webstore url will
http://localhost:9001/ownWebstorestorefront?site=electronic
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.