Jump to content
thirty bees forum

Domas

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Domas's Achievements

Newbie

Newbie (1/14)

  • First Post
  • One Year In
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. @wakabayashi Thanks, working. How can add another sort arraymultisort( arraycolumn($products, "reference"), SORTASC, $products, array_column($products, "location"), SORT_ASC, $products ); doesn't working. I want to sort products by reference(it's already working) and location (from table productwarehouse_location)
  2. Yes, i need hint, how to sort products list in BO...
  3. join tables tbproductattribute and tbstockavailable by id_product Explain detaily, then can give more code
  4. Good day guys, need help : how can i sort products in BO AdminOrders by reference or reference AND warehouseproductlocation (example :demo7, demo6, demo_5 and etc) Any comments are welcome ! Thanks
×
×
  • Create New...