View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001402 | OXID eShop (all versions) | 4.06. Language and translations | public | 2009-10-20 11:47 | 2010-03-25 10:04 |
| Reporter | simply because | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.1.6 revision 22740 | ||||
| Fixed in Version | 4.3.0 revision 26948 | ||||
| Summary | 0001402: Newsletter Opt-In | ||||
| Description | If the shop is running in a second langugae, the link to activate the newsletter subscription is landing on the German language because the language is missing in the link: [{$oViewConf->getSelfLink()}]cl=newsletter&fnc=addme&uid=[{ $user->oxuser__oxid->value}] Please add &lang=[{$oViewConf->getActLanguageId()}] | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||
|
|
@Developers: please check if there is no similar problem about languages in the order confirmation email. |
|
|
Now newsletter subscription link will be generated automaticaly in function _getNewsSubsLink in oxemail.php. So replace link: [{$oViewConf->getSelfLink()}]cl=newsletter&fnc=addme&uid=[{ $user->oxuser__oxid->value}] to: [{$subscribeLink}] |