Release 24.7.2 - July 2024

General

Search Tinx Tables Without Tinx Role
It is now possible to search for Tinx tables without needing the 'Tinx E-Com Admin' role.

 

Edit List on Page TINX Job List
We've added an Edit List button to the page that lists the Tinx jobs in the dashboard. This allows for quicker changes to the Status, Processing Policy, Direction Type, and/or Sales Channel settings.

 

 

Deletion of Stock Entries When Deleting Webshop Products
When deleting entries in the Webshop Product table (TINX Product 11205274), related entries in the TINX Item Location Stock V2 table (11205354) were not being automatically deleted as expected. This issue has been fixed.

 

Filtered Attributes per Sales Channel
When selecting attributes for an attribute set in the Tinx menu, only attributes linked to the set are now shown, instead of all attributes regardless of the attribute set.

 

Copy BC Attributes Feature
It is now easier to transfer data from the BC Item Attribute tables (Item Attribute 7500 and Item Attribute Value 7501) to the Tinx Attribute equivalents (TINX Attribute 11205755 and TINX Attribute Options 11205761).

To do this, a new report (Copy BC Attributes to Tinx 11205845) must be run after enabling a new setting on the Sales Channel Card: Transfer BC Attributes.

 

 

Two extra fields have been added:

  • A boolean field to Item Attribute (7500) to define if an attribute should be used for configurable products.
  • A biginteger field to the TINX Attribute table (11205755) for the BC Attribute Id.

When running the report, the following steps are executed:

  • BC Attribute Id (100) = ID (1)
  • Code (1), Field Name (2), and Magento Code (8) = Name (2)
  • Field Data Type (3) = Type (7)
  • Use To Create Configurable (20) = TINX Attribute Code (11205255)
  • Source Type (73) = Existing Item Value
  • Table No. (30) = 7501
  • Identifier Field No. (31) = 2
  • Field No. (28) = 3
  • Table Item Attribute Value (50) = 7505
  • Field No. Item Attribute Value (51) = 4
  • Field No. Item No. Link (52) = 2

Entries are added to TINX Attribute Option Filter (11205777) and TINX Attribute Filter (11205775) accordingly.

When the attribute already exists for a specific sales channel, an update will occur when a change happens in TINX Attribute (11205755).

 

Magento

Additional Customer List Parameters for Inbound Job Lines
For our Magento connector, we've added the ability to include multiple parameters in inbound requests. Examples for a customer list request would include: updated_at and account_is_activated. The date filter value CURRENTDATETIME is now available in addition to TODAY.

 

 

Shopify

Metafield Key Value Length
Fixed an issue where the length of the metafield key value field in the Attribute Card table (TINX Attribute 11205755) did not match the variable (MetafieldKey) used in our code. The value can now have 30 characters instead of 20.

 

Attribute Metafield Formula for Products
When using the Tinx Attribute table (11205755) as a source to send metafields to Shopify, the formula option was previously only available for customer metafields. This has now been extended to allow product metafields as well. Below an example of tier pricing.

 

Tiered Prices [Metafield]
Namespace: tiered_prices
Key: prices

[{
"price": 1.19,
"qty": 500},
{
"price": 0.98,
"qty": 1000
},
{
"price": 0.90,
"qty": 1500
}]

 

Additional Shopify Metafield Fixes
It is now possible to use the Item Unit of Measure table (5404) as a source for values in the Tinx Attribute table (11205755). For example, you can use the quantity of a unit of measure and send that value to Shopify.

Additionally, Boolean values were being sent as 'yes' and 'no' instead of 'true' and 'false'. This has been corrected.

 

Amazon

Importing Webshop Products
When downloading webshop products from Amazon using the Tinx Amazon Products Import report, the process previously matched the <seller_sku> field from Amazon with the 'Magento SKU' field in BC. This has been changed to allow matching between any field in the Item table and any field in the Amazon column.