Ajax filter provided us the opportunity to select default sort option for category page.
I didn't find the view file for admin panel, so I assume it's embedded. Is there any way to include more sort options in the dropdown rather than the default nop sort options? I just want to know how to populate more options in the dropdown.
But when I uninstall the plugin, everything works fine. The sort option change according to the value of the drop down. If I disable the plugin in category page. Shouldn't it perform as per default nop behavior ?
I have found a bug in ajax filter while testing in base nopCommerce with deafult clean theme. I have unchecked _Show Ajax Filters on Category Page_ option from admin panel.
Then I go to category pages of public store. While I have changed the sort option, the sort order actually doesn't change. You can verify in the images by seeing the _order by_ parameter in the url and the sort option.
I am using nopcommerce 3.7 and upgraded themes. When I installed the alfresco theme, and refresh my homepage, it shows the following error message.
then I change the shared/_root.cshtml file to render the section
if (isHomePage)
{
@RenderSection("HomePage");
additionalClass = "master-home-page";
mainSlider = @Html.Widget("home_page_main_slider");
}
I am using plugin version 3.6.821.17491. I have basic nopcommerce NoSource version. And I have installed Nop Sale of the Day plugin.
In the theme folder under SevenSpikes.Nop.Plugins.SaleOfTheDay folder, I have seen you have folder for four themes : Brooklyn, Default Clean, Motion and Native.
Your plugin didn't work well for smart theme. I am giving a screenshot of that:
Moreover for Motion theme, the button isn't showing up as it suppose to be. Here is a screenshot:
Colors aren't working fine for most of the theme, it seems they use style applicable for default clean.
Let me know How Can I fix these.
I have fresh installed nopcommerce and I installed real one page checkout. Each time, I refresh the checkout page a new value inserted in nop Address table. What's the problem here ?
Yes, I have a custom address type.
In my testing environment, I am using ten themes including default clean. Is it safe ?
Here is the tax settings of mine
http://s28.postimg.org/kld77qvrx/tax_settings.png
I am using nopcommerce version 3.6 in my localhost. I have installed the plugin one page checkout. But there I have found some mysterious problem. In the checkout page, I filled all the required form, but when submitting the confirm button, it shows a message Address type is required. I didn't find any clue how to dig this down.
Anyone facing the same issue earlier ?