Update highlights
!!!This version requires PHP 8.0+!!!
This version, frankly, contains too many changes and features to detail them all See the changelog for a full list.
There are a few features and changes worth highlighting, however!
it is now possible to directly sell user upgrades within eCommerce. Purchasing a user upgrade skips the normal order process and instead takes you directly to the normal XenForo page for purchasing said user upgrade. This enables you to craft beautiful product pages for your user upgrades, without relying on customers guessing that they are available!
You can now add custom fields to download versions. You can already see this in action here @ DBTech; I've back-filled the "Minimum Platform Version" and "Minimum PHP Version" for all XenForo products. This feature can help alleviate problems where your customers who didn't read the changelog (that's not you, because you're awesome like that) won't be surprised when they attempt to install your product.
The checkout page has also received numerous changes and improvements based on customer feedback. It should now be more user friendly for guest customers who need an account during purchase, and should also be easier to understand once they get to the main checkout screen.
Other than that, a bunch of UX issues and bugs have also been taken care of.
Complete Change Log
Feature: New product type: User upgrades
Feature: Custom fields for download versions
Feature: Optional per-user coupon limits
Feature: Filter widget on the product list
Feature: Add Embed functionality
Feature: Webhook support for Address, Download, Download Version, License, Order, Product, Product Rating
Feature: Dynamically redirect back to checkout after registering
Change: Free orders now send the product type's purchase alert emails if applicable
Change: Orders manually completed via the AdminCP now send the product type's purchase alert emails if applicable
Change: Improved redirect logic for free orders
Change: Add "order awaiting payment" logic to "Proceed to payment" page
Change: Most credit card icons have been changed to a cart icon
Change: The "Checkout" button in the purchase overlay has been renamed to "Express checkout"
Change: Each part of the checkout form now has a separate block
Change: The Order fields block now has a block header with the phrase "Required information"
Change: The "Required information" and "Purchase options" blocks now have their own Save buttons
Change: Moved VAT information above Coupon/Store credit
Change: It is now possible to update item quantity in your cart on the Checkout page without filling in required information
Change: It is now possible to delete items from your cart on the Checkout page without filling in required information
Change: It is now possible to update Coupon code/Store credit on the Checkout page without filling in required information
Change: Reduced query count due to new XenForo 2.3 functionality
Change: Use[HEADING]
instead of[SIZE]
for product threads/posts
Change: Replace deprecated function calls
Change: Update invoice attachments to XenForo 2.3
Change: Update entity references to use class-string
Change: Updated macros to XF 2.3 format
Change: Update JS to XenForo 2.3
Change: Remove unused JS
Change: Replace various references withclass-string<T>
equivalents
Change: Prevent certain license columns from being logged in the change log
Change: Improved functionality of Product Type, making new product types easier
Change: Standardise "From: X" displays
Change: Update code for PHP 8.0
Change: Add compatibility with new XenForo 2.3 Beta 6 feature
Change: Added a shortcut to the register form on checkout
Change: Remove "XenForo" from copyright footer
Change: Necessary changes for the new XenForo 2.3 coding style
Change: AdminCP log searches now displays criteria in the URL and carries search params over to a second search request
Change: Automatically clean up files on upgrade
Fix: Fix a display issue where "Serial key" items would show as "Digital" in the AdminCP product list
Fix: Fix CSS compatibility issue
Fix: Fixed template modifications
Fix: Fix invalid FontAwesome icon reference
Fix: Template comments were using an invalid format
Fix: Fix multple issues with cached product variations
Fix: Reduced the number of queries ran on the product list and product overview pages
Fix: Reduced the number of queries ran on the Top Products and New Products widgets
Fix: Fixed N+1 query behaviour on the product list page related to child products
Fix: Fix various missing FontAwesome icons
Fix: Fix server error when creating sales in certain circumstances
Fix: Products would be saved twice even if tags did not change
Fix: Files containing ".js" in their filename would minify even if they were not actual JS files
Fix: Fix inconsistentconfirmUrl
behaviour with deletion
Fix: Fix temporary user group changes potentially being removed when it wasn't intended
Fix: Fix missing content type phrases
Fix: Fix repository rebuild actions for Product Costs and Distributors
Fix: Fix upgrading product cost caches to v4 format
Fix: Deleting a license from a deleted user would produce a server error
Fix: Editing an existing download after adding a new product version would cause a server error
Fix: It was no longer possible to download purchased products in XenForo 2.3
Update highlights
!!!This version requires PHP 7.4+!!!
This version contains numerous quality-of-life updates, please see the changelog for the complete list.
In addition, a bug that inverted the check for the "Buy add-ons" button on a user's license list has been resolved. Whoops.
This version also refactors some backend code and fixes a compatibility issue with PHP 8.4.
Complete Change Log
Feature: Add WebP support to product icons
Feature: Add JPG/JPEG support to invoice icons
Feature: Changing the MaxMind GeoIP license key will now immediately trigger a background update
Feature: Add version number to product overview page where applicable
Feature: License prefix can now be auto-assigned on product creation
Feature: More prominent "Your licenses" button on the product wrapper
Change: Any validation errors when creating or replying to a product update thread will now be logged in the XenForo error log
Change: Product wrapper now uses icons for Join Discussion and Get Support buttons
Change: Reduced template duplication for the product wrapper sidebar
Change: Better dynamic redirects when removing items from cart via the navbar menu
Change: Always show license key in the license drop-downs
Change: Add option to only fetch purchasable licenses to License repo function
Change: Remove user reference from certain navigation links that don't need it
Change: Refactored backend code
Change: Bump minimum PHP version to 7.4 and recommended version to 8.2
Change: Update dependencies to the latest version(s)
Fix: Fix MySQL errors when unsubscribing from Watched emails
Fix: Fix inverted check for the "Buy add-ons" button in the license list
Fix: Eliminate a couple of queries on product overview page
Fix: Fix PHP 8.4 compatibility issue
Update highlights
This version adds support for obtaining cookie consent for 3rd party payment profiles, as well as standardising the way payment profiles are loaded to match the XenForo default code.
Lastly, an issue with the new shipping formula variable (previously hotfixed into v3.3.2) has now been permanently resolved.
Complete Change Log
Feature: Add support for cookie consent for payment profiles
Change: Standardise payment profile display in the front-end to match XF's Account Upgrades
Fix: Fix errors with the new shipping formula variable
Update highlights
This version resolves an oversight with the Shipping Method formula; previously,q
referred to the number of items being shipped, not the quantity. For instance, if you had 100 of Product A and 1 of Product B,q = 2
.
In this version,q = 101
.
If you would like to keep using the previous functionality, a new tokent
has been introduced that behaves like before.
Please check your shipping formula after updating if this applies to you.
Complete Change Log
Change: Fixed calculation ofq
and addedt
in Shipping Method formulae
Fix: Fix potential server error when checking if shipping method is applicable to any given order
Update highlights
This version aims to improve upon and fix some issues with the new Order Creation feature in v3.3.0. You can now more easily delete orders in the AdminCP via some new Delete buttons. Furthermore, you now receive more feedback about invalid orders as opposed to just having them silently disappear.
Lastly, a server error with the "What's new" navigation entry has been resolved.
Complete Change Log
Change: "Delete order" buttons now appear on order view / order edit where appropriate
Fix: Fix AdminCP created orders being silently deleted with no user feedback
Fix: Fix potential server error with the "What's new" navigation entry
Update highlights
This version is a large upgrade with multiple new features and changes, many of which were requested by our community
The biggest new feature is Order generation / edit in the AdminCP. You're now able to edit Pending orders and add products to a user's cart, change pricing tiers and licenses for digital products' renewal orders. You can also generate a new order either manually or by adding all non-Lifetime licenses to a user's cart, or only add already expired licenses to their cart. You no longer have to ask users "could you please add these products to cart and then I'll add a coupon"!
The user experience (UX) for purchasing has also been improved in a number of ways. Firstly, there's now a "Checkout" button in the purchase overlay, which means fewer clicks if your customers are only interested in purchasing a single product. Secondly, sale information is now also shown on the product overview page, with both the "Sale" banner and the green pricing colour in the Pricing Information box. Lastly, the checkout page has received some back-end changes to ensure required license fields are saved whenever any action is taken; customers no longer need to manually save only those fields before they can do anything else.
Other than that, minor features, changes and features have been added to improve the overall experience. Please see the changelog for the full list of changes.
Complete Change Log
Feature: Edit existing pending orders in the AdminCP
Feature: Order generation in the AdminCP
Feature: Pagination in front-end license list
Feature: Add "Checkout" button to Purchase overlay
Feature: Improved checkout flow to reduce friction when filling out custom checkout fields
Feature: Digital products can now have an optional "title" to be displayed instead of the license length
Feature: Also show sale price / sale banner on product overview
Feature: Ability to delete orders "Awaiting payment" older than a certain threshold
Change: Reassigning a license will now also transfer temporary user group changes, if any
Change: Add custom "Your account" phrase
Change: "Your licenses" links will no longer show if the user does not own any licenses
Change: ReplacehasOption
withcallable
Change: Reduce number of queries ran on the license list
Fix: "Renewal cost from x" tooltip will no longer show for products without license functionality
Fix: Fix server error when attempting to purchase a product already owned via All-Access Pass
Fix: Fix server error when trying to perform inline moderation on products in the front-end
Fix: Fix server error with certain background tasks
Update highlights
This version addresses a shortcoming in the User Criteria integration, where it was only possible to check for orders that were "Awaiting payment" but not "Pending. The difference is; an order "Awaiting payment" is where the payment process started but was aborted, whereas a "Pending" order did not even start the payment process.
Complete Change Log
Feature: New criteria: "User has one or more pending orders"
Change: Update composer packages
Update highlights
This version contains numerous fixes and improvements, most of which were contributed by @Xon.
The AdminCP product filter has been improved to use AJAX rather than simply filtering the current page, which should make finding the product you're looking for much easier.
A few issues with search indexing have been resolved, which should lead to more reliable search results for products.
The "Permanent additional user groups" setting for a product did not apply when a license was manually applied in the AdminCP.
Lastly, certain payment processors would cause a server error if a valid transaction ID was not found.
Complete Change Log
Feature: Filtering the AdminCP product list uses AJAX and not just filters the single page
Change: Index the tagline into the message body
Fix: Fix an issue where a server error could occur with certain payment processors
Fix: Fix error blocking creation of new products
Fix: changing the title didn't cause the search index to be updated
Fix: "Permanent additional user groups" for a product was not applied when a license is granted via the AdminCP
Update highlights
A change in the UK tax office's API broke VAT ID validation for UK VAT numbers.
Complete Change Log
Fix: Account for changed API in the UK VAT validation process
Update highlights
This version adds a new feature; Product Welcome Emails. When someone purchases a product or renews a license, they're sent a welcome email, if one is configured for that product. Welcome emails are defined per product and can use either HTML or plain text.
Also changed is better support for VAT number validation for United Kingdom VAT IDs.
Lastly, a server error that could occur with guest checkouts has been corrected.
Complete Change Log
Feature: Product welcome email, sent to users when they purchase a product / renew a license
Change: The product list API now returns LatestVersion info
Change: Change UTF-8 related functions
Change: Product list filter in the AdminCP now only filters the current page
Change: Implemented alternative VAT number validation for UK/GB VAT numbers
Fix: Fix an error that can occur with guest checkouts
We use essential cookies to make this site work, and optional cookies to enhance your experience.