Jump to content

Cannot remove 'be the forst to comment' .gif image


Guest fashionseazon

Recommended Posts

Guest fashionseazon

https://forums.cubecart.com/uploads/monthly_07_2008/post-99629-1215426310.jpgI have managed to remove 'be the first to review/comment' link form the product description (using admin language file) but I cannot get my head round how I can remove the image that goes before it.

I have tried to search for the separate file in ftp for comments, reviews, but I found only 'tell a friend' separate file. In viewprod.tpl file I found coding for the reviews/comments, but it has only ratings gif image, not the one I need to remove.

If I delete this code completely from my vieprod.tpl file, will it totally wipe it off my product description?

Also, I have managed to remove the "product code" from product description, but not product code itself. Everything can be seen in the shortcut I made.

Please let me know if you have suggestions what to do.

<p>

<!-- BEGIN: reviews_true -->

<!-- BEGIN: review_stars -->

<img src="skins/{VAL_SKIN}/styleImages/icons/rating/{VAL_STAR}.gif" width="15" height="15" />

<!-- END: review_stars -->

<a href="index.php?_a=viewProd&amp;productId={PRODUCT_ID}&amp;review=read#read_review" target="_self" class="txtDefault">{LANG_BASED_ON_X_REVIEWS}</a>

<!-- END: reviews_true -->

<!-- BEGIN: reviews_false -->

<a href="index.php?_a=viewProd&amp;productId={PRODUCT_ID}&amp;review=write#write_review" target="_self" class="txtDefault">{LANG_FIRST_TO_REVIEW}</a>

<!-- END: reviews_false -->

</p>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...