background preloader

Drupal

Facebook Twitter

Timeline Photos - Ahmed El-Sakkary. Ubercart 3 Vs. Drupal Commerce: The Choices for Drupal 7 Shopping Carts Get More Complicated. When I first started working on e-commerce sites, choices for Drupal-native carts were limited to two packages: the e-Commerce project and Ubercart.

Ubercart 3 Vs. Drupal Commerce: The Choices for Drupal 7 Shopping Carts Get More Complicated

Based on the development activity and large number of supporting modules, I became an enthusiastic supporter of Ubercart. In fact, it's was my first choice for ecommerce systems in general, since it brought so much to the table: Here's a scalable e-commerce solution using Drupal's same node-based architecture, theming system, and user management routines while offering a cart with a barrel full of sophisticated customization options.

If you needed both a CMS and an ecommerce solution, you'd be hard-pressed to find a better combination than Drupal 6 and Ubercart. Over the years, though, I've tempered my enthusiasm for Ubercart: While it's still good at handling the most common ecommerce demands, the project is not without its flaws. First, keep in mind that few carts satisfy everyone. Core Differences Between Ubercart and Drupal Commerce. Drupaldelphia course.

Themes

Drupal 7: Basic Theming with Zen and CSS. Migrate user pictures. Migrate. The migrate module provides a flexible framework for migrating content into Drupal from other sources (e.g., when converting a web site from another CMS to Drupal).

Migrate

Out-of-the-box, support for creating core Drupal objects such as nodes, users, files, terms, and comments are included - it can easily be extended for migrating other kinds of content. Content is imported and rolled back using a bundled web interface (Migrate UI module) or included Drush commands (strongly recommended). Status I'm afraid I've been very busy with project work and the Migrate in 8 effort and haven't been able to put Migrate 2.6 to bed yet. I am starting to catch up on the issue queue, aiming to answer a few issues at a time, a few times a week, prioritizing bugs>support requests>tasks/feature requests. Migrate 2.6 Release Candidate 1 is available. The most significant changes in Migrate 2.6: For a more complete list of changes, see the issues tagged as Migrate 2.6.

Requirements Support for contributed modules. How to moving database node from Drupal 6 into Drupal 7 Part I. I will make several post to moving database from Drupal 6 into Drupal 7.

How to moving database node from Drupal 6 into Drupal 7 Part I

Which it include with nodes, taxonomy, users, comments, url alias and many else. I will make it part by part, so you can follow it easily. In this first part, i will show how to setup multiple database connection and importing nodes from old into new databases. This post is good for you that want to full migrate from drupal 6 into drupal 7 without upgrading or update. We will use importing from database. 1. 2. <? Foreach ( echo Next step, i will show you to import taxonomy and tags. Because a few people always asking me how to execute this scripts and seem some people have difficult days, I try to easy the pain :) First, put this code completely ( including with php tags ) into your themes you USE.

Also, i put "SUCCES IMPORTED DATA ! If you think this not works, please check your database settings. For intance, we will make query into 'old' database. Still confuse ? How to migrate database users from Drupal 6 into Drupal 7 Part II. We want to convert users database from Drupal 6 into Drupal 7 by simple php script.

How to migrate database users from Drupal 6 into Drupal 7 Part II

This is part number II of "How to convert database from Drupal 6 into Drupal7". On previous, part I , telling about How to convert nodes databases Drupal 6 into Drupal 7 . Now, after succesfully moving nodes, we go to moving users. In this steps, i don't guarantee about password will still works or not after moved into Drupal 7.