[TYPO3-UG Dutch] commerce vraag

WP Perquin perquin at yuplounge.nl
Wed Apr 9 22:19:38 CEST 2008


Heb Commerce geïnstalleerd op een volledig schone typo3 installatie.
Inclusief de extensions:

tt_address

moneylib

graytree

dynaflex

static_info_tables

commerce

 

Dat ging allemaal goed. Verder netjes de tutorial gevolgd volgens:

http://wiki.typo3.org/index.php/Commerce#Installation

 

Nou zie ik alleen niets (Okay Hello World!) en dat zal vast aan m’n template
liggen:

In de template (aangemaakt voor SHOP -> CREATE TEMPLATE FOR A NEW SITE)

 

Staat bij Constants:

######################## begin constants

# This is just an example, use your own Pids!

 plugin.tx_commerce_lib {

            addressPid = 3

            userPid = 2

            editAddressPid = 0  #geen idee wat zie hiermee willen dat ik
gebruik

            basketPid = 7

            overridePid = 0 #geen idee wat zie hiermee willen dat ik gebruik

            checkoutPid = 6

            emptyBasketPid = 10

            emptyCheckoutPid = 11

            userGroup = 2 #neem aan dat ze hier de PID bedoelen van de
sysfolder User

 }

templatePathCommerce = fileadmin/templates/commerce/

######################## einde constants

 

en bij Setup:

######################## begin setup

# Default PAGE object:

page = PAGE

page.10 = TEXT

page.10.value = HELLO WORLD!

# product listing

 plugin.tx_commerce_pi1 {

            maxRecords = 6

            templateFile = {$templatePathCommerce}product.tmpl

 }

  # basket

 plugin.tx_commerce_pi2.templateFile = {$templatePathCommerce}basket.tmpl

  # checkout

 plugin.tx_commerce_pi3 {

            adminmail {

                        from = user at mydomain.local

                        from_name = Shop Owner

                        mailto = user at mydomain.local

                        templateFile =
{$templatePathCommerce}checkout_adminmail.tmpl

            }

            usermail {

                        from = user at mydomain.local

                        from_name = Shop Owner

                        templateFile =
{$templatePathCommerce}checkout_usermail.tmpl

            }

            templateFile = {$templatePathCommerce}checkout.tmpl

 }

  # address forms

plugin.tx_commerce_pi4.templateFile = {$templatePathCommerce}addresses.tmpl

# invoice

plugin.tx_commerce_pi6.templateFile = {$templatePathCommerce}invoice.tmpl

######################## einde setup

 

Verder zijn bij clear de constants en setup aangevinkt. Idem rootlevel heeft
een vinkje.

Include static (from  extensions) heeft:

Commerce en CSS styled content.

 

De templates hebben allemaal de juiste naam en staan ook daadwerkelijk in de
fileadmin/templates/commerce/ directory. Precies zoals de installatie
instructie zegt.

 

Ik vermoed dat de root template niet juist functioneert. Maar heeft iemand
enig idee wat daar aan dient te gebeuren? 

 

Groet

 

Willem-Peter

 



More information about the TYPO3-UG-dutch mailing list