Close

Profile: Boyko

Avatar

User posts

deselt wrote:
We just update on latest version 3.7.428.19570 and it not show category name on home page categories with hover effect.
https://www.cycleheart.com/


You have asked the same question here.
Please do not duplicate topics.

9 years ago

deselt wrote:
I run our webiste in PageSpeed inside and it show the flowing suggestion.
Consider Fixing:
Size content to viewport
The page content is too wide for the viewport, forcing the user to scroll horizontally. Size the page content to the viewport to provide a better user experience.
The page content is 376 CSS pixels wide, but the viewport is only 375 CSS pixels wide. The following elements fall outside the viewport:
The element <div class="title">Featured Categories</div> falls outside the viewport.
...


Hi deselt,

We have amended the styling to correct these warnings.
Please update the Brooklyn theme as explained in this article to get the updated css styles.

Thank you again for reporting this!

 

9 years ago

sdvariations wrote:
Hi, I work in Nop3.20
i would like to add another topic page in mega menu than the one already present. When i tried to modify the code i get an error message. when re-loading my website.

Please can you advice what code i must insert to add another topic page in Mega menu.


Hi sdvariations,

Adding a topic is quite simple. In the MegaMenu.cshtml you already have a topic link i.e About Us. So adding a new one should be pretty much the same code but with the system name of the new topic. Here is the code that you need to add:

<li><a href="@Url.RouteUrl("Topic", new { SystemName = "topic system name" })">Link Title</a></li>


Hope this helps!

9 years ago

Juson wrote:
Hello.


When I share a product from facebook store, I get 'Store name. Log in, store information' on my timeline with store logo image.

Fortunately I can see the product info by clicking it.

I think it is supposed to be a summary of product information with book image on timeline, not login something.

Facebook Login already tried.


Facebook store: https://www.facebook.com/yangmanstore/app/583476075134011/


Am I missing something?


Thanks & Regards

Juson



Hi Juson,

I am not able to reproduce this on our demo stores.

I can see the Login word in your store since I don't understand anything else into your language :) So I believe there is something wrong but since I can't reproduce this on our demo stores (we have 21 facebook shops for each demo) I really don't know what could be wrong.
Everything seems fine on our demo store:
https://www.facebook.com/NopTemplates/app/1479030782426282/

Have you made any modifications either to the facebook plugin views or the nopCommerce code?

powerappit wrote:
It's working!!!
thanks a lot, you made my day!


Hi powerappit,

I am glad it works!

It looks like you are doing some interesting customization. I am curious to see your website if you are willing to share it with us.

Have a great weekend!

powerappit wrote:
Hi
I want to create a slider with a different set of images for every product in my ecommerce.

So I created one slider for every product, set condition "fail" by default and override to "pass" for the single product and I made this for every product and slider.

In the detail page it's working, i see a different set of images for every product.

I want to do the same in the category catalog page: in the list of products, I want to see a different set of image for every product. I connect the slider to a specific widget zone that I put in the _ProductBox view, I set the same conditions, but it's not working.
It's like it can verify the condition because it can't recognize the product. If I set the condition tu always pass, I can see the same slider in every product

can someone help me?
thanks


Hi powerappit,

Please note that the Conditions are evaluated in the context of the current page.
So on the category page none of the Product Conditions will be evaluated to True since you are not in the context of a product page.
Fortunately you can work around this by providing the different product ids and widget zone directly to the controller of the Anywhere Sliders.
In your product box view call this action:

@Html.Action("WidgetSlider", "AnywhereSliders", new {  productId = Model.Id, widgetZone = "the name of your specific widget zone here" })


Please let me know if this works for you!

9 years ago

jakubz wrote:
Thanks! Yes we do that :) 

I have new idea, about registered clients. We want support them, and thats was be great if we can add to their Profile page with "your discouts and benefits". We can then send information to our clients about benefits, and they can go and looks them in their profile (if they are registered). 

What you think? :)


Hi jakubz,

I agree that such a page will be useful. But since there are already some similar features in nopCommerce like Reward points then I believe that if such a page exists it should be part of the Core nopCommerce solution and only we can add custom benefits and discount from a custom plugin. This way we will have everything in a single place.
You can suggest your idea to the nopCommerce team by writing in the nopCommerce forums.

9 years ago

Seriun wrote:
How about adding some indexed widget zones to the mega menu or similar so the HTML widget plugin can be used to inject content within a div in the drop down? I'd rather not hack the views. This could work similar to the featured image nop slider injected in the tiffany theme? 

Also we are working on a multi vendor store and the client would like to acheive something similar to this site with the menu .. http://www.farfetch.com/  Designers = Manufacturers, Boutiques = Vendors. Currently these are displayed as a flat list by the mega menu of the top X. We could create a topic but that would be a maintenance pain.


Hi Seriun,

Injecting widget zones is an interesting idea. But most probably we will start working on the new Mega Menu and have this in mind rather than changing the current Mega Menu since it is already quite complicated.
Thank you for your suggestions and examples! We will have them in mind while designing the new Mega Menu.

9 years ago

jakubz wrote:
Hi Guys! don't know where can I write about this. Maybe you are thinking about support some discount plugin? 

Two scenerios:

1. Discounts when client subcribe to the newsletter
2. Discount when client add review? 

What you think?:)


Hi jakubz,

We don't have such a discount plugin and don't have plans to do it for the next 2 months.
But you can easily implement the first one.
When someone subscribed to Newsletter they receive an email that they have successfully subscribed. You can simply include a coupon code that the customer can use. This way only newsletter subscribers will get this coupon code.

Hope this helps!

9 years ago

Seriun wrote:
We have used the mega menu and themes on a few sites now and a common request is to include links in the drop downs for "New In" (products flagged as new) and "Sale" (products with discounts or higher previous prices) similar to what you can define for product ribbons. These would appear as if under a phantom sub category and apply to all product under the parent.

This would avoid shop admins from having to create categories for "New in" and "Sale" and constantly mapping products in and out.


Hi Seriun,

Thank you for your suggestions!
They definitely make sense but I am not sure it should be implemented in the Mega Menu. The Mega Menu simply shows all the available categories and subcategories.

It all comes to having such "Sales" or "New in" subcategories with the appropriate products and the Mega Menu will show them.
But I don't think the Mega Menu should be responsible for creating such categories automatically. It is just a Menu and should not have such functionalities. I think the creation and update of such categories should be done by a different plugin.

I can suggest you a workaround for this. If you are using our Ajax Filters plugin, you can enable the On Sale filter and select that filter on a specific category, then copy the Url from the browser.
You can manually put this link in the Mega Menu (by modifying the Razor view files) and when clicked it will open that specific category and show only the discounted products in it.
Of course this will require manual work and is not possible to be achieved via the administration. In the next version of the Mega Menu, we plan to add some powerful functionality in the administration, so that you can build every single menu item easily from the administration.