Jump to content

[Solved] - FO: Contact Form - non-us / non-fr


Recommended Posts

the PS database contains the following entries:

INSERT INTO `PREFIX_contact_lang` (`id_contact`, `id_lang`, `name`, `description`) VALUES
(1, 1, 'Webmaster', 'If a technical problem occurs on this website'),
(1, 2, 'Webmaster', 'Si un problème technique survient sur le site'),
(2, 1, 'Customer service', 'For any question about a product, an order'),
(2, 2, 'Service client', 'Pour toute question ou réclamation sur une commande');

in the BO there is no option to add or change that information,
making the contact-form non functional for non-us / non-fr languages.

its fairly easy to edit directly in the db, but through BO is the prefered option

Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...