[TYPO3-commerce] RealURL configuration

Jeroen Visser jeroen at roquin.nl
Thu Dec 6 12:25:52 CET 2007


Hi all,
I am busy with the real url config for my shop. There are three domains
in this typo config. In the localconf.php I have replaced the total
array like:

if($_SERVER['HTTP_HOST']=='shopurl'){
	include('shop-realurl.php');
} else {
	$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
	...
	);
}

Just to be sure that the domains do not conflict with each other.

Now the getVars after clicking a categorie:
tx_commerce_pi1[mDepth]=1
tx_commerce_pi1[path]=20
cHash=1002595ce0

And the getVars after clicking a product:
tx_commerce_pi1[basketHashValue]=3f93865fed
cHash=7360901f9f

I don't think that these vars are needed in the clickpath. After loosing 
them in the location bar it doesn't make a difference. The mini cart 
also leaves these getVars out. Does anybody know how to strip these vars 
from the click URL?

Greetings,
Jeroen


Kevin Ulrich Moschallski wrote:
> Hi Ingo,
> 
> thanks a lot for your effort, saved me realy some time. I'm allways 
> willing in contributing in projects, but at this stage i don't have 
> someting to give. Maybe in the future.
> 
> Again thank you.
> 
> Greets Kevin
> On 2007-08-10 14:20:58 +0200, Ingo Schmitt <mailinglisten at i-schmitt.de> 
> said:
> 
>> Hi Michiel,
>>> Hi Ingo, Kevin,
>>>
>>> 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?
>>
>> This would be a Idea, but as I follow the thread further, we already 
>> do have a solution.
>>
>> Don't get me wrong, I'm not willing not to share, since the whole code 
>> of commerce is shared already. My main problem is, that we (the 
>> project team) are constantly giving informations, code and all we get 
>> is: Can i have this also for free, and this and that. And we only get 
>> very less in exchange for it.
>>
>> ingo
>>
>>>
>>> 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
> 
> 
> 





More information about the TYPO3-project-commerce mailing list