#690 HTML syntax in J2STORE_WIHSLIST_BROWSE_WIHSLIST_VIEW breaks wishlist plugin

Posted in ‘Technical Support / Bugs’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Olivier on Tuesday, 10 March 2026 15:57 UTC

Peter Reill

When I use plain text for the language key J2STORE_WIHSLIST_BROWSE_WIHSLIST_VIEW, the following link code is generated:

<a href="https://www.j2commerce.com/javascript:void(0);" class="product-wishlist-link text-decoration-none" data-wishlist-link="/component/j2store/? Itemid=159 “ data-wishlist-action-done=”Item added“ data-wishlist-wishlist-view=”Show wish list“ data-wishlist-action-timeout=”1000“ data-wishlist-product-id=‘4’ data-wishlist-variant-id=”4" data-wishlist-id= “313” data-enable_redirect=‘0’ data-wishlist_link_type=“text” onclick="addToWishlist(this,‘/shop/zahlenbausteine-aus-holz.html’)">
<span class="wishlist-text"><span class="wishlist-icon fas fa-solid fa-heart"></span> Add to wish list</span>
</a>

 

However, if it contains HTML syntax, it breaks the entire link at the point data-wishlist-wishlist-view

<a href="https://www.j2commerce.com/javascript:void(0);" class="product-wishlist-link text-decoration-none" data-wishlist-link="/component/j2store/? Itemid=159 “ data-wishlist-action-done=”Item added“ data-wishlist-wishlist-view=”&lt;span class=" wishlist-icon="“ fas="" fa-solid=”“ fa-heart”=‘’> Show wish list"
data-wishlist-action-timeout=“1000”
data-wishlist-product-id=“4”
data-wishlist-variant-id=“4”
data-wishlist-id=“313”
data-enable_redirect=“0”
data-wishlist_link_type=“text”
onClick="addToWishlist(this,‘/shop/zahlenbausteine-aus-holz.html’)"
&gt;
<span class="wishlist-text"><span class="wishlist-icon fas fa-solid fa-heart"></span> Add to wish list</span>
</a>

 

Isn't it sufficient to use a universal placeholder for data-wishlist-wishlist-view?

Olivier

Hi Peter, 

that means the key is not escaped, which needs to be fixed internally.

Thanks for reporting this.

Olivier.

Growing Together

Help us get back to #1 in the Joomla Extension Directory by leaving us a 5-Star review here.

Stay Updated

Subscribe for free and be the first to know about the latest features, updates, and new additions.