Skip to content

Commit

Permalink
[IMP] website_sale_loyalty_suggestion_wizard: Show full product name
Browse files Browse the repository at this point in the history
When setting up a multi-gift promotion or even in a simple promotion,
showing the product name without differentiating that it may be a variant,
the customer does not know exactly what gift they are receiving.
To avoid this confusion and also when choosing alternatives in a
multi-gift promotion, the full name is shown with its attributes but
omitting the reference.
  • Loading branch information
pilarvargas-tecnativa committed Dec 17, 2024
1 parent 7001873 commit cfc03e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
t-att-alt="product.display_name"
/>
<strong>x<t t-out="reward_qty" /></strong> <span
t-out="product.name"
t-out="product.with_context(display_default_code=False).display_name"
/>
</p>
</div>
Expand Down

0 comments on commit cfc03e9

Please sign in to comment.