View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004748 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2012-11-25 13:45 | 2012-12-10 13:44 |
Reporter | Souleater | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 4.6.3 revision 47975 | ||||
Summary | 0004748: text for download function still in email | ||||
Description | after purchasing an article there is still a text about the download function but it s disabled in the backend | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
duplicate of | 0004032 | resolved | andrius.silgalis | In customer email is download message even when NO downloads are available |
|
related / dublicate of https://bugs.oxid-esales.com/view.php?id=4032 |
|
So in which version of Oxid will it be fixed? |
|
as there are Template changes necessary - I guess in next Major Version |
|
Just for a template change? Do you know semver? This would only be a minor version normally (no new feature, api change ...) |
|
tpl changes always goes with major updates, so will be released in 5.1 |
|
And we have now 4.7? When will 5.1 be released? |
|
will go with the major update for 4.7/5.0 |
|
For the duplicate bug 4032 there were 4 templates changed (in azure/tpl/email/): html/order_cust.tpl html/senddownloadlinks.tpl plain/order_cust.tpl plain/senddownloadlinks.tpl Code changed from: [{ if $oOrderFileList }] to: [{ if $oOrderFileList and $oOrderFileList|count }] |