@Html.Action("PopularProductTags", "Catalog")
@*@Html.Action("PopularProductTags", "Catalog")*@
Hi,
Yes, our stored procedure is locked, but we have created an extendibility point exactly for modifying the products sorting.
You can look at your database for the function "seven_spikes_ajax_filters_product_sorting".
You are free to modify it per your needs.
I hope this helped!
Hi Marcos,
I just checked your site. It looks like you have not set your home-page-text topic.
Please also check in your administration if you have set any products/categories to be shown on the home page.
The next thing you can check is the /Themes/Tiffany/Views/Home/Index.cshtml view. It should have structure similar to this one:
@{
Layout = "~/Views/Shared/_ColumnsOne.cshtml";
}
<div class="page home-page">
<div class="page-body">
@Html.Widget("home_page_top")
@Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })
@Html.Widget("home_page_before_categories")
@Html.Action("HomepageCategories", "Catalog")
@Html.Widget("home_page_before_products")
@Html.Action("HomepageProducts", "Product")
@Html.Widget("home_page_before_best_sellers")
@Html.Action("HomepageBestSellers", "Product")
@Html.Widget("home_page_before_poll")
@Html.Action("HomePagePolls", "Poll")
@Html.Widget("home_page_bottom")
</div>
</div>
<li class="fax"><span>@T("SevenSpikes.Themes.Tiffany.Common.Fax")</span></li>
@if (Model.SystemName == "YOUR_TOPIC_SYSTEM_NAME")
{
@Html.Widget("custom_topic_body_end")
}
<WidgetZone>custom_topic_body_end</WidgetZone>
"use strict"; function ShippingMethodsController(n, t, i, r) { var u = this, f; u.shippingData = {}; u.configData = {}; u.configData.isVisible = !0; f = !1; i.load(!0); n.$on("togglePanel", function (n, t) { angular.isDefined(t.hasProductsRequiringShipping) && (f = t.hasProductsRequiringShipping); u.configData.isVisible = !t.pickUpInStore && f }); n.$on("refresh", function () { var n = i.get(); angular.copy(n, u.shippingData); r.hideOverlay(".shipping-methods-loader") }); n.$on("setShippingMethodsOverlay", function () { r.showOverlay(".shipping-methods-loader") }); t.$watch("vm.shippingData.selectedShippingMethod", function (n, t) { n && t && (i.set(n), $(".section.checkout-attributes").toggleClass("ng-hide", n.name === "Next Day Air")) }, !0); u.stringFormat = r.stringFormat; u.renderShippingDescription = r.trustAsHtml } angular.module("realOnePageCheckout.shippingMethods").controller("ShippingMethodsController", ShippingMethodsController); ShippingMethodsController.$inject = ["$rootScope", "$scope", "shippingMethodsContext", "objectUtility"];
autoplay: false,
autoplay: true,
@if (!Model.ProductPrice.DisableBuyButton)
{
...
}
<input type="button" onclick="window.location.href = '@Url.RouteUrl("Product", new {Model.SeName})'" class="button-2 product-box-add-to-cart-button" value="Details" />