April 17 2024

The HikaShop Marketplace doesn't get new plugins this time, but several updates.
We'll talk here a bit more about each one.

PDF invoice plugin

  • 2.0.5 on the 29th of March 2024
    • The page break between invoices now uses a translation override so that it can be changed by the user if necessary.
    • The PDF invoice plugin now cuts the lines with an improved algorithms as to not cut in the middle of words, or in the middle of prices.

Price Calculations

  • 1.0.7 on the 16th of February 2024
    • When several formulas would use the same custom item field and taxes would be calculated on the values of the custom item field, if the matching formula would not be the first one, the plugin would previously add the tax on the custom item field value once per formula before the matching formula.
  • 1.0.6 on the 10th of January 2024
    • When a custom item field is of the checkbox or multiple dropdown type, if the user selects several choices, the value of each choice selected will now be summed up to become the value of the field in the formula of the price calculations plugin. So basically, if someone selects option A with a value of 2, and option B with a value of 3, and the product has a base price of 10, if the formula is {price}+{customfield} the result will be 10+(2+3) = 15
  • 1.0.5 on the 26th of October 2023
    • On the product details page, the calculated price could be calculated with the values coming from the custom fields not taking into account the taxes even though it should be with taxes for products with variants in some cases.
  • 1.0.4 on the 15th of September 2023
    • On the product details page, the calculated price could be without taxes even though it should be with taxes for products with variants in some cases.

Matomo plugin

  • 1.0.2 on the 25th of March 2024
    • Avoid warnings on PHP 8.2 in the Matomo plugin.
    • We fixed a javascript error on category listings with the Matomo plugin.

Icons on Joomla dashboard

  • 1.0.1 on the 6th of July 2023
    • Css wasn't apply in Joomla Dashboard (via administrator module view) and some Css adjustement to fit Joomla 5 backend.

Google Analytics

  • 1.1.6 on the 21th of March 2024
    • We've fixed a warning in the plugin when an order is being saved without the order status being updated.
  • 1.1.5 on the 8th of March 2024
    • The GA plugin now has an extra setting to be able to deactivate the JS purchase event so that it is only handled with the measurement protocol, in order to avoid counting twice the purchases.
    • The plugin now passes the session_id to GA when firing the purchase event via the measurement protocol in order to allow for better tracking.
  • 1.1.4 on the 4th of October 2023
    • The modifications added in the 1.1.2 could result in a warning on the frontend, in some cases.

Cart fee plugin

  • 2.0.0 on the 20th of March 2024
    • The cart fee plugin now supports {cart.xxx} or {cart.xxx.yyy} tags. This can allow you to use data from the cart like {cart.weight} or {cart.shipping.shipping_id}
    • The cart fee plugin now has an extra option "condition". This allows you to restrict the use of a formula only if the condition is validated. For example you could use "{cart.shipping.shipping_id}==2" as a condition and the formula would only be calculated as an extra fee if the selected shipping method for the current cart would be the one with the id 2.
    • The cart fee plugin now accepts values without tags as formulas. This allows you to provide extra fees without calculations.
  • 1.0.2 on the 26th of September 2023
    • When having multiple product / item tags for a formula the calculation would display warning messages on PHP 8.
    • When the "fee included" setting would be turned on, a warning would be displayed by HikaShop for the fee calculated by the plugin.
  • 1.0.1 on the 20th of July 2023
    • The fees calculated for product tags would take into account the quantity of all the products in the cart instead of the quantity of the matching products.

HikaShop Action Log

  • 1.0.2 on the 22nd of March 2024
    • We fixed several warnings which could happen with the action log plugin when HikaShop would be sending emails.
  • 1.0.1 on the 23rd of October 2023
    • The update server URL was wrong in the XML of the plugin.

We hope you will enjoy these new plugins.

Keep in touch folks.

Team HikaShop