{l s='(read)'}
But I don't get the thickbox pop up effect, I only got a page that use up the whole screen. What am I missing?
Do I need to add something to it?
Thank you for the help.
PrestaShop Forum
The best place in the world to ask questions about PrestaShop and get advice from our passionate community!
{l s='(read)'}
$css_files = array(__PS_BASE_URI__.'css/thickbox.css' => 'all');
$js_files = array(__PS_BASE_URI__.'js/jquery/thickbox-modified.js');
{include file=$tpl_dir./thickbox.tpl}
{include file=$tpl_dir./thickbox.tpl}
<input type="checkbox" id="newsletter" name="newsletter" value="1" {if $smarty.post.newsletter == 1} checked="checked"{/if} />
<input type="checkbox" name="optin" id="optin" value="1" {if $smarty.post.optin == 1} checked="checked"{/if} />
<input type="submit" class="button" name="submitIdentity" value="{l s='Save'}" />
</form>
<!--{l s='Click HERE for our Privacy Policy'}-->
Click HERE to read our Privacy Policy
{/if}