Tagged Questions
Open-source e-commerce solution based on ASP.NET MVC and the Entity Framework
5
votes
3answers
86 views
How to set a default page on an MVC app?
I would like to have my base URL go to a specific category of an online store (a NopCommerce online store if that makes a difference). The URL of the category is: http://myUrl.com/c/6
After reading ...
3
votes
1answer
28 views
Adding the quantity part to the _ProductBox.cshtml in the views/Catalog in nopcommerce2.2
In nopcommerce2.2,which uses mvc framework,how can i add the quantity part to the product in the multiple products i.e _ProductBox.cshtml? Actually when i go to the single product page,i will get the ...
3
votes
1answer
28 views
How to hide item from menu if user has not right to it in Admin Section?
I have create a new customer role "SubAdmin" with limited admin permission , assign it to any customer . When customer is login in admin section , he see same menu as administrator while he have not ...
3
votes
1answer
183 views
Asp.Net MVC 3 - Map a separate route that already belongs to an area
First keep in mind I am new to nop/mvc, and despite my best effort can find no solution to this seemingly simple task.
I have been defining custom routes for a plugin I am making, and so far it's ...
3
votes
2answers
322 views
Problem with UrlRewriting in NopCommerce
I try to make changes in NopCommerce to include language in addreess bar I do knot know what seem to be problem.
When I disable UrlRewriting everything works fine, when I enable it, when I'm on ...
3
votes
3answers
410 views
Static repository… can't use DI, what to do?
I am in a situation where we need to modify what is being returned from the static repository in a 3rd party open-source application (NopCommerce). The problem is that they use static repositories, ...
2
votes
0answers
34 views
Setup Wordpress Permalinks on ASP.NET MVC Site
I've got a NopCommerce site (ASP.NET MVC) and I'm trying to add a Wordpress blog as a subfolder of the main site.
The installation of Wordpress was fine, all config files have been created and the ...
2
votes
0answers
25 views
Adding the quantity part to the _ProductBox.cshtml in the views/Catalog [closed]
Adding the quantity part to the _ProductBox.cshtml in the views/Catalog so that changing the quantity would reflect the changes of the quantity in shopping cart page.
2
votes
2answers
87 views
Asp.net MVC routing function
Can someone please explain what the following function does. I am learning Asp.net MVC and unable to understand which controller is called when and renders which view.
public static void ...
2
votes
1answer
110 views
Can't build notcommerce project under appharbor
I used nopcommerce to create a store. And now I want to deploy it on appharbor. But I have a small issue: nopcommerce hasn't .sln file (which have list of files) and appharbor can't build project.
...
2
votes
0answers
106 views
Resolving first time exception
I am working on the nop ecommerce website, When i try to run the project, i am getting a continuous series of exceptions in the debug section of visual studio 2010 and the browser doesnt shows the ...
2
votes
1answer
239 views
Entity Framework 4.0 changes in NopCommerce 1.90
For learning EF, I was after a good example and I reached NopCommerce via google. I loved their implementation of EF and it's architecture in version 1.80.
I was very impressed with the Entity ...
2
votes
1answer
203 views
nopCommerce as Payment Processing Service?
I am part of a group looking to create a third party payment processor similar to Google Checkout or PayPal (which would require a Merchant Account and integration with a Payment Gateway). I wanted to ...
2
votes
1answer
264 views
NopCommerce will not mark off messages as sent in message queue and keeps on flooding with E-mails
I have just installed nopcommerce 1.9 and now configuring it.
Inputed all the correct settings for the SMTP (Host, port etc.) and the test E-mail arrives fine to any address I tested it with.
...
2
votes
2answers
174 views
NopContext.Current.User is always null
Note: also posted on the nopCommerce forum.
I've been developing an application based on nopCommerce 1.60. I'm developing on Windows 7 Pro 64bit.
I'm deploying the application to Windows server ...
2
votes
2answers
446 views
Set ProductVariantAttribute value with nopCommerce
I have a requirement to specify some values per-item per-sale. Imagine being able to add a gift message to each item in the basket individually.
How can this be achieved?
I'm using nopCommerce 1.6 ...
1
vote
0answers
26 views
Displaying only the main category node in the Single Product Page.instead of subcategories
I am a newbie to nopcommerce mvc framework.I have a side category navigation which shows all the categories and subcategories in almost all pages where i need, except in single product page.In the ...
1
vote
0answers
88 views
ASP.NET MVC 3 - Replacing HttpContext Response Not Working
I am using Nopcommerce which has recently been upgraded to use MVC3 - previously it used webforms. I am attempting to connect to Worldpay's (payment gateway) hosted site. The process is a little ...
1
vote
0answers
27 views
How to upload video/audio in nopCommerce?
I want to upload video/images in nopCommerce 2.3 . I already display video by embed through html , video is uploaded on youtube. But I want to upload video/audio to nopCommerce by administration ...
1
vote
2answers
57 views
ASP.NET MVC: Register action filter without modifying controller
I'm working with nopCommerce and I need to add in my only Action Filter, however, I don't want to modify the core controllers to avoid my code being overwritten when a new update is released.
I've ...
1
vote
1answer
67 views
nopCommerce on AppHarbor. Redirect loop
I am trying to deploy a nopCommerce application to AppHarbor.
When I start the page I run into a runtime redirect loop however. I added a bit of debug logging and the problem seems to be this part ...
1
vote
2answers
42 views
How do I enable page exception output in nopcommerce MVC?
Currently, if there is ANY KIND OF ERROR in a view or route in nopcommerce MVC, I get alien unicode text, meaning it looks like you are viewing binary output via text. I had to rewrite this question ...
1
vote
1answer
78 views
Issues With adding style programmatic ally to Vertical navigation menu using Razor
I am trying to decorate the vertical navigation menu using razor in one of my projects , i am trying to add style depending on the functionality with no success , the issue is i have subcategories and ...
1
vote
2answers
28 views
project upgrade changes merging with customized version
I'm running an open source ecommerce store (nopcommerce) and have made a lot of customizations to the store. Every time a new version of the software is released, I use winmerge to try to detect which ...
1
vote
4answers
210 views
Nopcommerce v2.30
I'm a newbie to nopcommerce. I have downloaded Nop V2.3. The problem is,i want to edit the page but i don't know how to add plugins how to create one. How to change themes by code. How to remove ...
1
vote
2answers
113 views
WCF Services in ASP MVC PRoject (NopCommerce)
I am trying to add a WCF Service to the Admin Folder of NopCommerce .
I have done the same thing for the web folder and every thing goes Well, but for Admin folder when I try to execute
I have this ...
1
vote
1answer
71 views
Nopcommerce change shipping rules code
I am using nopcommerce a open source shopping cart system. I want to change the shipping rules i.e. if any one bye a product of less than $1000 then he must pay a shipping charge of rupee $ 10. ...
1
vote
1answer
188 views
AppHarbor NopCommerce running issue
I uploaded nopcommerce solution to appharbor (using this method Can't build notcommerce project under appharbor) and solution succesfully builded, but I receiving 403 error - Forbidden: Access is ...
1
vote
2answers
83 views
Creating a partial view using Razor
I have got a masterpage which uses a model @model.topics, I created a partial view which uses a model @model.ContactUsModel, And i am rendering that view in my master page , but it comes up with the ...
1
vote
1answer
145 views
How do you create an EditorTemplate in a Plugin for nopCommerce v2.20
I'm trying to create a plugin for nopCommerce v2.20 that allows the user to request a quote for goods and services by describing the requirements and attaching any relevant documents.
I have started ...
1
vote
2answers
116 views
nop commerce automapper exception, missing type map configuration or unsupported mapping
I have tried to debug and find where the mismatch is coming from but I can not. Any ideas about where to look?
here is the model
public class PatientModel : BaseNopEntityModel
{
public ...
1
vote
1answer
56 views
How to Get Application pool information on a Web Page
Does anyone know out to output the memory usage of an application pool to a label on webpage? Sadly i don't have access to the server itself so i cannot go on to IIS directly. I'm running nopcommerce ...
1
vote
0answers
77 views
nop commerce changing the delivery address to be a patient room in a hospital [closed]
I am trying to change it so that a delivery address is a patient room in a hospital and set up a way to choose what hospital in a group the patient is at. I tried to add a new model for the patient ...
1
vote
3answers
162 views
ajax.actionlink shows different urls on server and visual studio
I am trying to use ajax.actionlink to remove the number of items in my shoppingcart. I added an ajax.actionlink which works fine on my local computer (with Visual Studio 2010), but not on my server. ...
1
vote
3answers
69 views
Which mechanism could be responsible for automatically adding code when rendering ASP.NET pages?
In a nopCommerce solution, we needed to replace an existing ASP.NET page with a very simple new one that just shows a message. Our new ASP.NET page has no reference at all to anything ...
1
vote
1answer
65 views
Can nopcommerce link to an exisitng second database easily?
I would appreciate any advice on this. I am not a developer. I am starting an online ebook business. Our backend data base runs on purely web based applications running on an SQL server 2008, .NET 4 / ...
1
vote
2answers
96 views
hide log off link once logged in
I need to display a login link and once they are logged in i need the link to display as log off.
here is what i have so far:
<div class="account-links">
<a ...
1
vote
0answers
164 views
nopCommerce discount issue?
I am using noCommerce 1.9 and have modified the "HasOneOfTheseProductVarientsInTheCart" part of the code to this:
case DiscountRequirementEnum.HasOneOfTheseProductVariantsInTheCart:
{
if ...
1
vote
1answer
570 views
display image slider only on default page NopCommerce?
I am using nopCommerce to build my site and i have added a simple jquery slider to the HeaderMenu.ascx page.
However its showing up on everypage as the Master Page refers to the HeadMenu.ascx file.
...
1
vote
0answers
106 views
sagepay recurring payments in nopcommerce
Has anyone worked on sagepay recurring payments in nopcommerce before?
I need to work on that and every help/advice will be more then welcome.
Thanks in advance, Laziale
1
vote
1answer
67 views
eCommerce desktop dry-run issue
So the situation is that I've d/l nopCommerce and a slew of other web development programs in order to save some cash on my business.
I've created a local server/database with sql anywhere 12, and ...
1
vote
1answer
644 views
how to show Featured Product home page - NopCommerce?
I am using NopCommerce and i want to know how to show Featured Product home page???
1
vote
0answers
261 views
how to display nivo slider in home page in nopcommerece n theme
hi i have added a few products but nivo slider (homepageslider) is not showing up in the home page. I am using a themed nopcommerce installation
http://www.n-theme.com/products/19-gifts1_90.aspx
...
1
vote
1answer
266 views
NopCommerce EF problems
I am using nopcommerce for my web shop and I am using Tasks that are getting information from an external system when an order has been shipped. When it is shipped I want to capture the payment and ...
1
vote
3answers
366 views
How can I receive payments from my nopCommerce shop?
I am evaluating the nopcommerce open source solution.
The setup was incredibly easy. The shop was up and running (Local server, for now!)
But then I am confused.
When the user will purchase a ...
1
vote
2answers
215 views
Problem with collection class using as datasource in asp.net
I am using collection class to work as datasource for gridview. Please download nopCommerce source from http://nopCommerce.com. I am following the same approach.
I have created my providers and ...
0
votes
1answer
18 views
category url format in nopcommerce
I would like to know how I can make the url's for the categories static. For example http://localhost:3547/category/53-cellphones.aspx is what I have currently but yesterday it was ...
0
votes
2answers
21 views
how to enable any page view error in nop commerce? This is a generic for all errors in nop mvc
Whomever is the person managing this, please understand this is a generic problem and I have not solved it. If someone can tell me how to let the page errors show up just as they do normally when no ...
0
votes
4answers
74 views
masterpage footer alignment doesn't work
I am having hard time putting footer content at the bottom of the page, at this moment it's right aligned and I have no idea what else to do to put below the content.
Please check the image attachment ...
0
votes
0answers
38 views
Changing Background Image depending on the categories in nopCommerce
I want to change the background image of each subcategory and categories , for that i want to know, which page i m on , so that i can pass the image for that page , I have fixed images for each ...