Gestion des données et des affichages produits avec Drupal Commerce

Register with us now to view the full version of this or any one of our valuable assets.
Register now
Already registered? Login.

Gestion des données et des affichages produits avec Drupal Commerce

L'ajout de fonctionnalités E-Commerce a un site déjà existant peut se faire de multiples manières. L'une des grandes forces de Drupal Commerce est de laisser une grande marge de manoeuvre quand à la façon d'étendre un site Drupal existant avec des fonctionnalités E-Commerce. Si ce haut niveau de flexibilité est une force pour les systèmes complexes, il signifie aussi que Drupal Commerce embarque le minimum de fonctionnalités pre-configurées, ce qui peut représenter un challenge pour les débutants.

Au cours de ce webinaire, Augustin Delaporte, chef de projet Commerce Guys, présentera les différentes manières de tirer partie de la flexibilité inhérente à Drupal Commerce et de son intégration au coeur de Drupal 7 afin de gérer les données de vos produits et de leur présentation sur votre site.

La formation abordera les points suivants:

  • Importation des produits depuis un tableau excel afin de créer des produits en back-office et leur propre affichage indépendants,
  • Amélioration du tableau de bord produits Drupal Commerce,
  • Création d'un diaporama sur la home page du site.
Category: 
Publish on date: 
Thursday, November 10, 2011
Rating: 

Comments

Posted on by Adrian Mak.

How could I import multiple images of a product entity ?

Posted on by Augustin Delaporte.

If you want to import a multiple value field, you should use the module feeds_tamper to alter the data that are passed to feeds.

In our example you just need to :
- add a column on the CSV file, named "Pictures", which contains a list of image path separated by a "|" for example.
- add the field "pictures" to the mapping on feeds.
- on the mapping page, click on "configure feeds tamper" to add a plugin which will explode the list of paths from the field (using the correct separator).
Then, use feeds_tamper to explode the liste for that fields.

Hope it helps ^^

GuGuss

Add new comment

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

Filtered HTML

  • Use [acphone_sales], [acphone_sales_text], [acphone_support], [acphone_international], [acphone_devcloud], [acphone_extra1] and [acphone_extra2] as placeholders for Acquia phone numbers. Add class "acquia-phones-link" to wrapper element to make number a link.
  • To post pieces of code, surround them with <code>...</code> tags. For PHP code, you can use <?php ... ?>, which will also colour it based on syntax.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <h4> <h5> <h2> <img>
  • Lines and paragraphs break automatically.
By submitting this form, you accept the Mollom privacy policy.