Hi guys,

Is it possible to accomplish following in Drupal ecommerce:

  • Create Multilingual /Multilocale Stores.
  • Do product customization (imaging, engraving etc).
  • Show Long Desc, Features Specs etc. for a product.
  • Support Product/KIT/Bundles.
  • Users have their own address book - which can be used as billing or shipping address.
  • Provide features like 'Remember Me', 'Remember my Password', 'Forgot Password' etc.
  • Opt-in/Opt-out features.
  • Make personalized recommendations based upon shopping history.
  • Write Customer Reviews.
  • Cross sell, UpSell
  • Product Comparator - where two different products can be compared.
  • Store Locator - that shows where can this product be bought.
  • Provide admin webpages for customer support - to register user, place order for customer, view order status etc.
  • Pre-order/Back-order a product.
  • Create wishlist.
  • Gift Cards
  • Paypal / Google Checkout
  • Fraud Checks
  • Calculate Tax
  • Manage partially shipped orders.
  • Display Estimated Ship Date.
  • Provide Gift Wrap
  • Calculate shipping based upon unit/weight
  • Add special handling charges to shipping.
  • Address Verification Service
  • Local Language/Currency support.
  • Support for Date/Number Format.
  • Thanks,
    Sharad.

    Comments

    ambientdrup’s picture

    Not sure about E-Commerce module but you may want to check our Ubercart - it can do many of your spec items. For a store locator I'm using phpGoogleStoreLocator on a current project. It's not completely integrated with the Drupal db yet but it's a cool module.

    Ubercart: http://www.ubercart.org/

    phpGSL: http://crystaldawn.net/

    I'm thinking that E-commerce can probably do much of this as well but you should check out the documentation on it:

    http://drupal.org/project/ecommerce

    -backdrifting