View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001665 | module PayPal | module PayPal - sub | public | 2010-02-18 12:49 | 2012-12-10 16:11 |
| Reporter | Moehlis | Assigned To | |||
| Priority | high | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Summary | 0001665: PayPal-Express - user has no salutation | ||||
| Description | when using paypal express, it seems the salutation is not set in the user object. i just saw it in order.tpl: [{assign var=_sal value=$oxcmp_user->oxuser__oxsal->value}] [{oxmultilang ident="SALUTATION_$_sal" noerror="yes" alternative=$_sal }] simple fix: [{ if $oxcmp_user->oxuser__oxsal->value }] [{assign var=_sal value=$oxcmp_user->oxuser__oxsal->value}] [{oxmultilang ident="SALUTATION_$_sal" noerror="yes" alternative=$_sal }] [{ /if }] if the db entry has also no salutation (not tested), this may cause problems | ||||
| Tags | No tags attached. | ||||
| related to | 0001438 | resolved | tomas_liubinas | OXID eShop (all versions) | Order and newsletter emails show MR or MRS instead of localized salutation |