Close

Profile: Boyko

Avatar

User posts

10 years ago

[email protected] wrote:
Hi
i want the images without english text. i will add the text and the plugin managment and use css to put the text on the image
i need the empty images for all themes
you can send me the images to [email protected].

Thank you very much


Hi,

Not all of the themes have images for the ribbons. For those that have images, we have taken them from internet and they all have text in it. Unfortunately we don't have the images without the text.

Thanks

sunnyw wrote:
Are there any work arounds for this issue? Where did the plugin controller get the products from? I put my own customizations in my project so ProductVariantAttributeCombination have a StockQuantity of 0 will not show in the category page, but the filters seems generated from a different result set.

The incorrect behaviour being not only the no stock products will show after a search, but the SpecificationAttribute filter is also generated from all products (stock / no stock) instead of stock products only (What I provided in the category page result set)


HI sunnyw,

Unfortunately there is no workaround for this. It is not that trivial to be done and will require a lot of changes in the plugin controllers and services. Also such change could greatly harm the performance of the filters. There are some changes to the stock availability coming in nopCommerce 3.3, which might make things simpler and if so then we can go and implement this and add a setting in the plugin's administration to enable this feature. For now please vote for it in our UserVoice portal, so that we know there are a lot of interest in it.

Best Regards,
Nop-Templates.com Team

Prokey wrote:
NopCommerce version: 3.10

Group: 7Spikes
FriendlyName: Nop Shop All Theme
SystemName: SevenSpikes.Theme.ShopAll
Version: 3.10
SupportedVersions: 3.10
Author: Seven Spikes
DisplayOrder: 2
FileName: SevenSpikes.Theme.ShopAll.dll


Hi Prokey,

You need to check the zip package number that you have downloaded.
When did you start to get this error? Can you clear your Log and see if this error appears? Have you upgraded your nopCommerce installation from previous nopCommerce version i.e 3.0?

Thanks

10 years ago



sharrondn wrote:

- how to change the font of nopcommerce ?


You need to edit the css files of the theme. You need to have some basic knowledge of CSS.
You can find all css files in this folder: Themes\Motion\Content\css and edit this file styles.css

sharrondn wrote:

- I want to show selection Color and Background for template in General Page and place in left as same demo. how to do it ?


Please note that this is not possible with the template. It will require huge customizations to do something like this.

sharrondn wrote:

- With your demo when i clicked on Football in Products menu. Then you can see "Football" with display as grid not List. but in my template it's show by List. How can to fix that ?


You need to change the default view mode in nopCommerce to be Grid rather than List.
Please watch this video to see how to search and change settings in nopCommerce and search for this setting "catalogsettings.defaultviewmode" and change it from "List" to "Grid".

Thanks

10 years ago

cicciuzzo wrote:

and where should I put this code?


Hi cicciuzzo,

You should put this code in the Catalog controller.
Instead of adding a new constructor parameter you need to create a private field and a property as described in the post that we linked in our previous post. Then you need to use the property directly as you would use as if you have set it via the constructor.
What are the new parameters that you have added in your Catalog controller?

Thanks

10 years ago

[email protected] wrote:
Hi
We bought the design assuming that what we see on the site for example we get
Because the image of the designs is already text in English, and we want to plant a text in another language we can not just take the picture with the text.
You can send the images as they appear on your various designs?


Hi [email protected],

We can provide you with the demo databases if you want (sent an email to support at nop-templates.com) but it is quite easy to download the images from our demo stores by simply right clicking on the image and chose Save image.
Please note that an image is still an image and you can't localize images for different languages. In other words you can't have different images for the different languages.
If you want to have different text for your ribbons in different languages you should not use images but only text. The ribbon text is localizable and can be different for the different languages.
Please refer to the Nop Product Ribbons documentation of how to work with the ribbons.
You might also find this blog post about the Ribbons useful.

Thanks

10 years ago

[email protected] wrote:
Hi
in the demo site when user filtered properties,the scroller return to top
i installed the plugin to http://shop320.allstoreweb.co.il/%D7%94%D7%A0%D7%A2%D7%9C%D7%94-2
and when i try to filter the scroller stay in the buttom


Hi,

There is a setting called "Scroll to element after filtration" that you need to enable from the Settings page of the Ajax Filters plugin.

Thanks

10 years ago

cicciuzzo wrote:
How solved you this problem?

Any suggestions?


Hi cicciuzzo,

This problem occurs if you have made modifications to the CatalogController constructor in nopCommerce. You shouldn't change the CatalogController constructor but rather resolve any new dependancies i.e services via the EngineContext.Current.Resolve method as described in this post.

Thanks

10 years ago

atzmonca wrote:
from where should i download the correct version plugin?


Hi atzmonca,

Please refer to this article of how to update a plugin.

Thanks

10 years ago

atzmonca wrote:
hi,
i bought the unlimited version and i saw in all themes , the ribbons plugin contain same images but in your demo site there is special ribbon for each theme.
how can you send me the all images for each themes? (for ribbon plugin)


Hi atzmonca,

These are custom images that are specific to our demo stores and that is why they are not included in the ribbon plugin or the themes. Feel free to download the ribbon images from our demo stores.

Thanks