Amazon S3 File Downloads for Ubercart
Want to sell product downloads that are hosted on Amazon's Simple Storage Service (S3)? Now you can! This module allows you to associate Amazon S3 file downloads with your products using Ubercart product features, enabling you to take advantage of S3's amazingly cheap storage and bandwidth and take the load off of your server. An Amazon S3 account is required. Installation: Note that this module is still in development, preparing for an initial Drupal 6.x-1.0 release. Dependencies: Amazon S3 File Downloads requires the following modules: Amazon S3 6.x-1.0 for its Amazon S3 API to communicate with the Amazon S3 server. Sponsors: This module is sponsored by Yooweb. Development is provided by Heftel Studios.
Ubercart Auction
This module allows you to auction off products in your Ubercart store. When a product is put up for auction, users can no longer add the item to their cart, but they may place bids on it until the auction expires. The user that placed the highest bid on the product will then be able to add it to their cart and purchase it at the price they bid. This module requires Ubercart 2. The auctions are working like eBay auctions, if you're using the Ubercart Auction Automated Bidding submodule, which is part of the stable Dev-Version. Ubercart Auction is actively developed and maintained by Netzor.de. Features: *: Theoretically… please test if you can. Dependencies: - Date (= - CCK (= - Ubercart (= - Please notice: In the past there has been the auction checkout via the cart of ubercart.
Steve Jobs a gagné, Adobe tue Flash mobile
Quelque part six pieds sous terre à Palo Alto, Steve Jobs a le sourire. Mercredi, Adobe a annoncé l'arrêt du développement de Flash Player pour les navigateurs mobiles. La fin d'un long bras de fer, qui pose même des questions sur l'avenir de la technologie sur PC. Dans un post sur son blog officiel, Adobe dit vouloir contribuer «plus agressivement au HTML5». «HTML5 est maintenant supporté par tous les principaux appareils mobiles, dans certains cas exclusivement», explique Adobe, faisant référence à iOS. Microsoft avait renoncé à Flash mobile Steve Jobs a toujours refusé d'ouvrir la porte de son jardin à Adobe. Dans l'absolu, il n'avait pas tort. Alors que 250 millions d'appareils sous iOS (iPhone, iPad, iPod touch) ont été vendus depuis ses débuts, et près de 200 millions sous Android, smartphones et tablettes sont amenés à devenir le premier moyen d'accès à Internet. Philippe Berry
Commerce Kickstart
Commerce Kickstart is the quickest way to get up and running with Drupal Commerce. It includes the latest versions of Drupal core, Drupal Commerce, and the other modules it depends on. It also gives you a set of options to create a fully-featured demo store out of the box complete with an attractive theme, catalog and search configuration, and a custom back office interface. Who should use Commerce Kickstart? Anyone who wants to skip weeks of configuration to build a commerce site on the Drupal Commerce framework. Sponsored by Commerce Guys. Watch the Webinar Commerce Kickstart 2.x Important: WAMP has a bug causing Kickstart to be non-installable. See the installation and upgrading guide before attempting install. Please note that the "demo store" has been built to demonstrate the capabilities of Kickstart and shouldn't be used when starting new sites. Development Development now takes place in a public Github repository. Commerce Guys Marketplace
Rules
The Rules module allows site administrators to define conditionally executed actions based on occurring events (known as reactive or ECA rules). It's a replacement with more features for the trigger module in core and the successor of the Drupal 5 workflow-ng module. Example use cases Build flexible content publishing workflows changesSend customized mails to notify your users about importantCreate custom redirections, system messages, breadcrumbs, ...Build an eCommerce store using Drupal Commerce And many more... Features Obviously, you may use reaction rules to react upon any event with custom conditions and actions.Allows functionality to be re-used via components (Drupal 6: Rule sets only).Flexible scheduling system that allows scheduling any component / action.Users can share their customizations by using the built-in import/export feature. Integrations Modules may use the Rules module's API to provide new events, conditions, actions or default rules, which can be customized by users.
Auction
Provides auction functionality. Commerce integration is an option. Structure: Auctions are entities with start / end date, starting price, minimum price and instant buy price. Flow: Auctions are automatically activated / deactivated. Commerce integration: Provides 2 new order types: auction_bill and auction_monthly_bill. Maintainer: jepSter Dependencies: DateEntityEntity referenceInline Entity FormJquery CountdownRulesViews
le possible et l’impossible | dans l’art de dresser les pierres
Commerce
Drupal Commerce is used to build eCommerce websites and applications of all sizes. At its core it is lean and mean, enforcing strict development standards and leveraging the greatest features of Drupal 7 and major modules like Views and Rules for maximum flexibility. Whereas eCommerce solutions are often developed with an application mindset, highlighting what you can do with it out of the box, Drupal Commerce was developed with a framework mindset, focusing on what you can build with it. The core Commerce systems make no hard-coded assumptions about your business model, privileging developers and site builders at the core level to build custom eCommerce solutions to suit. Sponsored and maintained by Commerce Guys Core Features Additional functionality is provided through contributed modules, such as Shipping, Stock, Coupons, File downloads, PayPal, and many more... Just getting started? If so, we strongly recommend you use the Commerce Kickstart installation profile. Documentation
Storage API
Mission Statement Storage API is a low-level framework for managed file storage and serving. Module and all the core functions will remain agnostic of other modules in order to provide this low-level functionality. Submodules are welcome to allow Storage API to interact with other contributed modules, but there shall never be a dependencies[] statement in the storage.info file unless it is necessary for the low-level function of this module. It has the following features: Pluggable architecture - it can be extended to work with any storage service. There are some screencasts demonstrating various features of the module. Services Filesystem - files are stored in a local directory and served via any HTTP or FTP service running on the server.Database - really just a proof of concept. New Support for Storage API Storage API now has new maintainers for the module. Related Modules Code Browsing Want to take a look a the code of this module? Also located on Github as well. Need Help?