1. Install the latest uCommerce package. 2. Install the latest razor store package. 3. Download the razor store source from BitBucket. 4. Setup up the razor store project, to push files to the local web site as a post build step. (I believe instructions for this are included in the demo store source)
Then simply modify and compile, to get your own changes pushed to your web site.
In case you want to upgrade uCommerce at some point, simply install the latest package, and then reference the lastest assemblies in the razor store project.
Extending Demo Razor Store - Source or Package?
Hi,
I want to start with the demo razor store and extend from there.
e.g. add login pages, create new web services
The installed package has much code compiled.
Before I start extending, I would like to know best approach.
(1) to extend from installed package or (2) to extend from the source code https://bitbucket.org/uCommerce/ucommerce-razor-store/
In case of the latter, what steps are needed from uCommerce local installed already to razor store working with all source code in my local solution?
I have not used bitbucket yet...
Hope someone can help point in right direction....
Cheers Mike
Hello Mike,
Definitely go with option number 2.
In terms of step, I guess the simplest is:
1. Install the latest uCommerce package.
2. Install the latest razor store package.
3. Download the razor store source from BitBucket.
4. Setup up the razor store project, to push files to the local web site as a post build step. (I believe instructions for this are included in the demo store source)
Then simply modify and compile, to get your own changes pushed to your web site.
In case you want to upgrade uCommerce at some point, simply install the latest package, and then reference the lastest assemblies in the razor store project.
Kind regards,
Jesper
is working on a reply...