Skip to content

Commit

Permalink
Merge pull request #212 from marceltannich/master
Browse files Browse the repository at this point in the history
Moved GSPR fields from "custom fields" to "custom term meta fields"
  • Loading branch information
dennisnissle authored Nov 20, 2024
2 parents 4979aa4 + 70ccbc1 commit 6181f6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wpml-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<custom-field action="copy">_differential_taxation</custom-field>
<custom-field action="translate">_warranty_attachment_id</custom-field>
<custom-field action="translate">_safety_attachment_ids</custom-field>
<custom-field action="copy-once">formatted_address</custom-field>
<custom-field action="copy-once">formatted_eu_address</custom-field>
<custom-field action="copy-once">_ts_mpn</custom-field>
<custom-field action="copy-once">_ts_gtin</custom-field>
<custom-field action="translate">_legal_text</custom-field>
Expand All @@ -43,6 +41,10 @@
<custom-field action="copy">_rounding_rule</custom-field>
<custom-field action="copy">_nutrient_type</custom-field>
</custom-fields>
<custom-term-fields>
<custom-term-field action="copy-once">formatted_address</custom-term-field>
<custom-term-field action="copy-once">formatted_eu_address</custom-term-field>
</custom-term-fields>
<taxonomies>
<taxonomy translate="1">product_price_label</taxonomy>
<taxonomy translate="1">product_unit</taxonomy>
Expand Down

0 comments on commit 6181f6e

Please sign in to comment.