Fix - Custom Order of products within a Category, changes when you edit a product
When you custom sort products in a category, it used to move the products around after you edited one. Now it keeps them in the position originally set.
Added - Delivery delay message on Shopping Cart - give that text block a class so can be hidden
There is now a class assigned to the delivery delay message on the shopping cart. Meaning this can be hidden, if it says something like "There is a 25 day delay on items in your cart" - caused by the available dates.
Fix - Stock product with no quantity has no back button on product page
Back button now showing
Fix - Sitemap page does not like & symbol and causes errors with incorrect links
If you had a page, product, category or location with an & in the name, then on the generated sitemap page, this would display it as code, meaning it did not load properly and Google indexed it wwrong
Fix - 301 Redirects only do 302
The redirects were incorrectly classifying a 301 as a 302 - now fixed.
Added - Show/Hide the product price on a category page when set as call to order
On category page, if a product is call to order, to would just display "Call for price", now it has hidden price which you can toggle with CSS. Just like on the product page.
Added - Change the textarea of Message field on Order Details page to say readonly and not disabled.
In the order details page, the textarea box that is the message field is now readonly.