latinum Posted March 19, 2012 Share Posted March 19, 2012 Selam arkadaslar bir sorum var ben ürün (product.tpl) biraz degistirmek istiyorum daha dogrusu bir kusmini hani du özel istek yeri en assagidaya onu daha yukari almak istiyorum ama yapamadim? acaba yardimci olabilcenizmi? selamlar Link to comment Share on other sites More sharing options...
MEG Venture Posted March 19, 2012 Share Posted March 19, 2012 bahsettiğiniz yer tam anlaşılmıyor. İngilizce olarak söyleyebilir misiniz? Ya da screenshot ekleyebilir misiniz? Link to comment Share on other sites More sharing options...
MEG Venture Posted March 19, 2012 Share Posted March 19, 2012 Sanırım bahsettiğiniz yer product customization bölümü. Burayı taşımak için yerini değiştirmeniz gereken kod bloğu aşağıda. Umarım yardımcı olur. <!-- Customizable products --> {if $product->customizable} <ul class="idTabs"> <li><a style="cursor: pointer">{l s='Product customization'}</a></li> </ul> <div class="customization_block"> <form method="post" action="{$customizationFormTarget}" enctype="multipart/form-data" id="customizationForm"> <p> <img src="{$img_dir}icon/infos.gif" alt="Informations" /> {l s='After saving your customized product, remember to add it to your cart.'} {if $product->uploadable_files}<br />{l s='Allowed file formats are: GIF, JPG, PNG'}{/if} </p> {if $product->uploadable_files|intval} <h2>{l s='Pictures'}</h2> <ul id="uploadable_files"> {counter start=0 assign='customizationField'} {foreach from=$customizationFields item='field' name='customizationFields'} {if $field.type == 0} <li class="customizationUploadLine{if $field.required} required{/if}">{assign var='key' value='pictures_'|cat:$product->id|cat:'_'|cat:$field.id_customization_field} {if isset($pictures.$key)}<div class="customizationUploadBrowse"> <img src="{$pic_dir}{$pictures.$key}_small" alt="" /> <a href="{$link->getProductDeletePictureLink($product, $field.id_customization_field)}" title="{l s='Delete'}" > <img src="{$img_dir}icon/delete.gif" alt="{l s='Delete'}" class="customization_delete_icon" width="11" height="13" /> </a> </div>{/if} <div class="customizationUploadBrowse"><input type="file" name="file{$field.id_customization_field}" id="img{$customizationField}" class="customization_block_input {if isset($pictures.$key)}filled{/if}" />{if $field.required}<sup>*</sup>{/if} <div class="customizationUploadBrowseDescription">{if !empty($field.name)}{$field.name}{else}{l s='Please select an image file from your hard drive'}{/if}</div></div> </li> {counter} {/if} {/foreach} </ul> {/if} <div class="clear"></div> {if $product->text_fields|intval} <h2>{l s='Texts'}</h2> <ul id="text_fields"> {counter start=0 assign='customizationField'} {foreach from=$customizationFields item='field' name='customizationFields'} {if $field.type == 1} <li class="customizationUploadLine{if $field.required} required{/if}">{assign var='key' value='textFields_'|cat:$product->id|cat:'_'|cat:$field.id_customization_field} {if !empty($field.name)}{$field.name}{/if}{if $field.required}<sup>*</sup>{/if}<textarea type="text" name="textField{$field.id_customization_field}" id="textField{$customizationField}" rows="1" cols="40" class="customization_block_input" />{if isset($textFields.$key)}{$textFields.$key|stripslashes}{/if}</textarea> </li> {counter} {/if} {/foreach} </ul> {/if} <p style="clear: left;" id="customizedDatas"> <input type="hidden" name="quantityBackup" id="quantityBackup" value="" /> <input type="hidden" name="submitCustomizedDatas" value="1" /> <input type="button" class="button" value="{l s='Save'}" onclick="javascript:saveCustomization()" /> <span id="ajax-loader" style="display:none"><img src="{$img_ps_dir}loader.gif" alt="loader" /></span> </p> </form> <p class="clear required"><sup>*</sup> {l s='required fields'}</p> </div> {/if} Link to comment Share on other sites More sharing options...
latinum Posted March 19, 2012 Author Share Posted March 19, 2012 ürüne bakarken en alte sey varya ingilizcesi "Product customization" den o noktayit ürün fiyatinin üstünde istiyorum muster1deli ni muster2 rekler ve fiyatin arasinda istiyorum.. selamlar Link to comment Share on other sites More sharing options...
MEG Venture Posted March 19, 2012 Share Posted March 19, 2012 Yukarıda yazdığım (bir önceki post) kod bloğunu kesin ve aşağıdaki satırın hemen üzerine yapıştırın. Ancak, bu işi yapmadan önce mevcut dosyanızı yedeklemeyi unutmayın. {if ($product->show_price AND !isset($restricted_country_mode)) OR isset($groups) OR $product->reference OR (isset($HOOK_PRODUCT_ACTIONS) && $HOOK_PRODUCT_ACTIONS)} Not: Product customization'ın genişliği renk ve fiyat rasındaki boşluğa sığmayabilir. Sığması için textarea'nın genişliğini daraltmayı deneyin. İyi çalışmalar. Link to comment Share on other sites More sharing options...
latinum Posted March 22, 2012 Author Share Posted March 22, 2012 Arkadalar sorum cozüldü temayi degistirdikden sonra Back Office>Tools>Performance altından Force Compile yapmak lazim selamlar ve saygilar Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now