Jump to content

massycroft

Members
  • Posts

    34
  • Joined

  • Last visited

Profile Information

  • First Name
    ma
  • Last Name
    pa

Recent Profile Visitors

307 profile views

massycroft's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thank you Musicmaster, I've removed the symbol '@' present in the string 356 of classes/Validate.php OLD STRING: return empty($address) || preg_match(Tools::cleanNonUnicodeSupport('/^[^!<>?=+{}_$@%]*$/u'), $address); NEW STRING: return empty($address) || preg_match(Tools::cleanNonUnicodeSupport('/^[^!<>?=+{}_$%]*$/u'), $address); Now it works!
  2. Hi dear friends of the forum, In front-end address page, I need that my customers can insert the symbol '@' in the field Address (line 2) but currently if they do, an error message appears telling them that they can't use this symbol in that field. I'd like to know how I can change the code in order that they can add in this field the symbol '@'. Thank you very much in advance. Max.
  3. È possibile aggiungere la stringa da qualche altre parte nel filesystem?
  4. Hi dear friends of the forum, I'd like to have the the PDF invoice address with a prefix that describes a voice. E.g.= Instead of: New York I'd like to be showed: City: New York I know I have to add this prefix in Localization > Countries > My country > Address format but I don't know the format to write 'City'. Thank you in advance.
  5. Ho capito, grazie. Volevo chiederti, come faccio ad inserire prima della partita Iva la dicitura 'P. Iva'? Ho provato ha scriverla normalmente affianco alla variabile vat_number ma mi da mi dice che il nome inserito non è consentito.
  6. Ciao a tutti amici del forum, volevo chiedervi se qualcuno di voi sa come mettere il CAP affianco alla città del cliente nella fattura in PDF. Anziché 20100 Milano Avere invece: 20100 Milano Grazie.
  7. Hi, I would like to get postal code and city in the same row in PDF invoice. How can I do? Thank you very much in advance.
  8. Hi NemoPS, my version is 1.6.1.9. I'm using Italian as default language and Italy as country.
  9. Hi, it's impossible to create a supplier, it sends me the error Messages saying that DNI (identification Numbers) and Vat number are required. But these fields are not present in the supplier creation form so I can't add them. How can I fix this problem? Thank you.
  10. Hi, I wish I edited the name 'Cash on delivery', present in pdf invoice in payment method field, as 'Fantasy example name'. Thanks.
  11. Solved, line 62 in controllers/admin/AdminOrdersController.php has to be rewrite as follows: CONCAT(c.`firstname`, \' \', c.`lastname`) AS `customer`,
  12. Hi, I need to make display full first name and full last name in the 'Customer' column present in the section Orders>Orders. Currently, as default it shows me abbreviated first name and full last name, e.g.= M. Jackson instead of Michael Jackson. How can I do to get it? Thank you very much in advance. Max.
  13. Ciao, sì, sottoscrivo il consiglio developer prestashop. Io mi abbonai a 1&1 pochi mesi fa e l'ho dovuto abbandonare dopo pochi giorni. E' un host a cui non si può nemmeno affidare il mantenimento di un dominio inattivo, provai a fare anche quello ma hanno avuto tempi di risposta biblici e nel frattempo lo avevo già registrato con un altra compagnia. Poi dopo una settimana mi hanno risposto per comunicarmi che qualcuno aveva già preso il mio dominio, ma va?
  14. Have you tried to check "Remind me" option when you log in as administrator? Sometime we forget to do it, better if it would be already checked. To do that edit the file admin/themes/default/template/controllers/login/content.tpl In line 80 replace this old string: <input name="stay_logged_in" type="checkbox" id="stay_logged_in" value="1" checked tabindex="3"/> with this new one: <input name="stay_logged_in" type="checkbox" checked="checked" id="stay_logged_in" value="1" checked tabindex="3"/> You won't need to check "Remind me" option every time.
  15. Hi, in the order page there is this field: "Leave a message If you would like to add a comment about your order, please write it in the field below." I'd like that the value of this field be present in the Invoice. What code do I have to insert in pdf/invoice-b2b.tpl file? Thanks in advance.
×
×
  • Create New...