The functionality of favorite products is implemented using cookies. As standard, the JoomShopping wish list button is displayed only in the single product view. There is no in the products list. When using various hacks to add a wish list button to the product category view, the button redirects to the product card, if the product has dependent attributes (which affect the price).
WT JoomShopping Favorites is an alternative wish list (favorite products) for JoomShopping wich solve this problems.
Starting from version 1.3.0, only Joomla 4 is supported. Development of versions for Joomla 3 is frozen.
With WT JoomShopping Favorites You can:
All these templates essentially use the same file. The WT JoomShopping Favorites extension is designed in such a way that the product category layout from the JoomShopping template is used to display the list of favorite products. So if you have a JoomShopping template that is not in the list above, you can just copy the wtjshoppingfavorites
folder, such as components/com_jshopping/templates/default/wtjshoppingfavorites
to Your template and everything should work.
Also check whether additional classes are assigned <div class="jshop" id="comjshop">
, as done in the template responsive_brooksite_v2
- <div class="jshop rp-brooksite" id="comjshop">
Install this package via Joomla installer, not JoomShopping!
All package settings are in plugin WT Jshopping favorites (group jshoppingproducts
).
.selected
CSS class is added to the button. You can make your own button design in the your template CSS or module's css file using [data-favorite].selected {your_CSS_rules}
.These settings apply to the button in the product list (category view).
btn btn-danger btn-lg
<a>
or <button>
.The settings are similar to the settings related to the list of products. There are 19 positions available for button output.
fa fa-heart
displays an icon . Attention! This setting is for module too.