Close

Profile: Boyko

Avatar

User posts

5 years ago

puneet.009 wrote:
Hi,


We purchased the theme from Nop templates for a domain. But for now we are trying it on a staging link. is it possible that plugins will not work properly as the domain is not matching with the actual domain we purchased the theme for?


Hi puneet.009,

You need to submit a ticket so that we can check what the problem is.

5 years ago

Andrea.Saedi wrote:
Daer Anton Ivanov
   Hi,
Appreciate,
Unfortunately, I could not submit any ticket on nop-templates.com, because I see this message: "You can submit a ticket only for the products you have a valid license for.

Here is the list of products for which you have valid licenses and for which you can submit a ticket.

Please select the product(s) from the list below by clicking on them!"

I purchased my nop products from a local reseller, and the local reseller did not give me the licenses, because the local reseller, ownself registered my purchased nop products directly.
By the way, for further information:my nopCommerce version is 4.20
Please give me some advice.
Best regards.


Hi Andrea.Saedi,

What do you mean by local reseller? We do not allow anyone else to resell our products.
If some other company has created the website for you then you need to ask them to submit  a ticket on your behalf since they are the license holders i.e Multiple Domain License.

Also if you don't have account with us you need to ask them to provide you with the latest version of the plugin where as Anton explained the issue is fixed.

mrabjohn wrote:
Hi,

My client required that I add a "Product Sub Title" field to the site. Obviously this is not a nopCommerce field so I popped it into GenericAtttributes and modified the LoadAllProducts (nopcommerce 4.0) procedure.

I have recently been weighing up how to get this to work with FULL TEXT SEARCH, and so I have also saved a copy into LocalizedProperties, and hard coded a search in EN-US into LoadAllProducts.

Whilst this works on a bare NopCommerce site, the client complained that the search is not working in the live site. I have discovered that Ajax Filters doesn't seem to sit on top of LoadAllProducts, and worse it's content is secured and not editable.

How can I get Ajax Filters to function in a system that has already has custom search logic - is there somewhere I could implement this logic for Ajax Filters?

Cheers,

Mark


Hi Mark,

Please submit a ticket providing more information about your changes etc. and we will advise what to do!

p.s: This is a public forum and it is not suitable for file sharing or code sharing

5 years ago

ActionWebsites wrote:
Hi,

When will an update for the free API Plugin be available for NOP 4.20?


Hi ActionWebsites,

We don't have plans to upgrade the plugin any time soon.

p.s: the plugin is available in GitHub so every developer that has some free time should be able to upgrade it.

5 years ago

[email protected] wrote:
Hi,

In the meantime, I realized that the plugin presents attributes in the filters that are associated with a product but with no stock, and they are still listed.

How can I hide attributes that are not in any product available in stock?

Thanks.


Hi,

Unfortunately you can't load only In Stock products by default. There is a separate In Stock filter that you need to enable that will show you only the In Stock products and the available attributes respectively.

5 years ago

[email protected] wrote:
Hi,

Where do you set those values?

Thank you.


You need to go to the Catalog -> Attributes -> Product Attributes page (where you create the Product Attributes).
Then find the attribute that you want to have sorted values and edit it. Then you will see the Predefined Values and add them with the corresponding display order.

5 years ago

[email protected] wrote:
Hi, I am having an issue ordering the values in the Ajax Filter Plugin. I am not able to get ordered the different attributes of the sizes of the shoes:

43
45
44
42
44.5
42.5
40
40.5
41
41.5
46

Anyone has an idea how can I order this list?

Thank you.


You can set some Predefined Values for that specific attribute i.e Size. There you have Display Order and order them in the way you want them to be ordered. Then the Ajax Filters will check if such predefined values exist and will use them to order the available attribute options in the same order.

tarekmahran wrote:
Hi,

I know that this question is not related to your theme, but I am sure that you can help me achieve it. Currently, we are using RTL NopCommerce v4.2. in adding products in admin side everything is working as expected except Categories list which populated with the default categories names (in English) not the expected one (in Arabic).

Any recommendations for filling Categories list in the admin side when adding products with the proper Names according to the selected language.


Thanks in advance.

Regards,
Mahran


Hi Mahran,

The list of categories is built via a stored procedure called "CategoryLoadAllPaged".
Unfortunately the stored procedure does not take any language parameters so it will require customization of the Core code in nopCommerce.
In other words there is no easy way to do it.

5 years ago

jakubz wrote:
Hi! is any posibility to set:
On mobile - use only "mobile css", and on desktop use only "desktop css"?


I guess with some customization in the Razor view files by checking every time if it is a Mobile device or not and include the appropriate files only you could achieve that.
But I won't rely on this as the resolutions of the devices could change and some mobile devices have higher resolution so you might need the desktop styling even for a mobile device (some tablets with higher resolution).

Bugs
5 years ago

jakubz wrote:
Today again it's changed… And element theme settings.lazy load images was set to false…
Is it normal behavior? when second set we have True?


Unless you are using some very old version of the theme for 4.10 (before March) then you should't use the theme specific setting for the lazy loading as it won't be used anyway.
You only need this setting to be set to True:

sevenspikescommonsettings.lazyloadimages

And it is set by default to True from the theme settings file in the theme plugin.

p.s: Maybe you have some mix of older and newer versions between the theme plugin, the theme and Core plugin.