View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004771 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2012-12-04 15:27 | 2012-12-18 10:00 |
Reporter | ray | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Product Version | 4.7.1 / 5.0.1 revision 52468 | ||||
Summary | 0004771: variant selection not working when following deeplink | ||||
Description | When 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 Reproduce | not 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 Information | from 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] | ||||
Tags | Selection List | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
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. |
|
If you still have any problems conserning this ticket, please reopen. |