[TYPO3-commerce] RealURL configuration

Ingo Schmitt mailinglisten at i-schmitt.de
Fri Aug 10 14:21:52 CEST 2007


Hi,

> 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.
> 

A similar solution we are using on a one domain setup, but be careful 
with real url an dlookup tables in a multi domain setup, thinks tend to 
break up here.

ingo

> 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
>>
> 


Mit freundlichen Gruessen
-- 
Ingo Schmitt                        mailto:is at marketing-factory.de
Marketing Factory Consulting GmbH   http://typo3.marketing-factory.de/
Content Management mit Typo3: Beratung - Schulung - Realisierung


More information about the TYPO3-project-commerce mailing list