|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
basketHashValueHello,
I just read this post http://support.typo3.org/projects/commerce/m/re-typo3-commerce-important-baskets-seem-to-get-shared-among-fe-users-security-issue-244858/p/12/ They talk about basketHashValue in URL and that it is only usefull if someone would like to display the article stock or has different rights / prices for different Usergroups. But with no stock handling and only one usergroup this getVar is useless, am i right? Is there a way to get rid of the basketHashValue, has someone tested that yet? I would like to generate nice realUrl links without the hash value so google has no problems to crawl the site. I think it would also speed up the extension... kind regards, Georg Schönweger _______________________________________________ TYPO3-project-commerce mailing list TYPO3-project-commerce@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce |
|
|
Re: basketHashValueHi,
I added one line to newest trunk version of commerce; in lib/class.tx_commerce_basic_basket.php on line 654 i added the line: return false; The basketHashValue is gone now, no problems so far. Maybe it helps some other guys too. It would be nice if the basketHashValue could be deactivated by TS, or if there would be a hook to deactivate it. I would also write a patch file maybe for setting it via TS or also for adding a new hook to deactivate it if somebody is interested in this. kind regards, Georg Schönweger Am 22.09.2009 17:25, schrieb Georg Schönweger: > Hello, > > I just read this post > http://support.typo3.org/projects/commerce/m/re-typo3-commerce-important-baskets-seem-to-get-shared-among-fe-users-security-issue-244858/p/12/ > > They talk about basketHashValue in URL and that it is only usefull if > someone would like to display the article stock or has different rights > / prices for different Usergroups. But with no stock handling and only > one usergroup this getVar is useless, am i right? Is there a way to get > rid of the basketHashValue, has someone tested that yet? I would like to > generate nice realUrl links without the hash value so google has no > problems to crawl the site. I think it would also speed up the extension... > > kind regards, > Georg Schönweger > _______________________________________________ > TYPO3-project-commerce mailing list > TYPO3-project-commerce@... > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce > > _______________________________________________ TYPO3-project-commerce mailing list TYPO3-project-commerce@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce |
| Free embeddable forum powered by Nabble | Forum Help |