Basic Skin Modification

Hello,



I’m using CS-Cart 2.2.5 with the BASIC skin and i want to make some changes but can’t find the files to do it.



First, how can i add a box with my phone numbers and e-mail right under the product price ( i’ve marked the location red ).





Second, how can i limit my products title ? I mean the characters ? … I want them to show on two rows not three :(









Also, how can i make my products filter CHECK boxes ?







Right now i’ve selected CHECKBOX - Multiple … but no checkbox and i can’t select multiple options :(

For #1, you'd have to play with this a bit to make it work exactly how you want, but in skins/your-skin/customer/blocks/product_templates/default_template.tpl



Below:


{if $capture_buttons}{/capture}{/if}



You'd put in your div with your content. If you are using a different product template, then you'd have to change that one. Like I said, you'd have to play with it to get it to display correctly.



#2



In skins/your-skin/customer/common_templates/product_data.tpl you should have:


{/if}{$product.product|unescape|truncate:45:"...":true}{if $hide_links}{else}



Just change the 45 to something else.



#3, in 2.2.5, can you even have checkboxes as a filter? I didn't think you could.



I hope that helps. After making your changes, be sure to clear your cache, your-admin.php?cc



Thanks,



Brandon

Thanks for the reply :)



I’ve entered a div code blow


<br />
{if $capture_buttons}{/capture}{/if}<br />

```<br />
<br />
and nothing happened <img src="upload://n4syhXZrRhsStKvmS4jT3Mp2S3k.png" class="bbc_emoticon" alt=":("><br />
<br />
############################<br />
<br />
The title worked <img src="upload://rA9Qa8gnUPZzRZRdI8kt3dpjkrs.png" class="bbc_emoticon" alt=":)"> ... I manged to short it <img src="upload://rA9Qa8gnUPZzRZRdI8kt3dpjkrs.png" class="bbc_emoticon" alt=":)"><br />
<br />
############################<br />
<br />
Than is there any way I can make a multiple product filter ? I mean to select two or more features from the list ?

Did you clear your cache? Are you sure you are editing the correct product template?



As far as I know, filters dont' work that way. Could be wrong though. Maybe there is an addon around somewhere that might help you and I just haven't seen it yet.



Thanks,



Brandon

Yeah … the file was modern_template.tpl … below



{assign var="product_edp" value="product_edp_`$obj_id`"}
{$smarty.capture.$product_edp}




Regarding the product filters … So i can't make a filter with multiple selection ? … Without the checkbox.

Maybe someone can correct me if I'm wrong, but I'm pretty sure there is no way of setting up the filters like how you want. Like I said, maybe there is an addon out there, I'm not sure. Sorry.



Thanks,



Brandon

Big thanks for the HELP :) … I’m gonna search for a solution regarding the filters :(