Close

Profile: hristian.dimov

Avatar

User posts

Mega Menu
10 years ago

toddkjr22 wrote:
I figured out a way to get it to work a little better. On the Mega Menu settings, I checked the "Require click" option. Enabling that allows it to work now when clicking on it. However, it still does not work for the hover option (unchecking the "require click" option).


Hi toddkjr22,

Could you please Submit a ticket to our system, proving us with admin credentials to your site so we can investigate what could be the problem?

Thanks.

Oakstone wrote:
Ok. I understand. However, I do not think the order is working. It's using the Id from the table SS_HW_HtmlWidget. I have 3 widgets in a widget called home_page_top. They were are out of order.  I deleted the one out of order, and added a new one. Now it's in the correct order.

I see the table SS_MAP_EntityWidgetMappingwith the DisplayOrder field, but I feel like the ID or EntityId is used.


Hi Oakstone,

I haven't seen your nopCommerce version when I wrote my last post ( I was thinking that you are using the latest - 3.50 version ). The bug exists only in the 3.20 version of the plugin. We have fixed it, thank you for reporting.

Please submit a ticket to out system so that we can send you the new version of the plugin.

Hope this helps!

Oakstone wrote:
I have several widgets in the home_page_top zone. I'm trying to put them in a certain order and have the display order correct. However, the display never is correct. Looking at _HtmlWidget.cshtml, I do not see an order by for HtmlWidgets. Should there be?
I'm using the Lighthouse template 3.2

@using SevenSpikes.Nop.Plugins.HtmlWidgets.Models;

@model HtmlWidgetsPublicFullModel

@{
    if (Model.HtmlWidgets.Count > 0)
    {
        foreach (var htmlwidget in Model.HtmlWidgets)
        {
      <div>
                @Html.Raw(htmlwidget.HtmlContent)
            </div>
        }
    }
}


Hi Oakstone,

they are ordered in the controller, before the data is passed to the view.

The html widgets are ordered by the display order from the Widget Zone tab.

10 years ago

Kathy wrote:
Hi,

I am trying to create a new ribbon. When I try to add a new record to a new condition group, none of the dropdowns are populated in the edit window, and the condition type dropdown is displaying the word "undefined" multiple times in a row within the dropdown selector. If I select any of the 'undefined' values, each one had another character that is displayed as the selected value. This is really strange. Any ideas?

Kathy


Hi Kathy,

Could you please submit a ticket to our system specifying the exact version of the plugin and if possible an admin credentials to your site so we can investigate the problem.

10 years ago

lorenz wrote:
Hi,

Our Nop v3.50 instance hosted on Azure received the following errors:

The process cannot access the file 'D:\home\site\wwwroot\Plugins\SevenSpikes.Core\Resources\ConditionsResources.en-us.xml' because it is being used by another process.

Would you have any idea why that is?  Thanks,

Lorenz


Hi lorenz,

it seems that the file is locked by some other process. Could you please restart your website and see if the problem will disappear.

10 years ago

_andy1 wrote:
We have 30k products in DB and around 800 of them have ribbon set using SS_C_ProductOverride table(We do not use conditions which can be configured using UI). Right now page with 32 products loads during 625 ms and ribbons for those products loads during 1.42s. It is VERY slow:( Could you improve performance?

PS Example http://postimg.org/image/x00np9ofr/


Hi _andy1,

could you please submit a ticket to our system, specifying your exact version of the plugin and if possible an admin credentials to your site so we can take a look more closely.

10 years ago

Gardenwants wrote:
Hi Guys, 

We would really like a couple of new "Product Tokens"

Currently;

Available Product Tokens
${old-price-new-price-difference-value}
${old-price-new-price-difference-percentage}
${product-quantity}
${max-discount-value}
${max-discount-percentage}
${special-price-expires-in}


We would like

one to show just the old price
one to show just the new price
one to show just the special price

Thanks!


Hi Gardenwants,

the old & new price are visible in the product box, what could be the benefit of showing them in a ribbon?

Please suggest your idea in our UserVoice portal and if people vote for it we will implement it.

10 years ago

porcelanosa wrote:
http://atom.orionwebshop.com/
but i currently dont use vertical slider with 2 products and i cant change it atm...


Hi,

this is because the vertical jCarousel is styled to show only 1 item at once. If you want to show 2 products you need to change the css. Open the Plugins\SevenSpikes.Nop.Plugins.JCarousel\Themes\DefaultClean\Content\JCarousel.css find :

.nop-jcarousel .jcarousel-clip-vertical {
    height: 250px;
}


and change it to:

.nop-jcarousel .jcarousel-clip-vertical {
    height: 500px;
}


NOTE: If you want to show 3 products the height should be 750px, for 4 products - 1000px and so on ( Number_of_products * 250 )

Hope this helps!

Bugs
10 years ago

final_thrill wrote:
It seems to be an order of operations issue where inside a plugin, the page is loaded first then the scripts.  It needs to be the other way around. 


Did you managed to fix your issue? If not, please provide a link to your website and more information of what custom plugin you are using ?

Thanks.

10 years ago

porcelanosa wrote:
Hello, so i have this bug (showed on picture) with your plugin, im on 3.4 version, link is below:
http://s30.postimg.org/kmtdgsx1d/Capture.png
thanks in advance

Bug doesnt happen if using only 1 product


Could you please give us a link to your website so we can investigate what the problem is?