[FIX] website_sale_aplicoop: payment-neutral label on the checkout button
The cart button that opens /eskaera/<slug>/checkout read "Proceed to
Checkout", and the curated eu/ca translations went further ("Ordaintzera
Joan", "Finalitza la Comanda"), all implying a payment step. With
instances running both with and without online payment, revert it to the
neutral "Review Order" in the source string, the JS labels and the es/eu/ca
translations.
Changing the msgid also drops the stale DB translation on update, so the
instance that still showed "Ir al pago" picks up the fresh term.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
512dd9f00d
commit
394f9a60a4
8 changed files with 13 additions and 13 deletions
|
|
@ -50,7 +50,7 @@ Paying an order online
|
|||
When the group order has online payment enabled:
|
||||
|
||||
#. Build the cart in ``/eskaera/<slug>`` as usual
|
||||
#. Press **Proceed to Checkout**: the cart is saved to your order first, so
|
||||
#. Press **Review Order**: the cart is saved to your order first, so
|
||||
the checkout shows the very lines and amounts that will be charged
|
||||
#. Review the summary, choose home delivery if offered, and pick a payment
|
||||
method — all on the same page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue