Need help with Product Category sorting issue

Issue #31 closed
James Appleton created an issue

My client, https://www.arizonaluxurycoach.com/shop, wants to have both his available and sold inventory on display. Right now, they are combined and we are sorting by highest price first and he is concerned that if he sells an RV that is high priced, moving it from Available to Sold category, it will remain in the list and push Available inventory down the page. Is there a way to split the two up and have separate pages for products; one for Available product category and one for Sold product category?

Comments (4)

  1. Fabian Bitter repo owner

    Hey James, this is not a core functionality of the shop system. You can develop a custom template for "bss_product_list" block type and check for the attribute "quantity" to hide the items if the quantity is 0 (sold) or you can resort the results array to move the sold products to the end.

  2. James Appleton reporter

    What would it cost for you to create the template to "resort the results array to move the sold products to the end"?

  3. Fabian Bitter repo owner

    Hey James, it will take about 1hr. We can make $100 fixed price. You can send me credentials FTP+ c5 to fabianbitter@protonmail.com or via PM on concrete5.org.

  4. Log in to comment