unlocomqx

Fixes.php

Feb 25th, 2022
992
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.93 KB | None | 0 0
  1. /src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Cart/Blocks/View/cart_summary.html.twig,
  2. search:
  3. {{ customizationField.value }},
  4.  
  5. replace:
  6. {{ customizationField.value | raw }},
  7.  
  8. ------------------------------------------------------------------------------------
  9.  
  10. /src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/product.html.twig,
  11. search:
  12. {{ customization.value }},
  13.  
  14. replace:
  15. {{ customization.value | raw }},
  16.  
  17. ------------------------------------------------------------------------------------
  18.  
  19. /mails/_partials/order_conf_product_list.tpl,
  20. search:
  21. {$customization['customization_text']},
  22.  
  23. replace:
  24. {$customization['customization_text'] nofilter},      
  25.  
  26. ------------------------------------------------------------------------------------
  27.  
  28. /mails/en/order_conf_product_list.tpl,
  29. search:
  30. {$customization['customization_text']},
  31.  
  32. replace:
  33. {$customization['customization_text'] nofilter},
Advertisement
Add Comment
Please, Sign In to add comment