Close

Profile: todor.atanasov

Avatar

User posts

ST23 wrote:
Hey,
I'm using nop v4.4
I custmized the search method on ProductService.cs SearchProductAsync.
I added the ability to search by GTIN.
The changes i made seems to work on the search dropdown but when i press the search button the search page result remains empty.
after some digging i figured its because of the ajax-filter plugin
I would love for some help with this issue.
Thanks in advance!


The changes i made in ProductService.cs SearchProductAsync:

                productsByKeywords =
                        from p in _productRepository.Table
                        where p.Name.Contains(keywords) ||
                            (searchDescriptions &&
                                (p.ShortDescription.Contains(keywords) || p.FullDescription.Contains(keywords))) ||
                            (searchManufacturerPartNumber && p.ManufacturerPartNumber == keywords) ||
                            (searchSku && p.Sku.Contains(keywords))
                             //added code:  || p.gtin == keywords
                        select p.Id;


Greetings,

Thank you for reaching out to us and sorry for the delayed response! Our team is flooded with support requests and tasks related to the upgrade to 4.6.

Please contact our sales team at [email protected]

Text overlay?
one year ago

OTH wrote:
Hi

Is it possible to make the text for JCarousels appear over the image (image overlay)?

So basically instead of making it appear under the image (for example category image) the text would appear somewhere over the image.


Greetings,

Thank you for reaching out to us!

There is no such feature in our JCarousel. However, we are actually using the _ProductBox template for displaying the products in the carousel.

So achieving this would require customization of the nopCommerce _ProductBox template, but bear in mind that if you are to make such customization, that would reflect in the Category page product boxes as well.

one year ago

JRon wrote:
Hi there
I was wondering why the Avenue demo page has a button to remove items from cart but on my 4.3 cart page on my website there is the classic two step of checking and clicking Update?



Greetings,

Thank you for reaching out to us!

The nopCommerce changed this in the recent versions, as most e-commerce platform cart pages work this way, and we have made the same changes to our themes cart pages as well.

You are most welcome!

one year ago

theNitz wrote:
Is it possible to add a second Instagram account using the Nop Social Feed plugin?


I can surely go to "Configure Social Networks" and add a new one of type "Instagram" but I'm not sure it would work  because of the 3 urls (Redirect Url, Deauthorize Url and Delete Url) since they would be the same as the primary ones.


Hi,

Thank you for reaching out to us!

We have not actually tested having two Instagram feeds on one store, as this is not something usual. But please try following the same setup steps for the 2nd one and let us know how it goes.

dasroggel wrote:
I have an issue with the Instant Search plugin not showing on the website front page.
Using Instant Search through the Emporium Theme on NopCommerce 4.30. There is not a single error to be found in  any log (not NOP logs, not system logs, not IIS logs) and the search bar works fine on other sites with the same configuration. How do I figure out what goes wrong here...


Greetings,

Thank you for reaching out to us!

Please raise a ticket in our support system and provide us with the URL of your store inside, in order for us to investigate further.

one year ago

[email protected] wrote:
I have added code to the Custom Head Styles of the template

.fns-rfq-buttons input {
    background-color: #82ab40;
    background-position: left center;
    background-repeat: no-repeat;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 12px 15px 12px 15px;
    text-align: center;
    display: inline-block;
    width: auto;

to change the styling of the request for quote button, but there has been no change.

Is there something else that I need to do? I have set css bundling and minification to on.


Hi,

Can you confirm if the custom CSS you provided is loaded in your page after you save it in the Custom Head Styles?

If the CSS is showing, but it's not taking effect, please check the CSS code with your developer

[email protected] wrote:
Would you know why the following code placed in the Custom Head Styles  section has no effect on the foxnetsoft  Request for Quote plugin that i have installed?

.fns-rfq-buttons input {
    background-color: #82ab40;
    background-position: left center;
    background-repeat: no-repeat;
    border: medium none;
    color: #f7ffff;
    display: block;
    font-size: 18px;
    padding: 12px 15px 12px 15px;
    text-align: center;
    display: inline-block;
    width: auto;
}


Hi,

Can you confirm if the custom CSS you provided is loaded in your page after you save it in the Custom Head Styles?

one year ago

jaseefar wrote:

i downloaded yur code for matjery.ae

the homepage category is not working properly. where is slide wrapper styles in this html. when i was checking yur demo it is there

i just added yur theme to 4.3 v of nop but not getting as like yur demo


Greetings,

Thank you for reaching out to us!

Please raise a ticket in our support system and provide us with some more details on how you set up this page.

[email protected] wrote:
hi-this table of products that are set as "Show on home page"  displays always at the bottom of the homepage. I would like the blog to appear at the bottom and this table to appear further up in the page.
Is there a way to do this?


Greetings,

Thank you for reaching out to us!

You may modify our template file for the homepage by reordering the homepage sections in  \Themes\Emporium\Views\Home\Index.cshtml