Close

Profile: Deni

Avatar

User posts

Item Numbers
8 years ago

objecta wrote:
Hi

When You write that Sku is always included in the search, does this also include the Sku in the ProductAttributeCombination table?

If not, will this be posible and can I edit the Stored Proc. (ProductLoadAllPagedNopAjaxFilters) to include the table in the search?

Best regards
Objecta Data


Hi, 

At the moment the Instant Search plugin does not search by attribute combination SKUs.

We will discuss its integration and will plan to add it soon.

Unfortunately, we can not provide our stored procedure.


Thanks for your feedback !

Hi, 

Have you tried to click on the editor Tools > Source code and see if these <br/> tags are available.

Another thing you can try is to just print the text like this, because it should be already escaped and safe for printing:

@Model.FormattedText


I hope this helped !

8 years ago

nonam wrote:
Hello:

Just wondering how this would work with bilingual shops. I know that Facebook can translate text but the fact is that I have done a lot of the translation myself to ensure the terminology is accurate. So, I assume that the customers are directed to the store in the language used while in Facebook?

I will be looking at something like this eventually and am just curious right now. Thanks!


Hi, 

At the moment we do not support multiple languages in our Facebook Shop plugin.

We can add the language selector dropdown using this code:
@Html.Action("LanguageSelector", "Common")


It will need a little modification as a JS function is missing.

You can suggest it in our user voice portal so we can think about its implementation.

8 years ago

ehubcap wrote:
Hi Mladen thank you for responding
I would like to have more explicit follow thru, a concise example will help a lot, could you do that for me and others?
I tried but quick tab documentation isn't helping much
Thank you again
Jose Plunkett
ehubcap


Hi, 

I suggest you to choose any jQuery Tabs plugin and place some mark-up in the Index view. Then by calling different widget zones show the plugins you want.

Unfortunately, I can not provide you complete guide, as this is a lot of work.

8 years ago

jaquino89 wrote:
I finally found it! So in case any other newbie gets stuck on same thing, here is where I found them:  wwwroot-themes-motion-views-home-index-5.cshtml



the css for it was found in wwwroot-themes-motion-content-css-styles.css  


Hi, 

Sorry for the late reply !

We follow the nopCommerce CSS structure and that is why the theme CSS is located at /Themes/{THEME}/Content/css/. There are several files which handles the different media queries.

Bugs
8 years ago

[email protected] wrote:
Hello ...

For some reason, in Chrome the "Use My Current Location" feature does not work.  When we click the link, it does not ask for permission to obtain our physical location, despite the fact that all the Chrome settings permit it.  In FireFox it works fine.  Any suggestions?


Thanks in advance for any assistance you can provide.

Tery



Hi, 

Maybe you have previously blocked the location for this site. You may see an icon in the right side of your navigation bar. If it is available click it and allow location detecting.

I hope this helped !

rdclabs wrote:
Hello,

we have a problem with the url that nop ajax filter plugin constructs after we made a filter selection. It contains !, # characters that are disallowed characters on the url that google adwords landing page expects. Has anybody faced the problem to give me a solution? Is there another way to rewrite the url without the !,# characters? We use nopcommerce v.3.60. Thanks.


Hi, 

Please read this post.

8 years ago

[email protected] wrote:
www.thaisilk.dk  is my website

I can see that one of my images http://www.thaisilk.dk/dk/lette-silke-t%C3%B8rkl%C3%A6der
the left side image is displayed in the size 180x264px

The original uploaded images is 218x320.

Maybe this can be an explanation to the problem with image quality.

Peter


Hi, 

I do not see a problem.

As the left side column is 180px wide, the image is scaled to this size. You can see the image rendered from the nivo slider here - http://www.thaisilk.dk/content/images/thumbs/0000812.jpeg.

It is as you said 218x320px.

8 years ago

ehubcap wrote:
Hi support, I would like to place a quick tab widget on my home page at https://www.ehubcap.net similar to the one in this site seen here
http://www.carid.com/
The issue is twofold because I would also like to include the "Search by Part # (SKU)" as well.
I know that the Instant search plugin have it included by default, however I want to strip the code in the InstantSearch.cshtml view to just display the Search by Part # (SKU) text
Can this customization be accomplished?
Any head up will be appreciated
Thank you
ehubcap.com


Hi, 

I suggest you to modify directly the Index view. Create some custom tabs.

In the first tab you can use our Ajax Filters Pro plugin. Just place its widget zone in the tab.

The second tab - Instant Search plugin, again by using widget zone.

The third tab should be custom. Maybe you will be able to integrate the Category Navigation.


I hope this helped !

ehubcap wrote:
Hi support, I would like to place a quick tab widget on my home page at https://www.ehubcap.net similar to the one in this site seen here
http://www.carid.com/
The issue is twofold because I would also like to include the "Search by Part # (SKU)" as well.
I know that the Instant search plugin have it included by default, however I want to strip the code in the InstantSearch.cshtml view to just display the Search by Part # (SKU) text
Can this customization be accomplished?
Any head up will be appreciated
Thank you
ehubcap.com


Hi, 

Please do not duplicate posts.

We will reply to your original post.