Close

Profile: IvanSlater

Avatar

User posts

9 years ago

Is possible to have the NumberOfProducts category information in plugin?

This information comes from the GetCategoryProductNumber function in Catalog Controller and is used only in CategorySimpleModel (side CategoryNavigation Menu).

MegaMenu uses CategoryModel, so this information is not available.

Is there a way to get it?

Thanks!!

Custom Rules
9 years ago

Thanks!

Last question.

Do I have to set an exclusive Guid for the Id property or I can use return new Guid() ?

Custom Rules
9 years ago

Hi Hristian,

thanks a lot. Do you have a simple sample? I need to create another plugin, a "rule plugin", is it right?

EDIT:

I have created a new plugin with all my new rules. Now, can you say more about both interface methods:

- GetAllowedTokens
- GetCustomerReminderInfos

I guess they are called at each task call, am I right? The CustomerReminderInfo list returned are all items that will received the message?

And about the tokens, if I create a new one, where it have to be replaced? Or is not possible to have new ones?


Thanks!

Custom Rules
9 years ago

Hi there!

Is possible to create custom rules?

I want to schedule mails for some especifics situations based on procuts, shipments and others attributes.

Thanks!

Localizable
9 years ago

Hi!

We are having some result problems when searched diatric word. The result is different from searches made by same word, using diatrics and removing it.

Can you help?

Ex.: "próteses" and "proteses", same portuguese word, with correct diatrics and without it.

Thanks!

Page Size
9 years ago

If you please take a look in my test site you will see:

http://hml.aquelascoisas.com.br/ofertas-do-mes

I have a lot of products in this category. If I filter it, the plugin displays 12 (page size) products, but the category has much more, not displayed because of the infinite scroll modification, so I want to display all products when the category is filtered, overriding the page size limit and disabling the infinite scroll.

Got it?

Ivan.

Page Size
9 years ago

Any help?

Page Size
9 years ago

Hi.

I cant increase the default page size, because I ll have a big result page. So I should specify the number of filtered products to show, when filter is changed. Today I see only 12 and I think the plugin is getting this setting from the nop page size, isnt it?

The best way would be have a plugin page size option, I think.

Ivan.

Page Size
9 years ago

Is possible to customize the filter page size result?

Im saying this because we are using the InfinateScroll modification and, after products get filtered, only 12 are displaying, my default category page size.

So I want to show all of them, because the plugin changes the product-grid div, and the infinatescroll stops working.

Thanks!

9 years ago

I did it but the featured products still not filtered.

EDIT: i.e., the featured header remains with same products (3 in my case). I think they could disappear or be filtered same as all others products in category. So the customer will have focus only on the desired products. If the customer wants to filter the category, he doesn't want to see the featured products header anymore. Am I right?

Any other help? It could be set invisible/visible by jquery, it is an option.

Thanks!