Skip to main content
deleted 2 characters in body
Source Link
saravanavelu
  • 4k
  • 23
  • 38
  • 52

Try this to change the position,

//72 is description's attribute id UPDATE `catalog_eav_attribute` SET `sort_order`=`position`= 100 WHERE `attribute_id` = 72 

Try this to change the position,

//72 is description's attribute id UPDATE `catalog_eav_attribute` SET `sort_order`= 100 WHERE `attribute_id` = 72 

Try this to change the position,

//72 is description's attribute id UPDATE `catalog_eav_attribute` SET `position`= 100 WHERE `attribute_id` = 72 
added 22 characters in body
Source Link
saravanavelu
  • 4k
  • 23
  • 38
  • 52

Try this to change the position,

//72 is description's attribute id UPDATE `catalog_eav_attribute` SET `sort_order`= 100 WHERE `attribute_id` = 72 

Try this ,

//72 is description's attribute id UPDATE `catalog_eav_attribute` SET `sort_order`= 100 WHERE `attribute_id` = 72 

Try this to change the position,

//72 is description's attribute id UPDATE `catalog_eav_attribute` SET `sort_order`= 100 WHERE `attribute_id` = 72 
Source Link
saravanavelu
  • 4k
  • 23
  • 38
  • 52

Try this ,

//72 is description's attribute id UPDATE `catalog_eav_attribute` SET `sort_order`= 100 WHERE `attribute_id` = 72