View Issue Details

IDProjectCategoryView StatusLast Update
0004771OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-18 10:00
Reporterray Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version4.7.1 / 5.0.1 revision 52468 
Summary0004771: variant selection not working when following deeplink
DescriptionWhen following a deeplink to an article with variants, the selection does not work, "to cart" is still grey and price is not updated even after choosing.

Seems to be a different behaviour depending on the link - if with beginning "www" it does not work, if without "www" it works as intended.
Steps To Reproducenot working:
http://www.demoshop.oxid-esales.com/professional-edition/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA.html

working:
http://demoshop.oxid-esales.com/professional-edition/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA.html
Additional Informationfrom forums:
http://forum.oxid-esales.com/showthread.php?t=17348

quickfix, add following lines into .htaccess:

RewriteCond %{HTTP_HOST} !^www.Shop-URL.de$
RewriteRule ^(.*)$ http://www.Shop-URL.de/$1 [L,R=301]
TagsSelection List
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

aurimas.gladutis

2012-12-05 12:05

reporter   ~0008060

This only occurs if you add www. to url and config is set to use url without www. As all other links points to address without url and ajax connection from address with www. to address without www. url causes server error, so variants is not really selected. To solve this, you should choose one address either with or without www. and redirect to it via htaccess as in your quickfix.

aurimas.gladutis

2012-12-18 10:00

reporter   ~0008150

If you still have any problems conserning this ticket, please reopen.