Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

_MoveToWishlistModal.cshtml

@model ProductToWishlistModel

@{
    var movetocustomwishlistlink = Url.RouteUrl(NopRouteNames.Ajax.MOVE_PRODUCT_TO_CUSTOM_WISHLIST, new { productId = Model.ProductId });
}




@await Html.PartialAsync("_AddWishlistModal", Model.ProductId)