Search Result Page

On the search result page, i want to make some changes to the Rasite template. I would prefer it to look more like the default magento template.

I have outlined some of the proposed changes in the image i have attached to the post. Can someone help me in telling me the file and lines of code i need to edit please.

Rhys

2 answers

Profile photo of Saguaros 0.00 $tone September 30, 2010
Public

Hi Rhys!

Sorry for all inconveniences and the kind report. I have created an issue for fixing on Project Manager. Our development team will investigate and get it fixed for updates soon.

Please give us a few time for doing this. Thanks for your patience

#1
Profile photo of Saguaros 0.00 $tone October 8, 2010
Public

Please do the following to solve your problem:
1. Remove Description on search Page:
-- open: /skin/frontend/default/jm_rasite/css/theme.css
add:

HTML Code:

.catalogsearch-result-index .item .pdescription{
display:none;
}

2. change the star to match the default template:
Please change:
-- /skin/frontend/default/jm_rasite/images/product_rating_full_star.png
-- /skin/frontend/default/jm_rasite/images/product_rating_blank_star.png
to match your ideas!

3. Make number and text appear on one line:
-- open: /skin/frontend/default/jm_rasite/css/theme.css
-- Find these code:

HTML Code:

.rating-box {
background:url("../images/product_rating_blank_star.png") repeat-x scroll 0 0 transparent;
clear:right;
float:left;
height:13px;
margin-right:10px;
position:relative;
width:80px;
}

(about line 1502)

HTML Code:

change: margin-right:10px; to margin-right:8px;

Hope this help.
Regards!

#2

Please login or Register to Submit Answer

Written By

Comments