FrenchMaster Posted August 8, 2010 Share Posted August 8, 2010 HelloI posted a thread in the french forum for more than 1 year and I didn't get any answer my problem is that personalized attributes are not shown in emails or invoices. For example if I sell a blue t-Shirt with personalisation text "I love you", I can see the product = T-shirt, the attribute = blue but the personalisation "I love you" is not shown in confirmation emails or invoices or any other documents.can you help ? I thing I am not the only one using personalized attributes and it may be very usefull for many people !Thanks in advance Link to comment Share on other sites More sharing options...
rocky Posted August 8, 2010 Share Posted August 8, 2010 This issue has been reported on the bug tracker and marked as fixed by the PrestaShop team. If it isn't already in v1.3.1, it should be in v1.3.2. Link to comment Share on other sites More sharing options...
FrenchMaster Posted August 9, 2010 Author Share Posted August 9, 2010 Thank you very much for this good news ! Link to comment Share on other sites More sharing options...
FrenchMaster Posted September 6, 2010 Author Share Posted September 6, 2010 Really desesperated... just downloades the actual SVN version and problem not solved :-( Don't know what to do ... Link to comment Share on other sites More sharing options...
FrenchMaster Posted October 5, 2010 Author Share Posted October 5, 2010 unfortunately, it is NOT solved in the 1.3.2 version... :-( waiting for more that one year for it... really desesperated... Link to comment Share on other sites More sharing options...
rocky Posted October 5, 2010 Share Posted October 5, 2010 I just checked the code and you are right the code hasn't been changed, though looking at the code, it seems that the customised text should already be displayed in emails: '.$product['name'].(isset($product['attributes_small']) ? ' '.$product['attributes_small'] : '').' - '.$this->l('Customized').(!empty($customizationText) ? ' - '.$customizationText : '').' But it isn't displayed in PDFs: $this->MultiCell($w[++$i], 5, Tools::iconv('utf-8', self::encoding(), $product['product_name']).' - '.self::l('Customized'), 'B'); If you aren't seeing the customised text in emails, then the $customizationText variable must be empty when it shouldn't be. Someone should post a bug report about this discrepancy. Link to comment Share on other sites More sharing options...
FrenchMaster Posted October 5, 2010 Author Share Posted October 5, 2010 Another strange thing :the personalized attribute is shown in the email of the CUSTOMER but not in the email of the Shop-Owner !can you report that in the bugtracker also ? (my english is so poor, I cannot explain the problem properly...:-( Link to comment Share on other sites More sharing options...
rocky Posted October 6, 2010 Share Posted October 6, 2010 Bug reported here. Link to comment Share on other sites More sharing options...
FrenchMaster Posted October 6, 2010 Author Share Posted October 6, 2010 Thank you so much ! Link to comment Share on other sites More sharing options...
cunni Posted July 4, 2011 Share Posted July 4, 2011 Sorry to re-open an old thread, but FrenchMaster, Or anyone who is available to answer this...Im using version 1.3.1 and I need to get this bug fixed on my install. Im not able to upgrade my prestashop version due to other issues with other modules, but Im after fixing this said bug so that the Owner emails have the text field in them.Can anyone please upload the right "fixed" files for my prestashop version, Or let me know how i can fix / patch my files to allow this bug to be resolved upon my site.Cheers Dan. Link to comment Share on other sites More sharing options...
Recommended Posts