Hi Alex_,
If you want to add the Add To Wishlist button on a category page you need to use the following code in the Themes/Motion/Views/Catalog/_ProductBox.cshtml file:
@if (!Model.ProductPrice.DisableWishlistButton)
{
<div class="add-to-wishlist">
<input type="button" id="[email protected]" class="button-2 add-to-wishlist-button" value="@T("ShoppingCart.AddToWishlist")" data-productid="@Model.Id" onclick="AjaxCart.addproducttocart_details('@Url.RouteUrl("AddProductToCart-Details", new { productId = Model.Id, shoppingCartTypeId = (int)ShoppingCartType.Wishlist })', '#product-details-form');return false;" />
</div>
}
Hi ASWAAQ,
Thank you for your feedback!
This was actually a bug that we have fixed and uploaded on our site. In order to integrate the fix just go to your My Downloads section, download the theme again and replace the following file with the one from the package:
Themes/Electronics/Content/css/mobile-only.rtl.css
Please let us know if the issue still exist!
Thanks again!