Merge branch 'ticket-criteo' into develop
This commit is contained in:
commit
c21b4b906c
@ -110,7 +110,8 @@ class Criteo_bbb extends Module
|
||||
<input type="radio" value="0" name="display_category_criteo" '.(Configuration::get('WIC_CRITEO_DISPLAY_CAT') ? '' : 'checked=checked').' /> No
|
||||
<input type="radio" value="1" name="display_category_criteo" '.(Configuration::get('WIC_CRITEO_DISPLAY_CAT') ? 'checked=checked' : '').' /> Yes
|
||||
<br/><br/>
|
||||
<label for="display_category_criteo">'.$this->l('Use url produt in XML flow').' :</label>
|
||||
<p></p>
|
||||
<label for="url_criteo_mode">'.$this->l('Use url produt in XML flow').' :</label>
|
||||
<input type="radio" value="0" name="url_criteo_mode" '.(Configuration::get('WIC_CRITEO_URL_MODE') ? '' : 'checked=checked').' /> No
|
||||
<input type="radio" value="1" name="url_criteo_mode" '.(Configuration::get('WIC_CRITEO_URL_MODE') ? 'checked=checked' : '').' /> Yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user