Jump to content

[Solved] How to remove Colorpicker cancel button


Recommended Posts

Hey
I want to remove colorpicker cancel button. I found releated code in product.tpl but could not understand which code I need to remove
Below the code between 155-167 lines in v1.3.7

<!-- colors -->


{l s='Pick a color:' js=1}


           {foreach from=$colors key='id_attribute' item='color'}
{if file_exists($col_img_dir|cat:$id_attribute|cat:'.jpg')}{/if}
           {/foreach}




       {/if}



Which code I should remove to remove cancel.gif and its function.

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...