View Single Post
  #4  
Old 08-30-2012, 05:34 PM
 
smarta smarta is offline
 

Senior Member
  
Join Date: Aug 2008
Posts: 129
 

Default Re: Setting Product defaults in admin

I managed to chnage all I wanted to except for the Clean URL checkbox

as many products will be adde3d as "clones" I want the default to be that it makes the new name the new clean url

I have found a few lines that relte to it - but unsure how to chnge the chckbox to being "not ticked"

this on line 124

Quote:
</tr>

{include file="main/clean_url_field.tpl" clean_url=$product.clean_url clean_urls_history=$product.clean_urls_history clean_url_fill_error=$top_message.clean_url_fill_e rror tooltip_id='clean_url_tooltip_link'}

<tr>

and this on line 434

{if $new_product ne "1" and $geid eq ''}
<br />
{include file="main/clean_urls.tpl" resource_name="productid" resource_id=$productid clean_url_action="product_modify.php" clean_urls_history_mode="clean_urls_history" clean_urls_history=$product.clean_urls_history}
{/if}
__________________
4.4.3
Reply With Quote