Close

Profile: ISESSoftpack

Avatar

User posts

9 years ago

hristian.dimov wrote:
Hi,

I'm trying to use the special price option for products, I assume that the field Special Price of a product is meant. What I try , I can't seems to get it working.

If I set Has Special Price - Equal to - True. All my products are ribbonned, if I set ot to False no ribbons are set.

The special price is valid from 1/2/2015 until 3/31/2015

Regards, Machiel Broekman

Hi Machiel,

Could you please check if the Default State dropdown, which is located in the Conditions tab, is not set to Pass. If it is set to Pass, you will need to change it to Fail, because the "Pass" value means that none of the condition groups will be taken into account.

Hope this helps!


Hi hristian,

I did check and the default state is Fail, still the same result. If enabled all the products becomes the ribbon.

Regards, Machiel

9 years ago

Deni wrote:
Hi, 

We made some mark-up re-factoring and we missed to update this comment. It should look like this: 

<li>
  <span title="Topics">Topics</span>
  <div class="sublist-wrap">
    <ul class="sublist">
      @foreach (var topic in Model.Topics)
      {
        <li><a href="@Url.RouteUrl("Topic", new {SeName = topic.SeName})" title="@topic.Name">@topic.Name</a></li>
      }
    </ul>
  </div>
</li>


Hi Deni,

Thanks solved.

Regards, Machiel broekman

9 years ago

Hi,

I'm trying to use the special price option for products, I assume that the field Special Price of a product is meant. What I try , I can't seems to get it working.

If I set Has Special Price - Equal to - True. All my products are ribbonned, if I set ot to False no ribbons are set.

The special price is valid from 1/2/2015 until 3/31/2015

Regards, Machiel Broekman

9 years ago

Hi, I'm using the code you left as comment in the MegaMenu.cshtml for creating a dropdown for the Topics but the dropdown is not working, the menu items are visible and clickable all the time.

The code I use is 
    <li>
        <span title="Topics">Onderwerpen</span>
        <ul class="sublist">
            @foreach (var topic in Model.Topics)
            {
                <li><a href="@Url.RouteUrl("Topic", new {SeName = topic.SeName})" title="@topic.Name">@topic.Name</a></li>
            }
        </ul>
    </li>

I'm not a css guru :-) and can't seem to find the problem.

Regards, Machiel Broekman

hristian.dimov 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!


Hi hristian,

Thank you for the fast support, this will help us a lot !.

Regards, Machiel Broekman

Bugs
9 years ago

Boyko wrote:
Hi,

I'm working with the theme for a customer and i'm trying to adapt the InstantSearch.cshtml. Now I see a strange value in the model, the model takes as standard theme the 'default clean' and not the theme that is selected. Is that on purpose ?


Regards, Machiel Broekman
ISES Softpack


Hi ISESSoftpack,

If you are using the Electronics theme then the name of the theme should be Electronics because in the plugin's Themes folder there is a folder named Electronics.
If you are using a different theme for which you don't have a specific folder inside Themes folder then it will defaults to DefaultClean.


Hi,

Thanks for this. I added the adapted e;lectronics theme and now het is taking the correct name.

Regards, Machiel Broekman

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

Bugs
9 years ago

Hi,

I'm working with the theme for a customer and i'm trying to adapt the InstantSearch.cshtml. Now I see a strange value in the model, the model takes as standard theme the 'default clean' and not the theme that is selected. Is that on purpose ?


Regards, Machiel Broekman
ISES Softpack

Great,

Thank you for the support :-)

Regards,

Machiel Broekman

Mail is send.

regards, Machiel