View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006991 | OXID eShop (all versions) | 1.05. Users | public | 2019-05-31 14:28 | 2019-06-06 10:05 |
Reporter | ivoba | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Product Version | 6.1.3 | ||||
Summary | 0006991: Shop variables in CMS oxident=oxemailfooter doesnt work with registration & passwordForgot mails | ||||
Description | Shop variables in CMS oxident=oxemailfooter doesnt work with registration & passwordForgot mails. When entering in CMS oxident=oxemailfooter: [{$oxcmp_shop->oxshops__oxcompany->value}] [{$oxcmp_shop->oxshops__oxstreet->value}] [{$oxcmp_shop->oxshops__oxzip->value}] [{$oxcmp_shop->oxshops__oxcity->value}] [{$oxcmp_shop->oxshops__oxcountry->value}] [{if $oxcmp_shop->oxshops__oxtelefon->value}] [{oxmultilang ident="PHONE"}] [{$oxcmp_shop->oxshops__oxtelefon->value}] [{/if}] [{if $oxcmp_shop->oxshops__oxtelefax->value}] [{oxmultilang ident="FAX"}] [{$oxcmp_shop->oxshops__oxtelefax->value}] [{/if}] [{if $oxcmp_shop->oxshops__oxinfoemail->value}] [{oxmultilang ident="EMAIL"}] [{oxmailto address=$oxcmp_shop->oxshops__oxinfoemail->value encode="javascript"}][{/if}] This works for the order email and will show the shop contact details in the sent email, it will however not work for registration emails and forgotPassword emails. | ||||
Steps To Reproduce | Enter in CMS oxident=oxemailfooter: [{$oxcmp_shop->oxshops__oxcompany->value}] [{$oxcmp_shop->oxshops__oxstreet->value}] [{$oxcmp_shop->oxshops__oxzip->value}] [{$oxcmp_shop->oxshops__oxcity->value}] [{$oxcmp_shop->oxshops__oxcountry->value}] [{if $oxcmp_shop->oxshops__oxtelefon->value}] [{oxmultilang ident="PHONE"}] [{$oxcmp_shop->oxshops__oxtelefon->value}] [{/if}] [{if $oxcmp_shop->oxshops__oxtelefax->value}] [{oxmultilang ident="FAX"}] [{$oxcmp_shop->oxshops__oxtelefax->value}] [{/if}] [{if $oxcmp_shop->oxshops__oxinfoemail->value}] [{oxmultilang ident="EMAIL"}] [{oxmailto address=$oxcmp_shop->oxshops__oxinfoemail->value encode="javascript"}][{/if}] Request Password forgotten email. Contact section from Email footer is empty. | ||||
Additional Information | When adding: $this->_aViewData['oxcmp_shop'] = $shop; $this->_processViewArray(); to sendForgotPwdEmail method in /vendor/oxid-esales/oxideshop-ce/source/Core/Email.php it will work. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | 7.1 | ||||
Database Version | Not defined | ||||