Switch to a single line, the company data

jera

Member
Hi all, when my listing in the newsletter is shown in 4 lines, I see in the configuration this is a default, I would change it to all present on a single line and that from now on all lists that are created are made in a single line ... like this picture, I hope you can help me.


CB1.jpg


Thank you.
 
This is pretty simple, you can edit the database table named "mw_list_company" and change the default value for address_format column ;)
 
Oh, and then you will have to remove the cache folder (or rename it) : apps/common/runtime/cache
 
A84.jpg

Hi, thanks for your prompt response.
When you change the value mean, you mean this dropdown menu?
 
Run this sql query, adjust what is inside single quotes.
Code:
UPDATE mw_list_company SET address_format = 'YOUR LONG STRING FORMAT HERE';
 
Back
Top