PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, October 16, 2022

[FIXED] How to move the filter panel in admin product page OC 3.0.2.0?

 October 16, 2022     opencart, opencart-3     No comments   

Issue

I would like to move the filter panel in admin product page to the top of the page. In OC 2x it is in the top of the page and this is more convenient and you will have a lot more space when you later add more column to the form. Is this an easy task to move the panel and how can I do it ? Thanks in advance !


Solution

Edit this file:

admin\view\template\catalog\product_list.twig

Find:

<div id="filter-product" class="col-md-3 col-md-push-9 col-sm-12 hidden-sm hidden-xs">

Change it to:

<div id="filter-product">

Find:

<div class="col-md-9 col-md-pull-3 col-sm-12">

Change it to:

<div>

Then go to your admin dashboard / Gear icon / Refresh



Answered By - DigitCart
Answer Checked By - Willingham (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing