Skip to content

Commit

Permalink
ECWID-125708 The 'zzgl. Versand' line is displayed when free shipping…
Browse files Browse the repository at this point in the history
… is set for the product: added isShippingFree property to ReadOnly
  • Loading branch information
xxxrazorxxx committed Oct 25, 2023
1 parent c7c3477 commit b4f4685
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ val nonUpdatablePropertyRules: List<NonUpdatablePropertyRule<*, *>> = listOf(
Ignored(FetchedProduct::defaultCombinationId),
Ignored(FetchedProduct::combinations),
Ignored(FetchedProduct::isGiftCard),
ReadOnly(FetchedProduct::isShippingFree),
ReadOnly(FetchedProduct::googleProductCategoryName),

Ignored(FetchedCart::cartId),
Expand Down

0 comments on commit b4f4685

Please sign in to comment.