Close

Profile: Deni

Avatar

User posts

9 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.

9 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.

Bugs
9 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.

9 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.

9 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.

9 years ago

[email protected] wrote:

- Product thumbnail image size (catalog) is set to  180
- Product detail image size              is set to  370   
- Default image quality (0 - 100)        is set to  100 

I believe that this should be ok.
I dont have  problems with the quality of the other images on the webside.



Hi, 

I just checked the code and it turned out that the slider is always taking the full size image.

Please provide a link to your site so we can check your configuration.
If you do not want to expose your site here, you can submit a ticket.

9 years ago

[email protected] wrote:
www.thaisilk.dk

The quality of the images is not as good as the original 
uploaded image.
Also it looks like teh size of the picture are a little different than the original.

It is easy to control by downloading a images from the webside, the i can see that
the downloaded image is better quality than the images on the website.

http://www.thaisilk.dk/dk/lette-silke-t%C3%B8rkl%C3%A6der  is one example.

How to correct this ??


Hi, 

Please go to your administration > Settings > Media Settings and check the following settings:

- Product thumbnail image size (catalog)
- Product detail image size
- Default image quality (0 - 100)

These settings control the sizes of the images, so please make sure they are properly configured.


I hope this helped !

chrisADK wrote:
Hi,

It seems the facebook shop ignores and CSS or customization to customized category and product templates. All he products on he facebook shop are grouped product based computer system configurators. Because of short coming on how NOP deals with dynamic price updates and associated product attributes we have to hide the price on the category pages for these since it doesn't display the dynamic price total

It seems like the way the facebok shop works with these grouped products will mean we cannot use iit. At least not for these products. Which of cource happen to be our amin business.
Not sure if there is something we can do on the CSS side to correct this or at least make it work better.

Thanks Chris


Hi, 

The Facebook Shop plugin has its own layouts and styles. You can find them in its folder. The plugin is themeable so you can modify it per theme - just create your theme folder in the plugin`s Themes directory.

Please explain how do you expect the displaying of grouped products.