Close

Profile: IvanStoyanov

Avatar

User posts

10 years ago

Elements Gifts wrote:
I've downloaded the free trial for SmartSEO and Anywhere Sliders and inside those zips are several other zips for various versions, but not 2.4,

I cannot find a way to download these plugins for Nopcommerce 2.4, what am I missing here?


Hi Elements Gifts,

In our packages we include the latest 4 versions of nopCommerce (most of our clients are using the latest versions). If you want an older version, please send us an email to support (at) nop-templates.com and we will send you the packages for nopCommerce 2.4.

Ivan Stoyanov

10 years ago

hotot wrote:
How do I add the nop quickview to items I have in a jcarousel?  Or at least add the ability to add to cart right from the jcarousel product display.

Thanks


Hi hotot,

Thank you for suggesting this. The Nop JCarousel plugin does not support the Nop Quick View or the Nop Ajax Cart plugins. But we think that it is a really good feature.

Can you please suggest this in our user voice portal and we will consider implementing it in our future releases.

Ivan Stoyanov

Ribbons
10 years ago

cheerfulcalf wrote:
Yes.


Can you please send us an email to support (at) nop-templates.com

Ribbons
10 years ago

cheerfulcalf wrote:
Locally.


Are you using the official version of nopCommerce? The one that you can download from here http://nopcommerce.codeplex.com/releases/view/99141

Ivan Stoyanov

Ribbons
10 years ago

cheerfulcalf wrote:
Code wasn't modified. Adding Network Service with write permission did not solve.


Are you running your website on localhost or on a web hosting?

Ivan Stoyanov

Ribbons
10 years ago

cheerfulcalf wrote:
What do you mean by "walk me trough" ?
I just installed core (with no errors) and installing ribbons shows "Error: Parameter Incorrect".
RibbonPictures folder is without any changes and DefaulAppPool has write permission on it.


Hi cheerfulcalf,

Have you made any changes to the code of your nopCommerce website (especially the picture service)?

Also you need to configure the network service account to have read and write permissions to the folder.

Ivan Stoyanov

10 years ago

limsy wrote:
Hi! I've installed your smart seo but being a total newbie w seo.. I've totally no idea how to begin. I've look through your guide but I'm still clueless.

I know I have to add a new SEO Template... but I don't know what to fill.  Could you give me a sample to look at?  I just need something for me to work on so I can understand the concept better.

My site is VERY simple as it doesn't have any category.  Product selection is very small but it changes quite often (the idea is somewhat like a weekly deals site).  All my products are grouped under a dummy category called "Products".

I've created a Template, gave it a name. Saved it and linked it to my sole Category under Category Mapping.  Now what do I do?  How does this works?   Sorry if I'm asking such a basic question...  

Thank you for your time.


SY Lim.


Hi Lim,

When you create a new SEO Template, you can see, that there is a sample data added to the settings. You can use that as a reference and create your own title, keywords, description, etc.

The SEO Optimization is a very vast topic and we can not explain it in this forum post, nor there is a single template for the SEO data. The data is different for each website.

When you create your SEO Template, leave the Is Global setting checked. This means, that this SEO Template will be applied to all products, categories and manufacturers in your store. You do not need to map it to a category.

You can read the following guide for more information: http://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/bg//webmasters/docs/search-engine-optimization-starter-guide.pdf

Ivan Stoyanov

10 years ago

mstuart wrote:
How difficult would it be to add column filters to the Manage Tabs grid?

To make it work like (/Admin/Language/Resources) grid?

Having many many tabs, there is no way to quickly find a specific tab from the Manage Tabs page.


Hi mstuart,

Can you tell us how many tabs do you have? In our 3.0 release we have added a new functionality to the Nop Quick Tabs plugin. You can now create general tabs, that will be added to every product in your store.

Please post your suggestion in our user voice portal. We will consider implementing it in our future releases.

Ivan Stoyanov

Ribbons
10 years ago

cheerfulcalf wrote:
Got an error:
System.ArgumentException: Parameter is not valid. at System.Drawing.Bitmap..ctor(Stream stream) at Nop.Services.Media.PictureService.ValidatePicture(Byte[] pictureBinary, String mimeType) at Nop.Services.Media.PictureService.InsertPicture(Byte[] pictureBinary, String mimeType, String seoFilename, Boolean isNew, Boolean validateBinary) at SevenSpikes.Nop.Plugins.ProductRibbons.Plugin.ProductRibbonsPlugin.() at SevenSpikes.Nop.Framework.Plugin.BasePlugin7Spikes.Install() at Nop.Admin.Controllers.PluginController.Install(String systemName)


Hi cheerfulcalf,

Can you walk me trough your installation process of the Nop Product Ribbons plugin?
Have you made any changes to the RibbonPictures folder?

Ivan Stoyanov

10 years ago

zjerry wrote:
Hi,
When I enable the 'Enable Default Zoom On Click' option and browse product images in full size then the 'Previous' image overlay appears when hoover on the left side of image but the 'Next' image overlay never shows. Clicks works as expected so I can switch to next, previous images.


Hi zjerry,

Thank you for reporting this problem. We have fixed it.
You need to download the package from our website. Go to Themes/NeoFashion/Content/img and copy the loading.gif image to the same folder located in your nopCommerce source.
After that go to Themes/NeoFashion/Content/css/ in your nopCommerce source and open the styles.css file. Change

#lbNextLink:hover {
  background: url('../Images/nextlabel.gif') no-repeat 100% 15%;
}


to

#lbNextLink:hover {
  background: url('../img/nextlabel.gif') no-repeat 100% 15%;
}


Everything should be working fine now.

Best regards,

Ivan Stoyanov