Feature questions: Gift Registry, Virtual products, 1 store over 2 domains wth different prices
Hi,
Im looking at recommending this cart (the Pro version) to a client but can't find these questions explicitly stated in features. (FYI: We are experenced Umbraco developers)
Your input would be greatly appreciated.
1. Do you support gift registries. Allow me to create an account, choose products like a wish list and then share with friends
2. Allow Australian currency
3. Allow custom development for non supported payment gateways
4. Run a single store with the same products over 2 domains (countries). Allow each store to have different products off the same database and pricing
5. Support virtual products Downloads, giftcards, personalise html emails for donations
6. Allow multiple recipients for the above Or, ability to alter purchase workfow with development
1) You use the existing basket system for gift registries. Using the .NET API you can easily create multiple baskets for a single customer, which will provide the gift registry you're looking for.
2) Any currency is supported, and multiple instances too.
3) Yes. Docs at Integrating uCommerce with a Payment Provider and Integrating with a Payment Gateway using External PaymentWindows. Seven providers are supported out of the box with PayPal, SagePay, and RBS WorldPay.
4) Yes. The is a core scenario for uCommerce.
5) uCommerce uses Umbraco for generating e-mails, so basically anything you can do with Umbraco you can do with e-mails as well. Giftcards are not supported out of the box, but can be added on via custom code.
6) Yes by modifying the checkout pipeline. Please see uCommerce Pipelines Explained.
Feature questions: Gift Registry, Virtual products, 1 store over 2 domains wth different prices
Hi,
Im looking at recommending this cart (the Pro version) to a client but can't find these questions explicitly stated in features.
(FYI: We are experenced Umbraco developers)
Your input would be greatly appreciated.
1. Do you support gift registries.
Allow me to create an account, choose products like a wish list and then share with friends
2. Allow Australian currency
3. Allow custom development for non supported payment gateways
4. Run a single store with the same products over 2 domains (countries).
Allow each store to have different products off the same database and pricing
5. Support virtual products
Downloads, giftcards, personalise html emails for donations
6. Allow multiple recipients for the above
Or, ability to alter purchase workfow with development
Thanks!
DT
Hi Duc,
1) You use the existing basket system for gift registries. Using the .NET API you can easily create multiple baskets for a single customer, which will provide the gift registry you're looking for.
2) Any currency is supported, and multiple instances too.
3) Yes. Docs at Integrating uCommerce with a Payment Provider and Integrating with a Payment Gateway using External PaymentWindows. Seven providers are supported out of the box with PayPal, SagePay, and RBS WorldPay.
4) Yes. The is a core scenario for uCommerce.
5) uCommerce uses Umbraco for generating e-mails, so basically anything you can do with Umbraco you can do with e-mails as well. Giftcards are not supported out of the box, but can be added on via custom code.
6) Yes by modifying the checkout pipeline. Please see uCommerce Pipelines Explained.
is working on a reply...