Update 3.5.35

Fix: GenerateHTMLControl on checkboxes did not generate a label when required. Also, removed required attribute which forces it to be checked.

Fix: Unknown User Initial Access Point when set was getting a type mismatch when loading from configuration settings.

Update 3.5.34

New: The configuration setting for "Unknown User Try Login First" has been changed to "Unknown User Initial Access Point" with 3 options.

  • Check For Registration: This new option will ask the user for to submit their email address and check to see if it is on the database. If it is they are directed to Login otherwise to Register.
  • Login: Takes the use to Login.
  • Register: Takes the use to Register.

New: You can now dispatch part of an order.

Fix: Changed the category list to display the parent category name instead of "All" when used.

Update 3.5.33

Fix: Added an option for label positioning before controls to the function output of GenerateHTMLForm and GenerateHTMLControl.

Fix: Added open graph meta information for the URL in the blog post and product templates.

Update 3.5.32

Fix: More changes to function output of GenerateHTMLForm and GenerateHTMLControl.

Update 3.5.31

Fix: Changes to function output of GenerateHTMLForm and GenerateHTMLControl.

Update 3.5.30

Fix: Changed the default order complete message to only list outstanding payments.

Fix: Replacing form inputs and selects in a custom form failed in some circumstances.

Update 3.5.29

Fix: Issues to Cancel Times and Cancel Reservations for service schedules.

Update 3.5.28

New: Added Open Graph Protocol metadata to website-blog-post-default and website-product-default templates.

Update 3.5.27

New: Added property to template called Metadata. Use this property for custom metadata. You may use merge fields and the resulting metadata is added to the <head> tag. The auto-generated meta tags based on existing files (added in Update 3.5.23) have now been removed. You can manually add these if required to this new property.

Fix: Removed auto paragraph feature from the HTML editor.