Close

Profile: Boyko

Avatar

User posts

11 years ago

rama wrote:

Hi Matt,
thanks for this post, so I am as well busy with this issue.
The file Resources.en-us.xml contains this items as you describe. So I installed the German languages. Do I need do download Resources.de.xml somewhere?
Best regards,
rama


Hi rama,

If you want to translate the resources in German then you have two options.
1. This is the easier option. If you already have a German language as an active language the resources for the plugins should already be present. Just search for all resources that contain sevenspikes and translate them in German.
2. This option will require uninstalling and then installing a plugin again. Copy the Resources.en.xml file and name it Resources.de.xml file. Translate it in German and then when you install the plugin the resources will be added for the German language (You need to have a German language as an active language in your nopCommerce).

Please let us know if you need any help with this!

Thanks

Bugs
11 years ago

rama wrote:
View string resource \ Resource name "checkout.button" in German is not supported.
Greets

Hi rama,

If you see this text "checkout.button" this means that this resource is not translated for the current language or it is missing. You can go in the Administration and as described in our Glossary you need to go to your language and search for this resource and add it.

Thanks

mstuart wrote:
Hello NopTemplates Team,
...
Hopefully you guys can help me resolve my deployment issues here.

Thank you for your time.

Mike


Hi mstuart,

I don't think your issues are really related to our plugins. It seems to me that you haven't properly uploaded on your server. We usually experience such issues when our FTP client messes the files on the server. Please delete and upload everything. You can remove the Ajax Filters and the Tabs from the installed plugins file just to make sure it is not related to the plugins.

Hope this helps!

11 years ago

anand.ads wrote:
Hi,

I am using nopcommerce 2.80 source code and downloaded "

I have configure "ultimatecollection pluging" with the paid version and try to install on my dev machine but while loading cloudzoom or quicktab plunging its throwing error. ( fluent validation error) which I have already fix at start of the complie the solution with the help of

http://www.nop-templates.com/ blog/29/step-by-step-guide-for-solving-of-the-nopcommerce-fluentvalidation-and-net-45-problem.

but its working fine with quickview and Ajaxfilter pluging.

I think cloudzoom and quicktab is not complied with latest Net 4.5 with fluent validation 3.4.6.0 dll

pleasea look into this issue,


Hi Anand,

All our plugins are compiled with exactly the assembly versions that nopCommerce 2.8 comes with.
Otherwise they wouldn't work with nopCommerce 2.8.
You have already sent an email with a screenshot of the error that you get.
By looking at the error massage it seems that FluentValidation assembly version 3.4.6.0 could not be found.
This is strange as nopCommerce 2.8 comes with FluentValidation 3.4.6.0.
Please check the Bin folder of your web site and you will find there FluentValidation.dll file.
Please right click on it and then choose the Details tab in the popup window.
Please let us know what is the version of this file (it should be 3.4.6.0).
Please check your email and rely to it as there is no point to flood the forum with this.

Thanks

chenos7 wrote:
Hi,

Is it possible to create a page per category or sub category? If it is how can I point the link to that page using the product category?

E.g. Page for dresses, page for shirts, etc,...

Thanks,
Chen


Hi Chen,

Every category or subcategory has a separate page with the products in this category. If you want to have different measurement information per category i.e dresses, shirts etc. Then you can create different tabs for each category. For example:
Create a new tab and call it Dresses Measurement and add the information about the measurements specific to dresses only. Then map this tab to the Dresses category. This way all the products in the Dresses category will have a tab with this information.

Hope this helps!

Thanks

11 years ago

mstuart wrote:
I too am having issues with deploying.  I'm trying to move nopCommerce + Nop Ajax Filters + Nop Quick Tabs from my laptop (ASP.Net Development Server) to our webserver (IIS 7.5).

I'm getting the following errors as seen in the Log.

Everything works great on my laptop, but fails on IIS 7.5.


Any help would be greatly appreciated.


Hi mstuart,

When you deploy on the server you need to copy the two plugins into the Plugins folder on your server. Also you need to have both plugins installed on your server. If you use the same database then you need to copy the App_Data\InstalledPlugins.txt from your local machine to the server as well. Which version of nopCommerce do you use by the way?

Thanks

jaxuk wrote:
Swtiched to default theme in version 2.8 on my dev server and the issue is the same... Talk to nop?

Hi jaxus,

It looks like it is an issue in nopCommerce. We are not aware of a workaround about this. You can ask in the nopCommerce forum as someone might already have a solution about this.  Please let us know if you find anything.

Thanks

jaxuk wrote:
Managing stock via an items attributes: colour and size. I have for example black available in small and medium and red in medium and large.

But the nop fashion theme allows me to order attribute combinations that do not exist.

Who can we prevent this?

Version 2.65.


Hi jaxuk,

Please switch to the default theme in nopCommerce and let us know the result.

Thanks

chenos7 wrote:
Hi,

I would like to know if it's possible to create a product specific measurement table.
If it is not possible, how can I change the global measurement table?

Best regards,
Chen


Hi Chen,

If you want a product specific table then the only option you have is to use the Nop Quick Tabs and create a tab for each product (which will be a huge effort).
As to the global measurements, they are in a topic that you can edit from the Administration. Go to Content Management -> Topics(Pages). Then edit the content of the SizeConversion topic.

Thanks

11 years ago

cicciuzzo wrote:
hello

how change the name to the tab and order??

hello


Hi cicciuzzo,

Each tab has a DisplayOrder that can be managed from the Administration, so if you have more than one custom tab this display order is used.
As to the default tabs - Description, Specifications and Reviews - their order can't be changed from the administration. If you want to change their order you need to modify the view of the plugin.
This is the file:
Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab\_ProductTabs.cshtml

Hope this helps!