View Issue Details

IDProjectCategoryView StatusLast Update
0003609OXID eShop (all versions)2.4. Administer productspublic2019-05-07 11:20
Reporterray 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.7 revision 41909 
Target VersionFixed in Version6.2.0-beta.1 
Summary0003609: no possibility to sort accessoires of articles in backend
DescriptionUnfortunately there is no possibility to configure the order of accessoires for an article in backend - even if there is a field "oxsort" in "oxaccessoire2article" in the database and a function to sort in oxarticlelist.php line 362.

.$oBaseObject->getSqlActiveSnippet();
        //sorting articles
        $sSelect .= " order by oxaccessoire2article.oxsort";

You can not set the appearance-order in the popup in backendĀ“, only by inserting some values directly in the database-
Additional Informationhttp://www.oxid-esales.com/forum/showthread.php?p=82135#top
TagsAccessoires, Products, Solution Provided, Sorting
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

jh.revier

2017-07-06 15:26

reporter   ~0012179

see attached patch.

\source\Application\Controller\Admin\ArticleAccessoriesAjax.php:
++ function saveAccessoiresPosition()

source\Application\views\admin\tpl\popups\article_accessories.tpl:
++ gets an option to edit the value for oxsort

jh.revier

2017-07-06 15:30

reporter  

0001-new-Function-saveAccessoiresPosition-and-usage-in-ar.zip (2,209 bytes)