Close

Profile: Support

Avatar

User posts

Could you send us an email to Support at nop-templates.com as we will need access to your ftp?

Thanks

ISESSoftpack wrote:
No success, still the same problem.

Pls. advice

Regards, Machiel



Hi Machiel,

Which version of the plugin are you using?
Please make sure you are using the correct version of the SevenSpikes.Core plugin and Anywhere sliders plugin to be the same as your nopCommerce installation.
This error is shown when the Core plugin is not installed.
Could you give us a link to your web site, so that we can check what is wrong?

Best Regards,
Nop-Templates Support Team

Please make sure that the SevenSpikes.Core plugin is installed.
Also you can try to modify your Global.asax file by simply putting a blank space in it to force a restart of the application.

Please let us know how it goes!

Best Regards,
Nop-Templates Support Team

13 years ago

ylechasseur wrote:
Hi Guys,

I would like to create a slider similar to Itune Store. I will try to do it and I wonder if you may have any tricks. I want to reproduce the idea of the horizontal slider and the vertical one on the right side .. it is very nice...

The migration from 2.4 to 2.5 went very smooth and I enjoy a lot the new nivo slider ..

have a nice day

yves


Hi Yves,

Could you give us a link to the slider you want to implement?

Best Regards,
Nop-Templates Support Team

13 years ago

JustinMorris wrote:
Hi-

I installed the Instant Search and noticed a couple of issues.  

1.  It doesn’t work on the homepage, I have it on several sites and none work on the homepage of the site, it does work on any inside page.
2.  When clicking the URL generated doesn’t include anything after the ID number, it should be the same URL as clicking a search result link.  This will cause confusion for Google and spiders and will penalize us for having duplicate content.

Is there an update to either of these problems?


Hi Justin,

You have already asked this question in another topic here

Best Regards,
Nop-Templates Support Team

Bugs
13 years ago

JustinMorris wrote:
Hi-

I installed the Instant Search and noticed a couple of issues.  

1.  It doesn’t work on the homepage, I have it on several sites and none work on the homepage of the site, it does work on any inside page.
2.  When clicking the URL generated doesn’t include anything after the ID number, it should be the same URL as clicking a search result link.  This will cause confusion for Google and spiders and will penalize us for having duplicate content.

Is there an update to either of these problems?


Hi Justin,

Thank you for reporting these issues.

It is quite strange that it works in the inner pages but not on the home page. Is there something specific to your home page? Could you provide a link to your web site if possible so that we can see what the problem is. Please also check if there are any javascript errors on the home page.

You are right about the links they don't include the full product url. If you think this will be a valuable addition please add your idea in our UserVoice portal, so that other users can vote for it.

Best Regards,
Nop-Templates Support Team

13 years ago

lcalca wrote:
Dear all, I've integrated the instant serch as described in your guide. We I use it I received a list of item as "undefined"
Is it a bug or I missed something?
Thanks


Hi lcalca,

Thank you for reporting this!
Could you give us a link to your web site if possible, so that we can investigate this issue. Also could you provide more information.
Which version of the plugin are you using?
Are all the items in the result undefined of it is just some of the text in the list item that is undefined? Do you still get this problem when you search for different keywords.

Many thanks!

13 years ago

a.rossi wrote:
Hi,

It would be a nice option to have a flag for show/hide a shopping cart notification window.
Would also be useful to have a resource file to localize the text of the notification window.


Hi a.rossi,

Please share your ideas in our UserVoice portal so that other users can vote for them and this way push us implement them.

Many thanks

Bugs
13 years ago

Hi,

Thank you for your feedback. There was a change in the Nop Ajax Cart in the way how is integrated manually and this has not been added in our documentation which we are going to fix very soon.

Can you try integrating the Nop Ajax Cart using the line below:

For ProductBox_.cshtml :

@Html.Action("GetAddProductToCartAjaxButton", "NopAjaxCart", new { ProductId = Model.Id, ButtonValue = Model.ProductPrice.AvailableForPreOrder ? T("ShoppingCart.PreOrder") : T("ShoppingCart.AddToCart") })

For _ProductVariantAddToCart.cshtml:

@Html.Action("GetAddProductVariantToCartAjaxButton", "NopAjaxCart", new { ProductVariantId = Model.ProductVariantId, ButtonValue = Model.AvailableForPreOrder ? T("ShoppingCart.PreOrder") : T("ShoppingCart.AddToCart") })

Please let us know if this does not work!

Thanks!

Hi,

The Nop Fashion Theme is designed for single product variant and the lack of multi product variants is not a bug. But as we now have more and more customers asking about multi product variants support we will add this functionality in the near future or for nopComemrce v.2.6 the latest.

Hope that helps!