You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style="background: {if isset($value.color)}{iffile_exists($smarty.const._PS_ROOT_DIR_|cat:"/img/co/$id_value.jpg")}url(img/co/{$id_value}.jpg){else}{$value.color}{/if}{else}#CCC{/if};">
{if isset($value.checked) &&$value.checked}<input
type="hidden"
name="layered_{$filter.type_lite}_{$id_value}"
value="{$id_value}">{/if}
Also, template expects .jpg files. This might not be the case anymore
Theme override incorrectly constructs background url
img/co/{$id_value}.jpg
instead of/img/co/{$id_value}.jpg
The text was updated successfully, but these errors were encountered: