PrestaShop / PrestaShop

PrestaShop is the universal open-source software platform to build your e-commerce solution.
https://www.prestashop-project.org/
Other
8.22k stars 4.81k forks source link

Migrate "Customer Service > Customer Service > List & Form" page #10553

Open matks opened 6 years ago

matks commented 6 years ago

Part of Symfony migration project Type: page

Status

Todo:

Check-List (copied from #13989)

App layer

Controller / routing

Core layer

Polishing

Testing

*Eligible = easy to isolate and unit tests provide values (for example testing getters/setters is useless)

sarjon commented 5 years ago

@matks please assign this feature to me.

mrabsinthe commented 5 years ago

99% of our customers are ignoring the following message when receiving a message sent either from Orders/Messages or from Customer Service: "Please DO NOT reply directly to this email, we will not receive it. In order to reply, please use only the following link: https://etc.etc..." Is it possible that a direct reply will appear in thread under Customer Service? This could be seen with many support services (please reply above the line... etc.)

matks commented 5 years ago

99% of our customers are ignoring the following message when receiving a message sent either from Orders/Messages or from Customer Service: "Please DO NOT reply directly to this email, we will not receive it. In order to reply, please use only the following link: https://etc.etc..." Is it possible that a direct reply will appear in thread under Customer Service? This could be seen with many support services (please reply above the line... etc.)

You mean "the mail sent back by the customer appears on the page" ? Unfortunately this only works if the mail server you use (it can be gmail, it can be microsoft exchange ...) allows to retrieve such data :/ so this feature would be 100% dependent of the mail server allowing it ... and the ability of people to configure it correctly

That would be a good target for a module, 1 module for 1 mail service provider, but cannot be done in a generic mean unfortunately