Order Store Filtering Persistency - Sticky Filters

0

I love the ability to filter my orders based on my store BUT it would be even more awesome if those settings stayed until I changed them.  Right now if I set my store and then select a batch to process, when I come back to the order page it once again shows me ALL orders instead of just the store I am working with so I have to select it again.

0

Hi Norm,

Thats a good idea, and one that I know many customers are interested in. On that note, we recently released a feature where those changes you make for the arranging of columns will stick. I will forward your feedback about having the filters stick, too!

Comment actions Permalink
0

Shipping Easy - Sticky Filters is a very basic thing in web applications.  I run a software development shop.  We work in C# .NET Core 2 and AngularJS...  It would take a couple of days to implement sticky filters in the /customer area.  With cross browser and unit testing, I suspect it would cost under 40 hours.  You're already setting sessions, so it is no big deal.  Get it done.  Three years on a wish list is way too long.  The /customer area is difficult to use without sticky filters.

Speaking about cookies and information, I'm not sure why you're passing customer information around in the source code (view source).  I don't like it.  And I really don't like being treated like a non-top customer - why on earth would you put "top_customer: false" in the source code?  Is there a security risk to passing this information around?

name: "xxxxxx",
  email: "xxx@dxxx.com",
  customer_id: "xxxx1",
  plan: "Plus",
  add_ons: "Customer Management",
  last_shipment_date: "09/12/2017",
  dsc: "",
  starter_upgrade_offer: "",
  top_customer: false,
  registration_status: "CC Store",
  simple_ux_mode: false,
  available_orders: 1,
  shipment_insurance: false,
  shipping_rules: true,
  store_types: "Amazon, eBay, Sears, Etsy, ShippingEasy API, GeekSeller",
  stores_count: 6,
  users_count: 3,
  number_of_saved_selections: 5
Comment actions Permalink

Add a Comment

Please sign in to leave a comment.