SlideShare a Scribd company logo
1 of 39
Download to read offline
Localizing Drupal Commerce
a brief glance to how Drupal Commerce become multilingual
ROBERTO PERUZZO
E roberto.peruzzo@studioaqua.it

T @robertoperuzzo
W www.studioaqua.it
In it.linkedin.com/in/robertoperuzzo
Software Developer
Drupal Commerce
Is an Open Source eCommerce framework built from
the ground up on Drupal 7.
Why Drupal Commerce
• Mature project
• Good documentation & community
• Flexible & Extensible
Commerce Guys
Is the company born from the Drupal community.
It develops and supports the Drupal Commerce
project.
Need help? Get help!
• Guides [http://www.drupalcommerce.org/user-guide]
• Videos [http://www.drupalcommerce.org/videos]
• Inquiry [https://commerceguys.com/inquiry]
Store & Storehouse
• How do you store?
• How do you sell?
…Drupal Commerce doesn't care.
Product
• Drupal entity
• Define the product features
or product variation
Product page
• Drupal node
• Gathers product variations
or product display
Product Page
& Product
Globalization
• Internationalisation (i18n)
• Localisation (L10n)
A big headache
translation entity_translation i18n_taxonomy
Product Page
(node)
Product
(entity)
Properties
(taxonomy)
Elements
Modules
Take an aspirin
Product Page
(entity)
Product
(entity)
Property
(entity)
Elements
Modules
entity_translation
+
title
entity_type = node entity_type = product entity_type = taxonomy_term
Modules for translation
$drush dl entity_translation
$drush en entity_translation -y
$drush dl title
$drush en title -y
$drush dl variable
$drush en variable -y
$drush dl i18n
$drush en i18n, i18n_translation, i18n_field, i18n_menu -y
Site configurations
• Are your regional settings correct?
• Add your language
• Configure language detection
• Import language files
• Enable language selector for site visitors
Regional
settings
!
admin/config/regional/settings
Your
language
!
admin/config/regional/language
Language
prefix
admin/config/regional/language/edit/en
Content
language
detection
admin/config/regional/language/configure
Content
language
detection
URL
admin/config/regional/language/configure/url
Import
language
files
admin/config/regional/translate
Drupal core: https://localize.drupal.org/
Drupal Commerce: https://localize.drupal.org/translate/downloads?project=commerce
Import
language
files
admin/config/regional/translate/import
Enable
language
selector
block
admin/structure/block
<?php!
! $block = module_invoke('locale', 'block_view', 'language');!
! print render($block['content']);!
?>
or through the code
Into block setting page
Configure translation
• Select the translatable entity types
• Enable field translation
• Multilingual support for taxonomies
• Set some sensible defaults
Select
translatable
entities
admin/config/regional/entity_translation
Field
translation
for content
types
admin/structure/types/manage/<node-type-machine-name>
Replace title
and enable
fields
translation
admin/structure/types/manage/<content-type-machine-name>/fileds
Convert the title into a translatable field
and edit each field you want to translate
Enable
multilingual
support for
taxonomies
admin/structure/taxonomy/<vocabulary-name>/fields
Convert the name and description
into a translatable field
and enable the translation
Set some
sensible
defaults
admin/config/regional/entity_translation
Translate content
• Translate fields
• Translate taxonomy items
Product
creation
(italian)
node/add/<content-type-name>
Product
variation
(italian)
node/add/<content-type-name>
Product
translation
(english)
node/<nid>/edit/add/it/en?destination=admin/commerce/products
Taxonomy
translation
(italian)
taxonomy/term/<tid>/edit/it
Taxonomy
translation
(english)
taxonomy/term/<tid>/edit/en
Materiale
http://bit.ly/StudioAquaDrupalday2014
E roberto.peruzzo@studioaqua.it

T @robertoperuzzo
Q&A
DrupalDay - Localizing Drupal Commerce

More Related Content

Similar to DrupalDay - Localizing Drupal Commerce

Drupal commerce an overview drupalcamp gent
Drupal commerce an overview   drupalcamp gentDrupal commerce an overview   drupalcamp gent
Drupal commerce an overview drupalcamp gent
wesleydv
 
Drupal Gardens Overview
Drupal Gardens OverviewDrupal Gardens Overview
Drupal Gardens Overview
Acquia
 

Similar to DrupalDay - Localizing Drupal Commerce (20)

DDAY2014 - Localizing Drupal Commerce
DDAY2014 - Localizing Drupal CommerceDDAY2014 - Localizing Drupal Commerce
DDAY2014 - Localizing Drupal Commerce
 
Drupal Days 2014 - Drupal Commerce Kickstart
Drupal Days 2014 - Drupal Commerce KickstartDrupal Days 2014 - Drupal Commerce Kickstart
Drupal Days 2014 - Drupal Commerce Kickstart
 
Introduzione a Drupal Commerce Kickstart - Drupal Days 2014
Introduzione a Drupal Commerce Kickstart - Drupal Days 2014Introduzione a Drupal Commerce Kickstart - Drupal Days 2014
Introduzione a Drupal Commerce Kickstart - Drupal Days 2014
 
Drupal Commerce: A perfect match for your e-commerce needs
Drupal Commerce: A perfect match for your e-commerce needsDrupal Commerce: A perfect match for your e-commerce needs
Drupal Commerce: A perfect match for your e-commerce needs
 
Drupal commerce an overview drupalcamp gent
Drupal commerce an overview   drupalcamp gentDrupal commerce an overview   drupalcamp gent
Drupal commerce an overview drupalcamp gent
 
Start Here: How to Prepare for Your Drupal 8 Journey
Start Here: How to Prepare for Your Drupal 8 JourneyStart Here: How to Prepare for Your Drupal 8 Journey
Start Here: How to Prepare for Your Drupal 8 Journey
 
OS Accelerate London - 09/16/15
OS Accelerate London - 09/16/15OS Accelerate London - 09/16/15
OS Accelerate London - 09/16/15
 
Drupal As A Jigsaw
Drupal As A JigsawDrupal As A Jigsaw
Drupal As A Jigsaw
 
Introduction to drupal
Introduction to drupalIntroduction to drupal
Introduction to drupal
 
"Eventum project" - A Drupal platform for managing events and conferences
"Eventum project" - A Drupal platform for managing  events and conferences"Eventum project" - A Drupal platform for managing  events and conferences
"Eventum project" - A Drupal platform for managing events and conferences
 
WHY SHOULD UPGRADE TO DRUPAL 8?
WHY SHOULD UPGRADE TO DRUPAL 8?WHY SHOULD UPGRADE TO DRUPAL 8?
WHY SHOULD UPGRADE TO DRUPAL 8?
 
Drupal Commerce 2014
Drupal Commerce 2014Drupal Commerce 2014
Drupal Commerce 2014
 
Why should you upgrade to Drupal 8?
Why should you upgrade to Drupal 8?Why should you upgrade to Drupal 8?
Why should you upgrade to Drupal 8?
 
Bootstrap + Drupal Commerce in less than 45 minutes!
Bootstrap + Drupal Commerce in less than 45 minutes!Bootstrap + Drupal Commerce in less than 45 minutes!
Bootstrap + Drupal Commerce in less than 45 minutes!
 
Introduction To Drupal And The Future of Drupal
Introduction To Drupal And The Future of DrupalIntroduction To Drupal And The Future of Drupal
Introduction To Drupal And The Future of Drupal
 
Drupal Gardens Overview
Drupal Gardens OverviewDrupal Gardens Overview
Drupal Gardens Overview
 
DDAY2014 - Drupal 8 e il mercato Enterprise: questo matrimonio s'ha da fare?
DDAY2014 - Drupal 8 e il mercato Enterprise: questo matrimonio s'ha da fare?DDAY2014 - Drupal 8 e il mercato Enterprise: questo matrimonio s'ha da fare?
DDAY2014 - Drupal 8 e il mercato Enterprise: questo matrimonio s'ha da fare?
 
Sell your code: Announcing the DroopyAppStore
Sell your code: Announcing the DroopyAppStoreSell your code: Announcing the DroopyAppStore
Sell your code: Announcing the DroopyAppStore
 
Drupal Training in Delhi
Drupal Training in DelhiDrupal Training in Delhi
Drupal Training in Delhi
 
DrupalCon San Francisco- The State of Drupal as a Web Application & Product ...
DrupalCon San Francisco-  The State of Drupal as a Web Application & Product ...DrupalCon San Francisco-  The State of Drupal as a Web Application & Product ...
DrupalCon San Francisco- The State of Drupal as a Web Application & Product ...
 

Recently uploaded

AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 

Recently uploaded (20)

Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide Deck
 
Pharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodologyPharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodology
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 

DrupalDay - Localizing Drupal Commerce