View Single Post
  #5  
Old 10-14-2014, 06:20 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Re-order modules on the sidebar

Hi haleystudio!

Great to hear you decided to write a little mod for X-Cart 5. In order to see, what classes/templates are assigned to the sidebar, you can run a simple MySQL query:

Code:
select * from xc_view_lists where list="sidebar.first" order by weight;

Please, run this query and publish the output here.

Tony.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote