Released 23 FREE plugins for nopCommerce 3.6 and 3.7 - ima9ines.com

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 Jahre weitere
CORE plugin updated.

Supported to list all, create, edit, delete widget zone from Admin.

8 Jahre weitere
Is core plugin free ? If yes how to download it ?
8 Jahre weitere
Thank you
8 Jahre weitere
Supported responsive carousel for following plugins

Top Rated Products


Top Lowest Price Products


Top Highest Price Products


New Products


Most Viewed Products


Manufacturers


Featured Categories with Products


Featured Categories


Featured Products


Best Selling Products


Hope this help :)
8 Jahre weitere
Hello ima9ines

you always best , Thanks for sharing.
8 Jahre weitere
CORE plugin updated to fix following bug:

"Sequence contains no elements"
Details:
System.InvalidOperationException: Sequence contains no elements at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source) at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__3[TResult](IEnumerable`1 sequence) at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot) at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression) at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression) at System.Linq.Queryable.Single[TSource](IQueryable`1 source, Expression`1 predicate) at ima9ines.Nop.Core.Plugins.ExtendedBasePlugin`1.InstallLocaleResources(String resourcesPath) at ima9ines.Nop.Core.Plugins.ExtendedBasePlugin`1.Install() at Nop.Admin.Controllers.PluginController.Install(FormCollection form)


This bug occurred when only one language enable but not English.
8 Jahre weitere
Good plugin
Thank a lot
8 Jahre weitere
Hi ima9ines!

I'm using Featured Categories with Products, great plugin.

Can do you functions to management feature products (in every feature category). I want to specify the product that appears on the homepage

I have change styles to like in product- grid on homepage

In file Index.cshml
@using ima9ines.Nop.Core.Plugins
@using ima9ines.Nop.FeaturedCategoriesWithProducts
@using Nop.Web.Models.Catalog
@model IList<CategoryModel>
@if (Model.Count > 0)
{
    <div class="category-grid ima9ines-nop__featured-categories-with-products">
        <div class="item-grid">
            @foreach (var item in Model)
            {
                <div class="item-box">
                    <div class="category-item">
                        <div class="title">
                            <strong>Feature @item.Name</strong>
                        </div>
                    </div>
                    @Html.Partial("_Products".GetWebViewFor(typeof(Plugin)), item)
                </div>
            }
        </div>
    </div>
}


And css

.ima9ines-nop__featured-categories-with-products .item-grid>.item-box .product-grid {width: 100% !important;}
.ima9ines-nop__featured-categories-with-products .item-grid>.item-box .category-item {width: 100% !important;}


Thanks! :D
8 Jahre weitere
Featured Categories with Products FREE plugin updated with slider tabs feature (when approval time in nopCommerce, you can download this plugin at our site).

It required to update CORE plugin to run this new feature.

jQuery slider Tabs plugin got from here.

So, please have a try and give us your review and feedback. Thanks a lot!



Hope this help :)
8 Jahre weitere
ngtrian wrote:
Hi ima9ines!

I'm using Featured Categories with Products, great plugin.

Can do you functions to management feature products (in every feature category). I want to specify the product that appears on the homepage

I have change styles to like in product- grid on homepage

In file Index.cshml
@using ima9ines.Nop.Core.Plugins
@using ima9ines.Nop.FeaturedCategoriesWithProducts
@using Nop.Web.Models.Catalog
@model IList<CategoryModel>
@if (Model.Count > 0)
{
    <div class="category-grid ima9ines-nop__featured-categories-with-products">
        <div class="item-grid">
            @foreach (var item in Model)
            {
                <div class="item-box">
                    <div class="category-item">
                        <div class="title">
                            <strong>Feature @item.Name</strong>
                        </div>
                    </div>
                    @Html.Partial("_Products".GetWebViewFor(typeof(Plugin)), item)
                </div>
            }
        </div>
    </div>
}


And css

.ima9ines-nop__featured-categories-with-products .item-grid>.item-box .product-grid {width: 100% !important;}
.ima9ines-nop__featured-categories-with-products .item-grid>.item-box .category-item {width: 100% !important;}


Thanks! :D


We will add this feature to the plugin. Please wait :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.