Close

Profile: Support

Avatar

User posts

Bugs
13 years ago

cHiEsA wrote:
The Search Button is an image with the Text on it.
This give us a problem when we want multiple languages on a site because this button will always have the text in English (Search).
It's possible to change this so we can have multiple languages for the search button?


Hi cHiEsA,

Probably you are using an old version of the Electronics theme as the search button is not an image anymore since version 2.6.
If you don't have plans to upgrade to a newer version of nopCommerce then simply download the Electronics theme package and get the 2.6 version of the Electronics theme and copy the new css styles for the .searchButtonClass css class. Note that there is a new background image that you will also need to copy over.

Best Regards,
Nop-Templates Support Team

13 years ago

gkennedy1 wrote:
Hi,
We have a customer who would like the ajax filters to include categories. Is this possible?

Thanks,
Greg


Hi Greg,

The Ajax Filters now work in the context of a given category, so it doesn't make sense to filter by category as the filtered products are already filtered by the current category.
Maybe you are talking about when you have subcategories but please elaborate more on this one?

Thanks
Nop-Templates Support Team

Bugs
13 years ago

[email protected] wrote:
the login page looks ok in chrome, but not in IE.


Many thanks for pointing this out. It is fixed now. Please update the styles.css of the Electronics theme from the latest package.

Best Regards,
Nop-Templates Support Team

Bugs
13 years ago

embryo wrote:
OK, I'm back to work on this site today. I enabled the forum and added some forum groups and forums, but it isn't styled well at all. Something isn't right...
Ideas??

Thanks,
Steve


Hi Steve,

Thank you for reporting this! The new css for 2.65 for the forum was missing. We added it  band you need to download the theme package again and update the Theme\Electronics\Content\styles.css file with the new one. We checked the login page and it seems to be fine. Please let us know if you have any problems with the latest css.

Best Regards,
Nop-Templates Support Team

Bugs
13 years ago

gkennedy1 wrote:
I'm using the 2.65 fashion theme.
I think the Footer.cshtml view should be under the Common folder to match the core views. I think this moved in either nop 2.5 or 2.6.
This also means that _Root.cshtml needs to reference it like this @Html.Action("Footer", "Common")

Greg


Hi Greg,

Well spotted! It actually does exactly the same but when used as a partial view it needs to be in the Shared folder otherwise it won't be found and that's why it is in the Shared folder. We will refer to it via the controller and the action and move it to the Common folder for consistency and also this way you can use the Model in the view.

Many thanks!
Nop-Templates Support Team

13 years ago

gkennedy1 wrote:
I see what I've done now.
I already had the ultimate collection of plugins installed so I didn't copy them over from the theme zip. The plugins in the theme zip contain the additional widget zones in SupportedWidgetZones.xml and AdditionalSupportedWidgetZones.xml.


Hi gkennedy1,

Yes, the plugins with the Ultimate plugin collection doesn't contain the Fashion theme folder, so it defaults to the DarkOrange one, which doesn't have the additional widget zones for the Fashion theme.
You should add all the plugins from the Fashion theme package to replace the ones from the ultimate plugin collection.

Thanks

[email protected] wrote:
Hey there, had your plugin wokring perfectly but now its reporting the following.

A plugin with 'SevenSpikes.Core' system name is already defined

I have checked and the plugin folders are in there once and listed in the plugins.txt file only once...

Anyone else had this?

S


Hi Stephen,

We haven't seen this error before. Which version of nopCommerce do you use? When exactly do you get this error?

Thanks

Bugs
13 years ago

joster wrote:

And the site still loads in a browser with no problem..I can browse to categories, no problem..search with no problem, add items to cart with no problem, etc..etc..etc...

However, if I click on Login, or Register, or Shopping Cart..I get this:


Internet Explorer cannot display the webpage



Hi Joster,

So the problems are with these pages - Login, Register and Shopping Cart.
Can you swith the custom errors off, so that we can see what is the problem.
You can do this by modifying your Web.config file by replacing RemoteOnly with Off:
<customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly">
to
<customErrors defaultRedirect="errorpage.htm" mode="Off">

Please post the error that you get here or send us an email to support at nop-tempaltes.com. We will request access to your web site to see what is wrong.

Best Regards,
Nop-Templates Support Team

Bugs
13 years ago

joster wrote:

Again, I am not sure what you mean by "modify your Global.asax file will fix this"
In what way does it need modification? What should it look like?


Hi joster,

You simply need to open the file and add some blank spaces at the end and save it.
You can read more about this problem in this post.

Thanks

Bugs
13 years ago

[email protected] wrote:
portrait images in product grid are enlarged outside picture div, so only the top of the image is visible:

.product-grid .item .picture img, .featured-product-grid .item .picture img
{
  width: 150px;
}


Hi,

Yes, you are right there is no need for this css for the images.
But please note that the product boxes also have width set to 150px, which is made on purpose as otherwise you can't fit three products per line in the center column. By default the category images are 125px, so you can increase them up to 150px. If they are bigger only part of the picture is shown, so that all the product boxes are aligned. You can safely remove the width for the images (the code above) and your images won't be enlarged to 150px if they are smaller.

Many thanks again for reporting these issues.

Best Regards,
Nop-Templates Support Team