Close

Profile: Boyko

Avatar

User posts

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!

8 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.

8 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.

8 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!

8 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.

8 years ago

Seriun wrote:
We have a requirement to show "recently sold products" on the home page carousel. The products are very high value unique items (like an auction house) so the items will no longer be available but we want to show the kinds of things people are buying.


Hi Seriun,

This is a nice idea!
Could you please share it in our UserVoice portal and let others vote for it?

8 years ago

attilah wrote:
I'm all in for protecting your IP, until it gets to a point where it is against productivity and management.

In this case copying, moving, deploying dev/test/staging/production databases from SQL's bacpac file to Azure Cloud is totally impossible due to this very one stored procedure.

Please provide a decrypted version to make database management easy.

Thanks,
Attila


Hi Attila,

I understand your frustrations but we have really good reasons to encrypt the stored procedure and I hope you will understand our position.

8 years ago

stuart.miller wrote:
Thank you for your response. I had failed to run the Nop-Templates upgrade scripts in conjunction with the NopCommerce upgrade scripts. I had upgraded from 3.2 to 3.7. I went back and ran the Nop-Templates scripts, but received an error on the first one, due to a missing table. All the others went fine. However, I still received the same message. So, rather than reverting/restoring the database, I just deleted the tables with the Foreign Key references. After that, the Plugin installed correctly. I had the same issue with the AnywhereSliders. I hope that's the end of it.

Thank you for your help.


Hi Stuart,

That is always a solution (not a recommended one) but the idea of running the upgrade scripts one after another i.e nopCommerce one then our 7Spikes one, is to eliminate the need to delete tables and to reinstall the plugins. This way there will be no data loss.

jakubz wrote:
Hi! how can I do this in 3.60? 

Hi jakubz,

All you need to do is explained in this post.

Hi! we upgrade our nop to 3.70. Maybe thit feature was implemented to Customer Reminder 3.7 or I need to do this on my own? :)


You still need to do this manually in the view :)