Close

Profile: Boyko

Avatar

User posts

joster wrote:


Can you please elaborate for me? Was I wrong to purchase another theme license for my new second store?


As explained in my previous post it is absolutely fine to have different themes for different stores.
It is not that OK to have many themes for a single store but this is not the case with you.
So you problem is not related to this but probably some installation issue that we need to check.
We will reply to you post as there is no point to write in this thread.

10 years ago

drcomputer wrote:
Hi,

I have to put a product which is compatiable with 100  products, I need to generate 100 Products names for a single products.

can we do it with Smart Seo

thanks n regards
Gopinath


Hi Gopinath,

The Smart SEO generates (on the fly, no changes in the database) only the Metadata. It can't change the product properties.

Page Size
10 years ago

IvanSlater wrote:
Hi.

I cant increase the default page size, because I ll have a big result page. So I should specify the number of filtered products to show, when filter is changed. Today I see only 12 and I think the plugin is getting this setting from the nop page size, isnt it?

The best way would be have a plugin page size option, I think.

Ivan.


Hi Ivan,

Yes, the Ajax Filters are using the currently selected page size. First it will use the default page size for the current category and then it will use the page size the user selects (if this option is enabled). I don't see how some new setting will help you with this. Please elaborate on how exactly you have implemented the Infinite Scroll. In my opinion you need to call the Ajax Filters as if the page size have changed i.e 12, 24, 48 and when you scroll you simulate as if the user has chosen 24 and then 48 etc.

[email protected] wrote:
Hi Stefan,

Sorry that my question wasn't clear.
I mean the manufacturers filter on the homepage where you seen all categories and on the side the manufacturers filter.If I click on a manufacturer, the result is that the categories are replaced with products that match the manufacturer.
What I want is that the list of categories stays on the page but only those with products in it of that selected manufacturer. If I drill down in this new list of categories, the manufacturers filter should be applied.

Tx.


Hi Alain,

As far as I understand you want to have a Category filter when you are no a Manufacturer page.
Just like you have a Manufacturer filter when you are on a Category page.
If this is what you want then unfortunately is not supported in the current version of the Ajax Filters plugin.
Could you please suggest it in our UserVoice portal and we will consider adding this feature for the next releases of the plugin.

drcomputer wrote:
Hi

how to show Mega Menu like http://www.printvenue.com/ and all display all categories in All Products.

thanks and regards
Gopinath


Hi Gopinath,

The Mega Menu can show all the main categories under a single menu item i.e All Products.
When you go to the Mega Menu Settings page, you need to open the Category Menu Settings panel and check the Show categories in a single menu option and then specify the text of the main menu i.e All Products. Then you need to choose a template that will work best for you i.e CategoryMenuTemplate.WithPictures.cshtml or CategoryMenuTemplate.WithoutPictures.cshtml. Then you need to modify the template you have chosen to make the html the way you want it to be and also the styling to match your needs.
You need to have some Razor syntax and CSS knowledge to do this.

Bugs
10 years ago

yarik wrote:
The logo image is missing in plugin folder.


Hi yarik,

Thank you for reporting this! It will be added.

drcomputer wrote:
I am not able to show  Mega Menu Additional Topic in Default clean theme . It is not showing in Menu. I am Using 3.3 version. But same is working in Electronics Theme.



Hi drcomputer,

In which file do you make your changes to add the additional topic links?
Always check if the main view is overridden by a theme specific view i.e Themes\YourTheme\Views\.

p.s: Don't submit tickets and write in the forum at the same time as this adds a lot of overhead to our support line.

10 years ago

radoslavy wrote:
Hello guys.
I am using Jcarousel for related products in productdetails page. But not every product have related products and it leaves a huge space between the components of the page. My idea is to put there another jcarousel just to fill this emty space on the page, but i want to be shown only if the "Jcarosel for related products" is missing. What would be the right way to achieve that ?

PS: I can add them to a different widgetzone if it will work that way...


Hi radoslavy,

The JCarousel wouldn't show if there are no items in it. So it should not leave any space on your page if there are no related products.
Anyway you can use two different widget zones as suggested and check if the first widget zone does not show anything you will show the second one.
Let's say you have two widget zones i.e widget_zone_1 and widget_zone_2.
Then in the code you can do the followings:

@{
        var widget1Html = Html.Widget("widget_zone_1");
    }
    @if (!MvcHtmlString.IsNullOrEmpty(widget1Html ))
    {
        @widget1Html
    }
    else
    {
        @Html.Widget("widget_zone_2")
    }


Hope this helps!

10 years ago

radoslavy wrote:
It would be great if you add category and product mapping for JCarousel. It will make it more flexible.


Hi radoslavy,

Thank you for the suggestion!
Would you mind sharing your idea in our UserVoice portal?

Maybe we should add Conditions to the JCarousel just like in the Sliders and Product Overrides to it just like in the Ribbons.

10 years ago

mail2mhm wrote:
Hello guys.

I want to replace my default slider with Infinity Slider (http://codecanyon.net/item/infinityslider-jquery-slider-css3-animations/full_screen_preview/7103544). If its possible, I will buy it, otherwise I have to find another one.
The point is that I want to Manage it via Nopcommerce management Panel and I want to have its managing panel replaced with default one.
Thanks in advance.


Hi mail2mhm,

Nop Anywhere Sliders support only 3 Sliders from which you can choose i.e Nivo, 2D and 3D Sliders. You can't integrate any other Sliders i.e the one you have pointed out, as you won't be able to manage them from the administration. If you want us to integrate any new Sliders into the Anywhere Sliders plugin then please suggest it in our UserVoice portal and we might consider adding them in the future releases of the plugin.