Close

Profile: tarweb

Avatar

User posts

6 years ago

Is it possible to not show the product ribbons on discontinued products? If so how would I go about doing this?

6 years ago

Ok, thanks for your response.

6 years ago

Is there any way to customize the plugin to use HTML in the Text field?

6 years ago

Is it possible to have the zoom show up when a user clicks the image (or a magnifying glass) instead of the default hover. We have a problem with people accidentally scrolling over the image and would like to change it so people have to click to zoom. Please let me know if this is possible and if so how can we get this to work.

Thanks in advance :)

9 years ago

Hello,

I am having trouble getting the ajax filter render _ProductBox from the correct theme.

Here is my setup:

Platform is Nopcommerce v3.30.

Purchased and installed the Alfresco theme v3.30 and Ultimate Plugin Collection v3.30.

Multi-site. Let's call them Site A and Site B, with display order 1 and 2 respectively.

Multi-theme. Site A uses DefaultClean, and Site B uses Alfresco.

No customization was done.

The problem is with Site B.

When the category page in Site B first loaded, it looked exactly like how the Alfresco theme should look, which was beautiful. Next, I clicked on a filter (product specification) rendered by AjaxFilters. The category page updated the list of products correctly based on the selected filter. But the _ProductBox was no longer Alfresco. It loaded the DefaultClean version instead.

I stepped through the code to find the source of the bug. What I found was that, in Catalog7Spikes.CatagoryTemplate.ProductsInGridOrLines.cshtml, the WorkingDesktopTheme from the context was returning DefaultClean instead of Alfresco. (Everywhere else was able to identify the theme correctly as Alfresco from context.)

I tested the scenario both in local environment and in hosted environment. Both environments displayed consistent results highlighting the same problem.

This issue is a major show-stopper right now.

Please consider my limitations:
- I can't hardcode theme name or file path in anything
- I can't switch the order of the stores (Site A first, then Site B next)
- I don't want to make any changes to the core
- Deadline is fast approaching to get Site B up and running

What options do I have to correct this behavior?

Some insights on what's happening inside AjaxFilters.dll would be very helpful as well.

Thank you.

9 years ago

Thank you for the suggestion. I got it to work after uninstalled and re-installed the plugins. Couldn't believe I didn't think of that before posting. :)

9 years ago

I'm using Nop 3.30 and have the ultimate plugin collection for v3.30. I noticed that when I used Instant Search and Ajax Filters, they return all products across all stores instead of products that are limited to the current store.

I tracked the ajax requests that were sent to Catalog7Spikes/GetFilteredProducts and noticed that, the requests didn't pass the StoreId to the back. Though I give the benefit of doubt that it may be pulling the current store Id from context...

Either way, I would like to know, are the plugins supposed to support multi-store?

Has anyone experience this problem? Any suggestion on how to get the plugins to work with multi-store?

(I am using everything out of box, no customized views.)

Thank you!

10 years ago

Boyko wrote:
I'm trying to add a paragraph of text as the Image Title but since the text is more than 400 characters I get the error...

Property: DisplayText Error: The field DisplayText must be a string or array type with a maximum length of '400'.

How do I increase the limit to more than 400?

Hi tarweb,

That is because we have put a constraint to the text. You need to change the database but also we need to remove the validation from the source code. Which version of the plugin do you use?

Thanks


Thanks for the reply Boyko! We're using Version: 3.10 of the plugin.

10 years ago

I'm trying to add a paragraph of text as the Image Title but since the text is more than 400 characters I get the error...

Property: DisplayText Error: The field DisplayText must be a string or array type with a maximum length of '400'.

How do I increase the limit to more than 400?

10 years ago

I created a slider (Nivo) for the homepage and a few weeks ago I uploaded a 1920x610 image and the image got scaled down to 1280x406. Today I uploaded another image (same size) and now it got scaled down to 800x253. How can I configure the slider so the image doesn't get resized? Right now the images look too pixelated on larger screens.

I think I read somewhere that the images get scaled down to the size of the container... but this site is responsive and the container is 100%.

Any help would be greatly appreciated!

EDIT: It turns out someone changed the media settings. I changed it back and everything works fine now!