Thread: Next-sdk core
View Single Post
  #2  
Old 05-04-2017, 12:15 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Next-sdk core

Please provide more details. Do you need a plain list of variants of your products? Or do you need a pager for it? Should it be a read-only list? Who will see it? And so on...

As for the SDK. I think you are right and the SDK is outdated now. But I don't think that you need it there. CRUD is for creating backend pages to manage database entities (and usually these are entities of a new Model class). But in your case it is a read-only list of existing models (as far as I understand), so you should look into working with \XLite\View\ItemsList\AItemList class (see how other classes extend their logic from this class).
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote