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

Configuring your TYPO3 installation


To switch to Normal mode, click on the link at the bottom of the TYPO3 Install tool. You will be able to configure the content management system in detail in the Normal mode. The following screenshot shows the configuration of TYPO3 settings:

We adjusted only a few points in our example that are related to image processing using GDLib and ImageMagick.

You can access Basic Configuration, All Configuration, and other useful, extra functions from here.

You can check your TYPO3 installation with basic settings at the section Basic Configuration:

  • Do directories have enough rights to write/read content from them? If not, you should CHMOD them in the command line (in Unix systems) or by using the chosen FTP software. You can set up marketable Install tool values. For maximum safety of your installation, please read the security actions described in the TYPO3 Security Cookbook. You can find information about this book at the TYPO3 homepage: http://typo3.org/teams/security/resources/.

  • php.ini configuration check: usually, you will not be able to edit this file if you're not the administrator of the hosting space.

    If your hosting administrator has granted access to some php.ini settings, you can overwrite some functions with the .htaccess file. For example, you can set the 'memory_limit', if it isn't enough, in your .htaccess file by adding an extra line:

    php_value memory_limit 64M
    
  • GDLib and FreeType check: if there is a GDLib installed on your server and also format support check for GIF and PNG.

  • ImageMagick check: checks the available installation of IM on your server. If the Install tool doesn't find it, it doesn't mean that you don't have it. We set the full path to IM by ourselves in our example.

  • Basic database check: connection settings and credentials.

  • Write configuration to localconf.php: add the needed values for site configuration and press the Update localconf.php button. Also, here you can make changes to some configuration flags. For example, give a name to your site. We called our example Berries Shop. The following screenshot shows the basic configuration:

You have been reading a chapter from
TYPO3 4.2 E-Commerce
Published in: May 2010
Publisher: Packt
ISBN-13: 9781847198525
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