I mean...if you are just looking for a way to get paid for adding the feature into an older version, I will pay for the renewal to the license...but I have no intention of upgrading my nopcommerce version number.
Also...if you will merge the new token into version 3.40, was this new feature added before or after 6/12/2015? That is when my license for customer reminders expired.
The download package that I can download from my account is this:
NopCustomerReminders_3.4.1149.16357
Will I need to renew my license to get it?
string productUrl = storeUrl + productSeName;
string productUrl = storeUrl + "productreviews/" + product.Id;
OK, thanks for the explanation.
Hello-
We are integrating Google Site Search (Custom Search Engine) into our nopCommerce 3.40 site with the Alfresco theme.
I have it working now on our development site, but I need help understanding how the search box is displayed in two different positions on the Alfresco theme.
What I mean is, on the home page, the searchbox is aligned to the left, whereas it is aligned to the right and positioned lower in the header of all other pages.
To integrate GSS, it was necessary to replace all code on the /Views/Catalog/SearchBox.cshtml with only this code:
<div class="search-box">
<ul>
<li>
<gcse:searchbox-only resultsUrl="http://www.my.domain.name/search" queryParameterName="p"></gcse:searchbox-only>
</li>
</ul>
</div>
<div class="search-box">
@Html.Action("SearchBox", "Catalog")
</div>
Hello again-
As of this week, we are now having traffic appear on our website that is accessing this URL:
http://www.myfootshop.com/producttab/productcustomtab/
Of course, this throws an error every time because no parameters are included:
The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult ProductCustomTab(Int32)' in 'SevenSpikes.Nop.Plugins.NopQuickTabs.Controllers.ProductTabController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter. Parameter name: parameters
This is further evidence that Google is indexing the producttabs pages as stand-alone URL's, even though they are not included in the sitemap.
Am I really the only person noticing this?
I'd just suggest that you utilize the built-in feature of nopcommerce to display all categories on home page, and use the menu for what it was designed...