Jump to content

Modifier les titres des sections du checkout


Recommended Posts

Bonjour,

J'aimerai modifier le titre de la section "Mode de livraison", voir visuel en PJ.

image.png.ec0f1d37879a8d34bfc4db8637a11b6a.png

 

Dans le template associé, checkout-step.tpl on a une variable $title. D'où provient-t-elle ? Peut-on la modifier aisément ?

 

Merci.

Link to comment
Share on other sites

  • 3 years later...

if you want to change titre  of '' Paiement "
------------------- > classes\checkout\CheckoutPaymentStep.php 
and  try to  change this :  
 

        $this->setTitle(

            $this->getTranslator()->trans(

                'Payment',

                [],

                'Shop.Theme.Checkout'

            )

);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...