View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003479 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2012-01-03 17:51 | 2012-07-16 14:15 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.0_beta2 | ||||
Fixed in Version | 4.7.0_5.0.0_beta1 | ||||
Summary | 0003479: CMS page "Credits" doesn't appear under http://www.myshop.com/Credits | ||||
Description | In an email between Sandro, Ralf and me we agreed on Feb 24th 2010, that the Credits page will get an URI like this: http://www.myshop.com/Credits. Presently, the URL to the page looks like this: http://www.myshop.com/en/Credits Further, this CMS page is language dependent. That means - if you switch English off, this Credits page is gone. Please provide a Credits page in English language that can be accessed via http://www.myshop.com/en/Credits and that doesn't disappear when you switch English off. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
The goal is to have the same Credits page available on any language (even if English language is disabled). Possible to solve that by: 1. creating cms page with present text, and generate the same urls to that page in all the languages. OR 2. create a View which takes the same content, not depending from current language. One more rule: the page itself is not allowed to be removed and can be accesses by everybody (even a search engine crawler) by hitting www.myshop.com/Credits But shop owner would be allowed to remove the link in footer of the shop which leads to this page. |
|
I'd prefer solution #2 for the following reason: If the same content is available in all languages it could perhaps (not 100% sure) lead to problems with duplicated content even if you forward to the same URI. "One more rule" is not relevant for fixing this bug. We will add this info on http://goo.gl/bxG3n as soon as this bug is fixed. No artificial difficulties to remove the page needed ;) Maybe mark the URL as "fixed" by default. |
|
If cms page with ident oxcredits does not exist, breaks the page. Because in template is trying to get this page object which is not loaded. Problem is in smarty plugin: block.oxifcontent.php, where is checking if object is loaded. lines which needs to fix: 1. line: 53 - trying to load object; 2. line: 67 - checking if object loaded or just ident is "oxcredits"). |
|
solution 2 is done. fixed smarty plugin bug |