Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
TYPO3 4.2 E-Commerce

You're reading from   TYPO3 4.2 E-Commerce Design, build, and profit from a sophisticated feature-rich online store using TYPO3

Arrow left icon
Product type Paperback
Published in May 2010
Publisher Packt
ISBN-13 9781847198525
Length 212 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Toc

Table of Contents (15) Chapters Close

TYPO3 4.2 E-Commerce
Credits
About the Authors
About the Reviewers
1. Preface
1. TYPO3 Installation and Extension Selection FREE CHAPTER 2. Template Configuration 3. Singularity of TYPO3 E-Commerce Plugins 4. Catalogue—Setting Up Online Shop Requirements 5. Shop Users—Profiles for Unregistered and Registered Users 6. Navigation Inside the Online Shop and Content Search 7. Ordering Organization—Modules of Payment and Delivery 8. Administrative Interface in TYPO3 9. Online Shop SEO Development 10. Managing and Marketing Your Site

Inserting a template using TypoScript


We just created our own template and placed the markers. So, the next important step is to add that content from the TYPO3 backend.

You need to choose the section Template, and in the site tree, choose the page where you created the template. Click on the pencil icon near the Setup to open and to edit the TypoScript and to add our template:

Here we will place the markers that we specified in the template. Let's insert the following code. First you have to start with the template configuration that specifies to TYPO3 what should be displayed in the code, and which charset and languages should be be used:

# LANGUAGE setup, here we enter the uID of language (default # language has the value "0"), charset utf-8, the page # language, and the html tag configuration
#-----------------------------------------------------------
config.linkVars = L
config.sys_language_uid = 0
config.metaCharset = utf-8
config.language = en
config.uniqueLinkVars = 1
config.htmlTag_setParams...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image