Wrong ratting image in profile green

There is a red colored ratting.png in profile green.

/skin/frontend/default/jm_summer/wavethemes/jmbasetheme/profiles/green/images/default/ratting.png

Here is a new one in profile color "#59cb76".

Attachment 39183

6 answers

Profile photo of Saguaros 0.00 $tone August 12, 2014
Public

Hi

The reason is that we don’t use the green rating icon in this profile, you can create your own icon and add into directory of this green profile: \skin\frontend\default\jm_summer\wavethemes\jmbase theme\profiles\green\images\default\

#1
Profile photo of Sven Lessmann -30.00 $tone August 12, 2014
Public

I don’t understand what you mean with "we don’t use the green rating icon in this profile".
If you look in products detail view on top, right under the product name, there is the review part.
If a customer rates this product with eg. 4 stars, there shall be 4 green coloured stars in green profile and not 4 red ones.
In all other profiles these stars are coloured as the profile itself.

#2
Profile photo of Saguaros 0.00 $tone August 12, 2014
Public

Did you try to copy that green rating icon into this path: \skin\frontend\default\jm_summer\wavethemes\jmbase theme\profiles\green\images\default\ ?

#3
Profile photo of Sven Lessmann -30.00 $tone August 13, 2014
Public

Hello,
aha…I have tested it with a demo costumer. And now I see the problem.
I noticed the wrong image only while creating my own color profile. There I don’t detect that it isn’t used.
But now we have to disable the display in frontend, right?

In product details view:
http://prntscr.com/4cbey3

And on tab "Write your own review":
http://prntscr.com/4cbf7x

If there is a costumer review, the rating stars are not shown. We have to disable them for products without review.

See you in 1 week.

#4
Profile photo of Sven Lessmann -30.00 $tone August 25, 2014
Public

Hello, back again.
I found my mistake in this thread.
We have to bind the rating values to the store (other language).
Now the stars -with the new image- are green in green profile, and voting is working.
But there are other problems with the review form.

To enable the title on #ja-tabitem-reviews insert this css in /skin/frontend/default/jm_summer/css/styles.css.
Search for ".box-reviews h4" and insert before.

Code:

#customer-reviews h2 {
    color: #111
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin: 0 0 7px;
}

Without, it gets disabled by:

Code:

.product-collateral .box-collateral h2 {
	display: none;
}

And to fully translate, if there is no customer review yet, change the code in:
/app/design/frontend/default/jm_summer/template/review/product/view/list.phtml line 63

Code:

<?php else: ?>
	 <h2><?php echo $this->__('Customer Reviews') ?></h2>
	 <p><?php echo $this->__('There are no customer reviews yet.') ?></p>
<?php endif; ?>

You can then translate in /app/design/frontend/default/jm_summer/locale/YOUR_LOCALE/translate.csv
Next is -to correct the links.

#6

This question is now closed

Written By

Comments