Close

Profile: Boyko

Avatar

User posts

Quick View
11 years ago

[email protected] wrote:
Is Quick View can be adjusted to 2.65?


Hi,

Unfortunately this is not possible because of some breaking changes between these versions of nopCommerce. The Nop Quick View plugins supports all versions of nopCommerce since 2.8 and higher.

Thanks

Bugs
11 years ago

miroz wrote:

I did some research and found that categories that produce errors have only one product in it and this product has ProductVariant.SpecialPrice set.
If I add products that aren't on a

Continuing:
If I add products that aren't on action to this category, it displays fine.
Can you reproduce this error?


Hi miroz,

Thank you for reporting this!
Yes, we will try to reproduce the error as you describe it. In the mean time can you update the plugin to its latest version.

Thanks

11 years ago

atzmonca wrote:
Hi i use mega menu nop2.65
and i want to use different view of MegaMenu.cshtml per theme. i saw just Content folder
i try to create new folder Views->MegaMenu->MegaMenu.cshtml under my Theme and its not working and give error
S0103: The name 'model' does not exist in the current context

can you please help


Hi atzmonca,

It is possible to have different view per theme as this is how we have themed the plugins for the different themes that we offer.
We noticed that your 1 year license of the Shop All theme has expired, which means that you don't have free support and updates for it anymore. You can still use the product without any problems but we do recommend you to renew your license and continue to receive free product updates and support. Please refer to our Licensing FAQs for more information.

Thanks

11 years ago

jburke wrote:
I am extremely interested in the Ribbon plugin. Do you anticipate releasing a version for nop 2.8?


Hi jburke,

Unfortunately releasing the Ribbon plugin for nopCommerce 2.8 is not be possible because of some breaking changes in nopCommerce between 2.8 and 3.0. So we can't release a version for nopCommerce 2.8 of the Ribbons. If you want to use the Ribbons you would have to move to nopCommerce 3.0, which is very easy if you haven't made any modifications to the nopCommerce source code or the Razor view files.

Thanks

11 years ago

jimvangulik wrote:
Hi,

I am currently on implementing a new webshop with the fashion template, which looks very nice btw.

However, I don't seem to be able to find were I can change the phone number and email address in the header on the left. Any hints would be appreciated?


Hi,

It is a resource, so just search for it.
Please refer to this video of how to search/change resources in nopCommerce.
http://www.youtube.com/watch?v=gE2PkShT184

Thanks

11 years ago

mstuart wrote:
What would be the best way to display a JCarousel inside a tab?

I attempted to do the following in _ProductTabs.cshtml

var relatedProducts = Html.Widget("relatedProducts_jcaroussel").ToHtmlString();
if (!String.IsNullOrWhiteSpace(relatedProducts))
{
     divs.Add(new KeyValuePair<string, string>("tab-relatedProducts", relatedProducts));
     <li><a href="#tab-relatedProducts">Related Products</a></li>        
}


The above was my best guess.

The JCarousel does shows up in the tab, but the formatting (HTML,CSS) is completely messed up.


Any assistance would be greatly appreciated.


Thanks,
~Mike


Hi Mike,

Pretty good guess! What you have done is perfectly fine and the JCarousel should be shown in the tabs. Do you have any javascript errors in the browser? The styling might need some fine tuning, so that the JCarousel looks nice inside a tab. If you can share a link to your site, so that we can take a look and see if we could help.

Thanks

11 years ago

Morphy989 wrote:
Hi,

I am working on nopCommerce webshop development and what i would like to know if it is possible to add sliders with the Nop Anywhere Sliders plugin to product page (productdetailes widget) but only for products of certain categories?
I can't make it work since category mapping works only for category page.
Any suggestions on that area would be very helpful.

Thank you


Hi Morphy989,

Unfortunately as you have already noticed this is not possible and there is no an easy way to do this. You can suggest this idea in our UserVoice portal.

Thanks

11 years ago

Craft wrote:
Thank's i post it.

http://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/4234788-seo-features-url-page-is-available-for-unpublishe


Thank you!

11 years ago

Craft wrote:
Hello! I have very good SEO feature for you.
When product is unpublished - by default this url page is unavailable. (Page not found)
It's very bad for good seo. Can you make that unpublished url is working, without add to cart button and add this feature to this module or in Seven Spikes Core?


Hi Craft,

Thank you for suggesting this!
Would you mind adding this idea in our UserVoice portal and let other users vote for it.

Thanks

EnviXion wrote:
I have no problem setting up on the web server.
But how should I proceed to do the same in my local development machine?

For instance, I am trying to install the Nop Quick Tabs 2.8 that required a manual integration to
custom ProductTemplate.VariantsInGrid.cshtml.

Thanks.


Hi EnviXion,

When you work with the source code in VS2012, you need to copy our plugins in this folder:
Presentation\Nop.Web\Plugins
Then you can install and integrate it without any problems.

Thanks