[DBTech] DragonByte eCommerce

xF2 Add-on [DBTech] DragonByte eCommerce 3.2.1

No permission to download
Update highlights

!!! THIS VERSION REQUIRES XENFORO 2.2.0 AND PHP 7.2.0 !!!

This version contains coding style updates and changes for XenForo 2.2.0 / PHP 7.2.0. You must install this update prior to upgrading DragonByte eCommerce: Tickets to v2.2.0.

This version fixes an issue with clean installs, as well as a couple issues regarding the new "Random" product sort order.

This version is flagged as a Release Candidate version as it has been tested on a live site.


Complete Change Log

Fix: Clean installs of v2.2.0 would create a server error
Fix: The "Random" phrase in the default order setting was not displaying
Fix: Setting Random as the default order now works as intended
Update highlights

!!! THIS VERSION REQUIRES XENFORO 2.2.0 AND PHP 7.2.0 !!!

This version contains coding style updates and changes for XenForo 2.2.0 / PHP 7.2.0. You must install this update prior to upgrading DragonByte eCommerce: Tickets to v2.2.0.

The most notable changes in this version include:
Product review votes: product reviews support XenForo 2.2's "Content voting" system.

Custom fields for product reviews: Use XenForo's "custom fields" feature to extend product reviews.

Rich release threads: Threads for new updates and new products now use the same wrapper as is found on the product information page, making it easy to access more information or even purchase the product in question.

Other changes include a new "Random" sort order, and the ability to generate a CSV download of an order log search.

Lastly, a few minor issues have been resolved.

This version is flagged as a Release Candidate version as it has been tested on a live site.


Complete Change Log

Feature: Add support for LinkableInterface
Feature: Voting for product reviews
Feature: Custom product review fields
Feature: Add new sort order option: Random
Feature: Ability to control sales tax base for digital and physical products
Feature: An order's completed and reversed date is now trackable and searchable separately
Feature: CSV download of order log search results
Feature: Product and Download threads now use the Thread Type system to wrap product info
Change: Don't link to the license info page in the front-end if the license is not visible
Change: Make various custom fields extendable
Change: Apply noindex meta tag to the purchase page
Change: Changes to support the new version of eCommerce Tickets
Fix: The "Downloads" sort order will now work as intended
Fix: Fix permissions sometimes not rebuilding when upgrading
Fix: Fix template modifications for XenForo 2.2
Update highlights

A new feature has been added to the order log; CSV Export. After you perform a search from the order log page, a new button will appear to download the resulting log entries.

This export also necessitated a few other features; separate tracking for order paid and order reverse dates. Historical log entries were updated based on payment profile log entries.

Lastly, the order date will no longer update when the order is paid or reversed, since this is now tracked by those two timestamps.


Complete Change Log

Feature: CSV export of order log entries
Feature: Ability to search for order paid date and order reversed date in the order log
Change: Order date is no longer updated when the order is paid or reversed
Update highlights

This version resolves a few issues pertaining to licenses, where missing records could produce server errors.


Complete Change Log

Change: Licenses are now deleted when a user is deleted
Fix: Ensure expired license alerts only attempt to send for licenses with a valid user record
Fix: If payment was received for a since-deleted order, a server error would occur
Update highlights

This version adds a new back-end statistic for tracking products sold, which is currently only intended to be used by 3rd party developers.

