Jump to content

How to remove a couple items in Yotpo Module


Recommended Posts

Yotpo module is running on my site.

I have some customization I would like to do to this. I used firebug to see the coding, but can't locate the files that need to be edited so I will need some help with where to find these...

When a user "reviews" a product this shows up right above the tabs. I would like to remove this.
1 Review star_full.pngstar_full.pngstar_full.pngstar_full.pngstar_full.png

I would like to change the default image for the user. Where would i go to do this?


profile_image.png
When some one makes a thumbs up, I would like the color to change to something other than the default which is orange.

LAST but MOST important, I need to remove the link on the bottom right that says "reviews by YOTPO" (this worked -> read below to modify changes)

Thank ypu!

Edited by generalexperts (see edit history)
Link to comment
Share on other sites

content that you see in the reviews box is an part of the remote script, so you can't change / remove the elements of the script by "editing" some code. It's because you haven't got access to the script - it is located on yotpo's servers

Link to comment
Share on other sites

  • 2 months later...

Add this to /themes/youtheme/product.css

 

.yoPowered{visibility:hidden;}

 

That will hide it from view. Will still be visible in view source.

 

Was playing with something like this in the product.tpl file, but did not get it to work

 

<script>
$( ".yoPowered" ).ready(function() {  
 $( ".yoPowered" ).empty();
});
</script>
  • Like 1
Link to comment
Share on other sites

Thanks for helping out vekia and dhurley. I do want to mention that even though we totally support customers customizing and changing certain aspects of the Yotpo product, adding or removing code may result in certain aspects of the service to fail. Please keep that in mind when making drastic changes.

Link to comment
Share on other sites

  • 1 month later...

I like your product and it seems to work well. However I find it over-branded. Do you really need to put so many utm=links on your customers sites and then go through tricky remote loading to force it to be shown? We actually talked about this at our company, and decided it was ok for now. However if your company becomes any more aggressive with it's linking campaign we will replace you with google product reviews. 

Link to comment
Share on other sites

Hey dhurley,

 

I understand your concern.

 

We add utm tags to our links because it allows us to track conversions from traffic Yotpo brings into your store. This way you can see a breakdown of the revenues generated from Yotpo.

 

If you have any other requests for the product, please don't hesitate to contribute on this page where we seek out product feedback and feature requests.

 

Thank you for reaching out!

Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...