Fatih Yıldız
Fatih Yıldız
var query = _productRepository.Query().Where(x => x.Name.Contains(searchOption.Query) && x.IsPublished && x.IsVisibleIndividually); Add contrasting conditions here, here where I sa gives an error
There is no multi-language search in the in-site search, so what is your opinion? When I type the product name in any language, it does not happen. @hishamco
I Solved The Problem That Must Be That Way [Column(TypeName = "decimal(18,2)")] public decimal Price { get; set; }
Hello, there is a solution for this, you need to write a service and delete visitors at certain intervals.
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using SimplCommerce.Infrastructure.Data; using SimplCommerce.Module.Core.Models; using SimplCommerce.Module.ProductComparison.Models; using SimplCommerce.Module.ShoppingCart.Models; using MediatR; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging;...
I'm thinking about it but I've tried every method. Has anyone tried this in a hosting or server environment before? I am using the latest version of Angullarjs and there...
I can help you with this. There is a sitemap I wrote.
[Area("Settings")] [ApiExplorerSettings(IgnoreApi = true)] public class CatalogSiteMapController : Controller { private readonly ISitemapGenerator _sitemapGenerator; private readonly ISitemapImageGenerator _sitemapImageGenerator; public CatalogSiteMapController(ISitemapGenerator sitemapGenerator, ISitemapImageGenerator sitemapImageGenerator) { _sitemapGenerator = sitemapGenerator; _sitemapImageGenerator = sitemapImageGenerator;...
public class SitemapGenerator : ISitemapGenerator { private readonly IUrlHelperFactory _urlHelperFactory; private readonly IRepository _productRepository; private readonly IRepository _brandRepository; private readonly IRepository _PageRepository; private readonly IRepository _categoryRepository; private readonly IRepository _newsRepository;...
What is the error you are getting? Is it local or does it not work in the server environment?