thirtybees / beesblog

Blog module for thirty bees
Academic Free License v3.0
1 stars 13 forks source link

Allow setting order of related products #47

Open cienislaw opened 4 years ago

cienislaw commented 4 years ago

Currently, only 3 related products are viewed in frontend, but in BO you can add more than 3. Problem is that related products are sorted alphabetically, which doesn't allow you to order them as you like, especially when you add more than 3.

Adding possibility to manually set order of related products will improve functionality a lot - you could add more than 3 products and place 3 most important on visible positions.

getdatakick commented 1 year ago

Related products widget can now display more than 3 products, see thirtybees/beesblogrelatedproducts#1

We should still implement order, though.

Note that there are two kind of orders:

We can probably implement only the first one. If we wanted to support the second ordering, we would have to implement it on product admin page, not on blog post admin page.