Register
Log in
Shopping Cart
(
0
)
Home
Product
Overview
Features
Store demo
Showcase - live shops
Copyright notice removal
System requirements
Roadmap
Contribute
License
Downloads
Download nopCommerce
Extensions and themes
Release notes
Support
Documentation
Community forums
Premium support
Request a quote
Partners
Recommended hosting
Solution partners
Become a partner
My Account
Contacts
Users online
510
Home
>
Forums
>
General
>
Development
>
How to add new tables to NOPCommerce v2.4
How to add new tables to NOPCommerce v2.4
Reply
vasa
Total Posts:
28
Karma:
140
Joined:
3/28/2012
Location:
United States
PM
Posted:
one year ago
Quote
I am new to NopCommerce v2.4 and wondering where do I write my code (by creating new model in admin or nop.web section)
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
AndyMcKenna
Total Posts:
790
Karma:
7886
Joined:
11/15/2011
Location:
United States
PM
Posted:
one year ago
Quote
http://www.nopcommerce.com/docs/75/plugin-with-data-access.aspx
2
Please
login or register
to vote for this post.
(click on this box to dismiss)
Running NopCommerce 2.3
StackOverflow - http://stackoverflow.com/users/113988/andymckenna
vasa
Total Posts:
28
Karma:
140
Joined:
3/28/2012
Location:
United States
PM
Posted:
one year ago
Quote
Thanks for the link but I still need some more help.
I added that project in my Plugins and do I have to do anything else?
I am not able to see this plugin in admin -> Configuration -> plugins
I added following line in \Presentation\Nop.Web\Views\Catalog\ProductTemplate.SingleVariant.cshtml
@Html.Action("Index", "Tracking", new { productId = Model.Id })
I am getting this exception:
Execution of the child request failed. Please examine the InnerException for more information.
InnerException: {"The controller for path '/p/5/1-oz-krugerrand' was not found or does not implement IController."}
I just added few products through admin.
I will appreciate if you can guide me.
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
vasa
Total Posts:
28
Karma:
140
Joined:
3/28/2012
Location:
United States
PM
Posted:
one year ago
Quote
Added by mistake - not sure how to delete this post.
0
Please
login or register
to vote for this post.
(click on this box to dismiss)