Jump to content

[SOLVED] Box checked by default in CSV import page


lixotuka

Recommended Posts

Hello

 

I have to activate 2 boxes every time I import a CSV file, so I'd like to know if is possible to activate by default these boxes:

 

 - ISO-8859-1 encoded file?

 - Force all ID's during import?

 

I'm using Presashop 1.5.6.1

 

Regards and thanks.

 

(SORRY FOR MY ENGLISH)

Edited by lixotuka (see edit history)
Link to comment
Share on other sites

Hello,

 

File : prestashop/adminXXX/themes/default/template/controllers/import/helpers/form/form.tpl

 

Change

<input name="convert" id="convert" type="checkbox" />
...
<input  id="forceIDs"name="forceIDs" type="checkbox" />

By

<input name="convert" id="convert" type="checkbox" checked="true" />
...
<input  id="forceIDs"name="forceIDs" type="checkbox" checked="true" />

Regards

Edited by indesign47 (see edit history)
  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...