Furthermore, it refreshes the design of the license list by adding direct links to editing license info, and purchasing add-on licenses (if they are available for the license's product). The number one question received @ DBTech is "how do I buy add-ons after buying the product", and it should now be more obvious.
The refreshed license list also displays the product's requirement labels.

The other major change involves VAT and geolocation. It is now no longer needed to enter an API key for a 3rd party webservice, as VAT validation is now done using the VIES validation webservice made by the European Union themselves.
In previous versions, the old webservice was also responsible for IP address lookup, which is now handled by GeoIP instead. This means your customers' IP addresses are no longer transmitted to any 3rd party service.

As a result of these changes, the API Key option has been removed.

A multitude of other smaller fixes have also been included, please see the full change log for more information.


Complete Change Log

Feature: "Products sold" statistic tracked per-product (not reflected anywhere in the UI right now)
Feature: Added product requirements to license list
Feature: Added buttons to edit license and buy add-ons to the license list
Feature: Add support for lazy loading for product icons (thanks to @Xon)
Change: Switch geolocating fall-back WebService to a 3rd party alternative
Change: Rework VAT lookup to no longer rely on 3rd party services
Change: Rework GeoLocate service to be more extendable by other add-ons
Fix: Fixed an issue where the store credit amount displayed during checkout was incorrect
Fix: Support ThemeHouse UI.X themes in the "Cart" navbar item
Fix: Ensure the "View API key" & other page action buttons are only visible for the account holder when viewing licenses
Fix: It was not possible to search the download log via transaction ID, so it has been replaced with order ID (thanks to @Xon)
Fix: Include the shipping method in the AdminCP log view
Fix: Corrected a couple phrases on the download management page that pertains to change logs and release notes
Update highlights

This version adds new developer tools to make running 3rd party code during license purchase / renew / reversal easier, as well as fixing a few other minor issues.


Complete Change Log

Feature: New code event listeners for license purchase, renew and reverse during the order flow
Fix: Correctly redirect to the parent product's Overview page when viewing an add-on product's licensed product page
Fix: Fixed leaving reviews for non-digital products
Fix: Reviews page had redundant borders
Fix: If the country list cannot be fetched, don't block install
Update highlights

This version fixes multiple bugs with the XR Product Manager importer, as well as some minor other issues with product and coupon creation / editing.


Complete Change Log

Fix: Fix missing undelete method
Fix: Product field that were added as tabs had redundant borders
Fix: Prevent a server error by constraining version string
Fix: Correct license alias for XR PM importer
Fix: Add website alias to the "optional extras" licenses when importing XR PM licenses
Fix: Decode purchase state when importing licenses from XR Product Manager
Fix: Various Product Field and License Field fixes for importers
Fix: Perform validation on imported product fields' "display_group" when importing from XRPM
Fix: Removing "Available product filters" and "Available shipping zones" when editing a product was ignored
Fix: Removing all "Applicable products" on a coupon was ignored
Fix: "Available product filters" were not saved on product creation
Update highlights

This version is a major upgrade that restructures the way product types function.

In previous versions, it was only possible to have "digital" and "physical" products, and all digital products had the same capabilities / functionality; add-on products, licenses and downloads. Not every digital product requires these features, however.

To address this, product types have been re-structured so they are dynamic, making easier to add new ones. The first example of this is the new Service product type.
Services do not have any of the functionality of digital downloads; no add-on products, no licenses and no downloads.

In the future, more product types will be added, such as the ability to sell serial keys for things like games (from a finite, pre-determined stock of keys), and more.

This version fixes a few lingering issues since Beta 2.

Note: If you are running DragonByte Tickets, you must upgrade Tickets to v2.1.0 in order for it to continue working. Failure to do so will cause errors when viewing support ticket threads.


Complete Change Log

Fix: Fix license expiry date criteria not working when searching for licenses
Fix: Ability to release update via the front-end was missing
Fix: Work around XF bug with entering a non-numeric order ID in order log search
Update highlights

This version is a major upgrade that restructures the way product types function.

In previous versions, it was only possible to have "digital" and "physical" products, and all digital products had the same capabilities / functionality; add-on products, licenses and downloads. Not every digital product requires these features, however.

To address this, product types have been re-structured so they are dynamic, making easier to add new ones. The first example of this is the new Service product type.
Services do not have any of the functionality of digital downloads; no add-on products, no licenses and no downloads.

In the future, more product types will be added, such as the ability to sell serial keys for things like games (from a finite, pre-determined stock of keys), and more.

This beta update version fixes a server error during checkout.

Note: If you are running DragonByte Tickets, you must upgrade Tickets to v2.1.0 in order for it to continue working. Failure to do so will cause errors when viewing support ticket threads.


Complete Change Log

Fix: Fix an issue that could prevent checkout from completing successfully
Update highlights

This version is a major upgrade that restructures the way product types function.

In previous versions, it was only possible to have "digital" and "physical" products, and all digital products had the same capabilities / functionality; add-on products, licenses and downloads. Not every digital product requires these features, however.

To address this, product types have been re-structured so they are dynamic, making easier to add new ones. The first example of this is the new Service product type.
Services do not have any of the functionality of digital downloads; no add-on products, no licenses and no downloads.

In the future, more product types will be added, such as the ability to sell serial keys for things like games (from a finite, pre-determined stock of keys), and more.

Various other minor changes and fixes have also been implemented.

Note: If you are running DragonByte Tickets, you must upgrade Tickets to v2.1.0 in order for it to continue working. Failure to do so will cause errors when viewing support ticket threads.


Complete Change Log

Feature: "Service" product type
Feature: Order items now keep track of the "order field" generated threads
Change: The generated purchase threads now include the variation in the thread template
Fix: Fix an issue where an icon would not be resized if the proportions were too misaligned
Fix: A product variation's stock is now validated on add as well as in the template
  • Like
Reactions: Sere9aa