Close

Profile: hristian.dimov

Avatar

User posts

ISESSoftpack wrote:
Is it possible to access more fields from the instantSearchModel. I would be logic to have access to the SKU field beacuse this is a unique reference to a product.

Regards, Machiel Broekman


Hi Machiel,

we have added a new setting in the Instant search - Show sku in the search results / the SKU is now prepared for every product and it is available in the template data /. All you need to do it is to update the plugin to the latest version following this article: http://www.nop-templates.com/how-to-update-a-nopcommerce-plugin

NOTE: This is available only in the 3.50 version of the plugin.

Hope this helps!

simon17 wrote:
I found out when i input the sub-category by date, the latest one will place at the bottom at home page, but it have a display order function to arrange the priority only inside Category page, can i  have your suggestion which i can place the sub-category the latest at the top

e.g (now)
 What News (Category)
 2015/01/23 (sub- category)
 Big Sale
 2015/01/29  (latest input)



Hi simon17,

The Home Page Categories are ordered by Display order, which you can set in each category that you have. You can't have a different ordering on Home Page Categories and on Category page.

Hope this helps!

Theming
9 years ago

toddkjr22 wrote:
Does the plugins included in the Nop Ultimate Plugin Collection work with other themes you have for sale? For example, can the Store Locator plugin work and use the Allure theme?


Hi toddkjr22,

Yes, it will work. Every plugin that we have will work with all of our themes. We can confirm that.

Hope this helps!

Mega Menu
9 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.

9 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.

9 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.

9 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.

9 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.