View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000608 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2009-02-20 10:21 | 2009-08-24 13:34 |
Reporter | birute_meilutyte | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Summary | 0000608: if subshop link is used as category external link, back button will not work | ||||
Description | create shop with subshop. Start page type is 'Redirect to oxbaseshop page'. for one of main shops category, set external link to its subshop. when user clicks on this category, redirect to subshop works correctly. but then, if user clicks browser back button, redirect back to main shop fails. it either redirects to shop selection page (which is turned off) or gives "Page not found.' message. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
Shop id is stored in session, but not in Url, so when you click on category Url subshop id is written to session. To avoid this problem shop id should be added to each url as parameter, but this is not good for SEO. |
|
Fixing this issue may harm other functionality (SEO). So need to discuss in details about (other) possible solutions. Thus this entry is moved to whislist for further consideration and the entry here is closed. |