Update 3.7.8

Fix: On first time setting the user rates with tax inclusive set to database the incorrect tax would be added to the user freight price.

Update 3.7.7

New: Now the system sets the user freight and tax rates only when accessed instead of on load of the website. This allows for faster loading.

New: When the delivery destination is set the pick-up outlets are filtered to show only those in the country or within 1000km and also sorted by nearest to furthest.

Update 3.7.6

Fix: Getting user geo location failed.

Update 3.7.5

New: System configuration option called Show Tax Breakdown On Invoice. Setting Yes will show how much tax on each item. No will only show the total tax.

New: Added tax included on line items and totals on confirm order.

Update 3.7.4

New: System configuration option for Tax Inclusive as follows:

  • [No] to store and display pricing exclusive of tax,
  • [Display] will store pricing excluding tax but display with tax based on tax rate for current delivery zone, or
  • [Database] will store and display the price including tax. This inclusive price will be the same for all delivery zones.

New: Added tax included on line items and totals on tax invoice.

New: Removed freight per product as a system option.

Fix: When search engine robots loaded the website, setting the default user rates would return an error because their are no browser culture settings.

Update 3.7.3

Fix: Rounded currency data to 2 decimal places.

Update 3.7.2

Fix: Correction to country records with special characters.

Update 3.7.1

Fix: HTTPS Everywhere was not working on short-cut URLs.

Update 3.7.0

New: You can now set up Outlets that are either stores (where products are picked up and/or delivered from) or warehouses (where products are only delivered from). You can assign or create a user record as an outlet. By default the licensee user record is set as an outlet (warehouse). If you have one or more stores the visitor will be prompted to select a pickup location (or not) when checking out.

New: You can now set up Delivery Zones (from one pickup region to one or more destination regions). Freight Rates and Tax Rates can be set for each zone. The system will try to detect the region the visitor is at and will set the default freight rates and tax rates based on that region. From the shopping cart, before they check out, the client will be able to change the default region by selecting a country from a drop-down (and state, postcode if necessary to determine the region) which will update the default freight and tax rates – essentially giving them the correct price before proceeding to check out.

New: Freight Calculation Method is no longer system wide. It can be set on each delivery method.

New: Tracking URL can be set on each delivery method.

New: Freight based on weight is now calculated on kilograms instead of grams.

New: HTTPS Everywhere is now available. You must have a current SSL Certificate before setting this option. It can be set under System Configuration - Configure Website.

New: POP3 and SMTP ports now editable. They can be set under System Configuration - Configure Email.

New: The person booking services is added to the property ServiceBooking.User for each attendee they book.

New: Executing a business object method by submitting a form using method="GET" can now accept the parameter names in the URL. For example, a method with 2 parameters, Country and Postcode, would accept any of the following:

  • &Parameters=Australia,4220
  • &Country=Australia&Postcode=4220
  • &Country_Control=Australia&Postcode_Control=4220

Fix: Updated the HTML output from Application.DisplayVideo for YouTube videos.

Fix: Author select field on articles now sorted by last and first name.

Fix: Sending of the delivery notification will now also be sent to administration.

Update 3.6.16

Fix: Error with Google Tag Manager container snippet.

Update 3.6.15

New: Add property Google Tag Manager Container ID to Templates. When a container ID is supplied, the Google Tag Manager container snippet is added into the HTML output when that template is used for displaying a page.

Fix: Updated the Google Analytics tracking snippet to latest version.

Fix: Updated the YouTube output code generated from Application.DisplayVideo to use iframes.

Update 3.6.14

New: A trading item (product, service or subscription) can have a digital item associated to it and when ordered, it is emailed to the trading entity. To do this you must create a page with output type of email and a file name in the format of digital-item-[trading item file name]. For example, for a product named widget the email page would be named digital-item-widget.

New: Can now use mulitple attribute for file inputs in the Email Form. For example, <input type="file" multiple="multiple"/>.

New: In freight rates when leaving Base Price or Price Per Unit blank will set to Order Freight Price to blank which will display POA - price on application.

Update 3.6.13

New: Card holders name in SecurePay is not a required field but passed anyway.

Update 3.6.12

Fix: Implemented additional response status checks when processing credit cards with SecurePay.

Update 3.6.11

Fix: Implemented tighter security functionality when processing credit cards with SecurePay.

Update 3.6.10

New: Expressions in the Title of a menu item by having the first letter an equals followed by the expression. For example, ="My Cart (" & CartItemsQuantity & ")".

New: A function CartItemsQuantity added to the Application business object. Useful to display in menus as above.

Update 3.6.9

Fix: An error occurred when an order placed but there were no payment methods set up.

Update 3.6.8

Fix: Pages with a dot in the file name would include the dot in the body class attribute. Dots are now replaced with dashes. For example, <body class="cartitems.requestorderdetails"> now becomes <body class="cartitems-requestorderdetails">.

Fix: Client side script was not validating required checkboxes.

Update 3.6.7

Fix: System could not determine if JavaScript enabled on client browser when the site first loaded via a dynamic file name. For example, www.yourdomain.com/contact-us.

Update 3.6.6

New: Use the function GenerateHTMLSelectMenu([Menu]) on the Application business object to generate a drop down for the menu object of ID passed.

Update 3.6.5

Fix: The window overlay would appear on form submit when form invalid.

Update 3.6.4

Fix: The form validator was not validating some controls correctly.

Update 3.6.3

New: Adding the class disable-window-on-submit to a form will, when submitted, cover the window with a semi-transparent overlay making it look as if disabled. In the center of the overlay is a spinning arrow indicating to the user the form is being processed.

Update 3.6.2

Fix: View Port setting incorrect on some domains.

Update 3.6.1

New: Added class ellipse (in base.css) which turns an element into an ellipse shape.

Fix: Added missing styles for new Pick List control in base.css.

Fix: Some styling errors in base.css.

Update 3.6

New: JQuery functions added in base.js as follows:

  • Stick an element to the edge (left, right, top and/or bottom) of its scrollable container. This can be acheived by adding stick-left, stick-right, stick-top and/or stick-bottom classes to the sticky element.
  • Replace the normal scrollbar with arrows that become visible when hover over scrollable element. This can be acheived by adding scroll-arrows class to a scrollable element.
  • Toggle nav sub-menus open/close when clicked. This can be acheived by adding toggle class to a nav element.
  • Form validator (Beta).
  • Pick list (Beta).

New: Styles added in base.css as follows:

  • Class scrollable-x sets the element with horizontal scroll bars.
  • Class scrollable-y sets the element with vertical scroll bars.
  • Class hide-scrollbar hides the scroll bar while still being able to scroll.

Fix: Some styling errors in base.css.

Update 3.5.45

Fix: The licensee website address in the email template was adding the full path unnecessarily.

Fix: Credit Card Via SecurePay requires a Purchase Order No. This was not happening via Process Payment on the application.

Update 3.5.44

Fix: When the links in the email template was generated via a merge field it did not include the full path.

Update 3.5.43

New: Added "Delivery Notes" to the administrator's menu.

Fix: When the logo in the email template was generated via a merge field it did not include the full path.

Update 3.5.42

New: "Open As iCalendar" has been added (to the Service Time object) which will allow you to add the event/class/etc to your calendar such as Outlook.