Bugs
  • Lookup price by Customer Type is broken if it contains a space
  • HTML output breaks if there is a lack of white-space
  • (The above 2 things sound like a bad parser-generator grammar?)
  • Recalculate parent product is missing on the web hooks (Could we just get if all child are products out of stock or hidden the parent becomes out of stock? Would make things much easier)
  • Can't add child items to wishlist from product page
Requests:
  • Add ##HIDDEN##, ##PURCHASABLE## (Is it out of stock OR Hidden), ##PRODUCTSTATUSID## (This would make some of my css selectors shorter)
  • Add the ability for "special" pages, where the page returns json or html (with the ability to pick merge code view product page, category etc, this would be really handy for tooltips on a category list page for instance) or proxies a request so third party endpoints aren't trusting user supplied input (customer type etc) I kind of got a hacky work around in the works using product picture pop-up for products that require a choice.
  • Can we have the ability to create includes?
  • Fine grained access control for token based auth, maybe add some HMAC hashing? This is really a big one that is holding back some of my external deployments.