[TYPO3-UG Dutch] commerce vraag

Bas van der Togt bas.vander.togt at efocus.nl
Fri Apr 11 11:57:45 CEST 2008


Hoi Willem,

Alvorens je een lijstje krijgt op de frontend dien je eerst een product 
en daaronder een aantal articles aan te maken. Heb je dit al gedaan?

gr,
Bas

WP Perquin wrote:
> Heb ik meteen een onderwerp voor alle meeting ideeen die nu voorbij flitsen:
> 
> Commerce en hoe je dat aan de praat krijgt (de huidige versie). Kunnen we
> meteen pennen erbij, zodat ook de wat mindere TYPO-er het begrijpt.
> 
> Want daar m'n toppic nog steeds open staat heb ik de sleutel tot dit succes
> (commerce werkend) nog niet gevonden.
> 
> Terwijl extendedshop_2.0.7.t3x bijvoorbeeld direct prima werkt.
> 
> Willem-Peter
> 
> -----Oorspronkelijk bericht-----
> Van: typo3-ug-dutch-bounces at lists.netfielders.de
> [mailto:typo3-ug-dutch-bounces at lists.netfielders.de] Namens WP Perquin
> Verzonden: donderdag 10 april 2008 9:48
> Aan: 'TYPO3 Usergroup Dutch'
> Onderwerp: Re: [TYPO3-UG Dutch] commerce vraag
> 
> Okay, e.a. aangepast, maar zie wel het menu, maar geen productlijst. Iemand
> enig idee?
> 
> In de html code staat:
> <!--  CONTENT ELEMENT, uid:8/list [begin] -->
> 
> 		<a id="c8"></a>
> 		<!--  Header: [begin] -->
> 			<div class="csc-header csc-header-n1"><h1
> class="csc-firstHeader">tt</h1></div>
> 		<!--  Header: [end] -->
> 			
> 		<!--  Plugin inserted: [begin] -->
> 			
> 
> 
> 	<!--
> 
> 		BEGIN: Content of extension "commerce", plugin
> "tx_commerce_pi1"
> 
> 	-->
> 	<div class="tx-commerce-pi1">
> 		
> 	</div>
> 
> 	
> 	<!-- END: Content of extension "commerce", plugin "tx_commerce_pi1"
> -->
> 
> 	
> 		<!--  Plugin inserted: [end] -->
> 			
> 	<!--  CONTENT ELEMENT, uid:8/list [end] -->
> Uid:8 dat is bij mij de Products folder. 
> Dus het werkt ergens wel. Alleen zie geen producten staan.
> Verder als constants:
> plugin.tx_commerce_lib {
>             addressPid = 3
>             userPid = 2
>             editAddressPid =   
>             basketPid = 7
>             overridePid =  
>             checkoutPid = 6
>             emptyBasketPid = 10
>             emptyCheckoutPid = 11
>             userGroup =  
>  }
> 
> Wie weet het? Kan de boel ook "even" opengooien indien dat handiger is.
> 
> W-P
> 
> -----Oorspronkelijk bericht-----
> Van: typo3-ug-dutch-bounces at lists.netfielders.de
> [mailto:typo3-ug-dutch-bounces at lists.netfielders.de] Namens WP Perquin
> Verzonden: woensdag 9 april 2008 22:20
> Aan: 'TYPO3 Usergroup Dutch'
> Onderwerp: [TYPO3-UG Dutch] commerce vraag
> 
> 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
> 
>  
> 
> _______________________________________________
> TYPO3-UG-dutch mailing list
> TYPO3-UG-dutch at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-dutch
> 
> 
> _______________________________________________
> TYPO3-UG-dutch mailing list
> TYPO3-UG-dutch at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-dutch
> 
> 


More information about the TYPO3-UG-dutch mailing list