Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I am trying to check if a div contains the default text, if no reviews have been left. I want to change the text to something else. Trying to use the following code but without success as it wont save. Can anyone offer any help or advice. I should add this is an app, so I can't edit the CSS directly hence using this approach. The conditional {%if%} {%endif%} is necessary to prevent the code from over-ruling the other default message that appears if there IS a review, which I don't want to change.
<script>
var myDiv = document.getElementById("epr-review-here")
{% if var content = myDiv.innerHTML="Be The First Person To Review" %}
.epr-review .epr-data .epr-review-here {
visibility: hidden !important;
position: relative;
}
.epr-review .epr-data .epr-review-here:after {
position: absolute;
left: 0;
visibility: visible !important;
color: #666;
white-space: nowrap;
content: `Be The First To Review This Product` !important;
}
{% endif %}
</script>
Hi @topolino65
I guess it must have an option to translate text from that review app.
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
No there isn't an option for that
Could you send me your store link to check?
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025