Close

Profile: Boyko

Avatar

User posts

11 years ago

LLuke wrote:
Hi

What is the difference between the trial version and the full version? Is it possible to upgrade to the full version without losing any settings/data?

Thanks



Hi LLuke,

Yes, it is possible to upgrade to the full version without loosing any settings/data.
When you download the paid package you will find detailed instructions how to switch from  the free trial version to the paid one.

Best Regards,
Nop-Templates Support Team

Bugs
11 years ago

ilanpi wrote:
hi

i was trying to install the unlimited pack v2.4 on my nopcommerce v2.4

and  i got the following msg

Exception: Could not load file or assembly 'FluentValidation, Version=3.2.0.0, Culture=neutral, PublicKeyToken=a82054b837897c66' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Could not load file or assembly 'FluentValidation, Version=3.2.0.0, Culture=neutral, PublicKeyToken=a82054b837897c66' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)



this problem is well known and it is because  .net 4.5 doesn't support old version of FluentValidation  so i need tou guys to upgrade the FluentValidation   and send it to me so i can try it before i buy.

plz let me know


Hi ilanpi,

Please read this post.
Basically you need to upgrade to nopCommerce 2.65.

Thanks

Bugs
11 years ago

Sizzler wrote:
Whenever I try to install the SevenSpikes.Nop.Plugins.CategoriesHeaderMenu plugin, the error message below is thrown.  I am able to install the SevenSpikes.Core plugin fine, however, the CategoriesHeaderMenu will throw the error below even when trying to reload list of plugins.   I do have my own custom theme, so I tried to change to DarkOrange these and re-try but it still failed.  Any insight to this would be greatly apprecaited.  Using NOP version 2.6.


Hi Sizzler,

It looks like the Core plugin is not properly installed.
Please download the plugin package again from our web site and replace the plugin folders and try again. Also make sure the Core plugin is listed in the App_Data\InstalledPlugins.txt file.

Thanks

11 years ago

pdesignz wrote:
Hello, I have integrated JCrousel into my site and have replaced the default image buttons/arrows with some new ones that I have added. The new images display fine, the issue I am having is the placement of the left and right of the scrolling images. I have selected the default 3 as my template, so I can display 3 items at a time. The buttons seem to overlap the 3 images are being displayed. I have tried playing with the buttons css, with margin, padding and also the Carousel container width, the wider I go the more it shows of the additional hidden items. Is there a way for me to have have a left div for the left arrow/button, then the content and then another div for the right arrow/button? or where can I make the adjustments to move the arrows/buttons out to the edge of the container.

Thanks


Hi pdesignz,

Please note that each skin has its own css file. So if you choose the default-3-items skin then you need to edit this css file:
SevenSpikes.Nop.Plugins.JCarousel\Themes\YourThemeName\Skins\default-3-items\skin.css

If you don't have a folder with YourThemeName then you can create one by simply coping the DarkOrange folder and rename it. Then all your changes should go into this new folder. This way all your changes are separated and this will also improve the maintenance of your theme and subsequent upgrades much easier.

Hope this helps!

Best Regards,
Nop-Templates Support Team

pdesignz wrote:
I have been using the trial version of the Nop Ultimate Plugins, I have purchased the full version of the Nop Ultimate Plugins and have installed the new version by moving the dll file to the server and overwriting the existing trial dll file. I have gone in and cleared the application cache and also restarted the application. I am still getting messages about running a trial version, when I had already moved the dll file from the zip I received after purchasing the product. I also tried deleting the dll and moving it directly from the zip to server. Should I delete the entire folder and uninstall from the server and then try installing again. I am not sure why I am receiving the trial messages after moving the full version to the server.

Thanks


Hi pdesignz,

You need to do that for each plugin as described in the document.
Please note that the trial message says which is the plugin that is a trial version, so you can see and update the dll of that plugin.

Best Regards,
Nop-Tempaltes Support Team

11 years ago

[email protected] wrote:
Please see this webpage, to see what i am talking about.  I had this problem on the Mega Menu and it is now fixed, but I have the same problem on Jcarousel.

http://www.happycoral.com/p/3801/wall-hammer-euphyllia-ancora


Hi,

It's a known issue when you have Circular enabled but not having enough products in your case only 2. Please change the Wrap setting to anything different than circular, until we have a fix for this problem.

Many thanks!

11 years ago

pdesignz wrote:
As I am not familiar with MVC,

Where do I get Model.ShowManufacturers and can I add a custom name here

Where do I get, ManufacturerList, Manufacturers and ManufacturersHtml

I am trying to understand, so I can see about a custom section and links.

Thanks!


Hi pdesignz,

You can't change the Model as it is created in the Controller of the plugin.
In the view you can only consume the data in the model.
There are nice videos about MVC. We highly recommend you watching them first:
http://www.asp.net/mvc/videos/mvc-3

Thanks

Bugs
11 years ago

castironcook wrote:
When the Checkout Now button in the flyout cart is used, the user brought directly to the first page of checkout.  At the last step, submitting the order fails.  If the user were to begin checkout by reviewing his cart first, he would be able to enter comments, use a coupon or gift card, etc. PLUS the order succeeds.  Can we remove the Checkout Now button or direct it to a better place?
We are using Fashion Theme 2.6 with nop 2.60.
Thanks!


Hi castironcook,

First let me clarify that the flyout cart is a basic functionality in nopCommerce and is not a part of a plugin we have created. This is how nopCommerce works and if you don't like it you have to change it. You can also propose it to the nopCommerce team to create a setting that removes the checkout button.
But for now if you don't want to show the checkout button in your store then simply remove it from the fly out view file.
Views\ShoppingCart\FlyoutShoppingCart.cshtml

Hope this helps!

Thanks

11 years ago

pdesignz wrote:
If I have a custom link that is not Manufacturers, how would I do this. For example, I have a category that I created (Must Have's). This is a parent category to 3 sub categories of that section. Being a category, this already displays in the category drop down. This is a category that I want to focus on and promote, so I would like to have this as a top level menu, with the three sub categories be part of the drop down for this section.

Thanks


Hi pdesignz,

What you want is not possible out of the box. You need to hardcode your category and its subcategory links in the menu as described above. But if your category structure changes you need to change it too.

Thanks

11 years ago

[email protected] wrote:
I have to set the rows to 10 for one category, but for every category I have 10 boxes if there is only 1 category then their are 9 empty boxes.  How do I make it so I don't have empty cells?

www.happycoral.com


Hi [email protected],

We added a new css class "empty-box" for this extra empty boxes, which are needed so that the menu looks like a table and have a proper alignment of the boxes. There are no styles by default for this new class, so the empty boxes should not have the styles of the other boxes and not have a white background. Also this allows you to style them as you want i.e set display:none to them. You need to download the package from our web site and replace the Core plugin folder only.

Best Regards,
Nop-Templates Support Team