[TYPO3-commerce] RealURL configuration

Christoph Nikic cnikic at elmos.de
Fri Aug 10 10:09:57 CEST 2007


Hi,

here's what i did:

// product categories
'cat' => array(
	         array(
                   'GETvar' => 'tx_commerce_pi1[catUid]',
                   'lookUpTable' => array(
                           'table' => 'tx_commerce_categories',
                           'id_field' => 'uid',
                           'alias_field' => 'title',
                           'addWhereClause' => ' AND NOT deleted',
                           'useUniqueCache' => 1,
                           'useUniqueCache_conf' => array(
                                   'strtolower' => 1,
                                   'spaceCharacter' => '-',
                           ),
                   ),
           ),
  ),
  // product
  'pr' => array(
           array(
                   'GETvar' => 'tx_commerce_pi1[showUid]',
                   'lookUpTable' => array(
                           'table' => 'tx_commerce_products',
                           'id_field' => 'uid',
                           'alias_field' => 'title',
                           'addWhereClause' => ' AND NOT deleted',
                           'useUniqueCache' => 1,
                           'useUniqueCache_conf' => array(
                                   'strtolower' => 1,
                                   'spaceCharacter' => '-',
                           ),
                   ),
           ),
  ),

Im using just products (without articles). cHash and BasketHash remain 
as ordinary GETVars.

best regards,

Christoph Nikic

> Maybe it's in the name (commerce) . . .
> 
> I have a proposition for an 'exchange' . . .
> 
> Ingo passes the realurl config to Kevin . . . and in return . . . Kevin 
> will paste the realurl config on the wiki.
> 
> The benifit for the TYPO3 commerce project would be:
> - better documentation
> - better configuration options (all our clients use realurl)
> - more happy users
> - more users willing to contribute code and enhancements
> 
> What do you think?
> 
> ingo schmitt wrote:
>>> does somebody got a sample ext_localconf.php from realurl for 
>>> commerce? I don't want to spend time in this if somebody already did 
>>> and is willing to share.
>>>
>> we did spend the time to do a real url configuration. What could you 
>> deliver in exchange for the TYPO3 Commerce project?
> 
> An interesting read: 
> http://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar
> 
> Kind regards,
> 
> 
> Michiel Roos
> 



More information about the TYPO3-project-commerce mailing list