Using Webstore / shopping cart and customization

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/28/2011 1:43:37 PM
Gravatar
Total Posts 33

Using Webstore / shopping cart and customization

I am able to set up the webstore and configure using the CMS UI. However, I am looking to integrate with my own customized modules. I have a custom module project and I have a dynamically created list of items with price. when the user clicks Add to Cart on an item, I wish to have it added to the shopping cart with appropriate title and corresponding price. This should be done through the code. pretty much am looking like passing on shopping cart product parameters like

AddToCart(productName, productDescription, productprice, etc) in my module

and then onwards the control is handed over to the shopping cart.

Is there some thing like create an instance of base object of webstore and then have the productlist,offerlist, products which I can access. How to access webstore cart, store product, etc object in the custom project?

Any hints would be greatly appreciated.

 

8/30/2011 1:12:34 PM
Gravatar
Total Posts 33

Re: Using Webstore / shopping cart and customization

Can some one out there help me out on this.

Thanks

8/30/2011 1:24:43 PM
Gravatar
Total Posts 18439

Re: Using Webstore / shopping cart and customization

Sorry but we are not supporting extending of the WebStore feature at this time. It does not have an api designed to be called from outside the feature itself. Maybe some day we will have ways to extend it but today it just does what it does and if it doesn't do what you want then the only safe option for customization is to clone it into a new feature.

You must sign in to post in the forums. This thread is closed to new posts.