View Single Post
  #2  
Old 03-13-2017, 07:05 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

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

Default Re: Is there a faster way to test reordering lists?

X-Cart refreshes information on lists only when redeploying the site. So, there is no easier way to test (as far as I see).
However, you can check what weights other elements have in that list:
Code:
SELECT list_id AS id, class, child, tpl, weight FROM xc_view_lists WHERE list='product.details.page.info.buttons-added.cart-buttons' ORDER BY weight;
__________________
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