Custom dev, source control, changesets - best practices?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hello everyone....
How to display popular product with picture and link of particular product on home page....???
as same way i want to display recently added products , recently search products and top products  ...


so Please help  me....

Thank you....
12 years ago
Dharmik wrote:
How to display popular product with picture and link of particular product on home page....???
as same way i want to display recently added products , recently search products and top products  ...

It's better to create a new forum topic because this one is about absolutely another question
11 years ago
I have a question about creating a custom library.  I've created a number of WHOLE MODULE ADDITIONS (ie: a store locator, a photo gallery, etc...)  I've created my own additional DATATABLES, SERVICES (BDLs), ADMIN MODULES, and of course, Front-End Views.

I have everything developed in Nop 2.2 and am in the process of upgrading everything to Nop 2.6.  Right now, I'm added my own Classes to the Nop.Core.Domain, updated the Nop.Data Library, and Added Several Entries to the Nop.Services Library.  Most, if not all, of this, is separate, additional code (I've strived greatly to only add custom code, and not modify any core Nop development.

I realize I can probably created a custom Data Access Plugin, for each module, but I am wondering if its not just easier to create my own Custom Library Set (the website is www.arknaturals.com - so I would create ARK. libraries).

To do this, would I essentially need to duplicate your Nop library structure?

Ark.Core (include my custom objects in Ark.Core.Domain)
Ark.Data - map to my objects only
Ark.Services - Put all my custom Service and Interface classes in there?

And which is the best way to go (Plugin or Custom Library Module)?  Not sure I totally understand the pros/cons of writing individual Plugins for each module, vs create an entire Custom Library set.

Thanks in advance!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.