FROM CACHE - fr_header
RÉSOLU

Modification texte promotion

TristanGLBD
Touriste
11 0 0

Bonjour, 

J'ai un problème avec le texte affiché sur mes produits lorsque je fait une promotion. 
Voici un screen : 

Capture d’écran 2020-07-10 à 17.31.38.png

Après le prix avec la remise, le texte  "- OFFERT" apparaît... Comment le modifier ? 

Je suppose qu'il y a eu des modifications dans le code faites par la personne présente à mon poste à l'époque. 

 

Merci pour votre aide 🙂 

1 SOLUTION APPROUVÉE
Propero
Shopify Partner
895 101 160

Succès.

Please go to Admin -> Online Store -> Theme -> Action -> Edit Code 

Then go inside locale directory and look for fr.json file

Inside this file, you would get some setting similar to pasted code below

"products": {
    "product": {
      "regular_price": "Prix normal",
      "sold_out": "Épuisé",
      "unavailable": "Non disponible",
      "on_sale": "Solde",
      "sale_price": "Prix réduit",
      "quantity": "Quantité",
      "add_to_cart": "Ajouter au panier",
      "loader_label": "Ajout d'un produit à votre panier",
      "back_to_collection": "Retour à {{ title }}",
      "vendor": "Distributeur",
      "quantity_minimum_message": "La quantité doit être supérieure ou égale à 1",
      "include_taxes": "Taxes incluses.",
      "shipping_policy_html": "<a href=\"{{ link }}\">Frais d'expédition<\/a> calculés lors du paiement.",
      "unit_price_label": "Prix unitaire",
      "view_cart": "Voir le panier",
      "availability": "Disponibilité",
      "from_lowest_price_html": "de {{ lowest_price }}",
      "view_in_space": "Afficher dans votre espace",
      "view_in_space_label": "Affichage dans votre espace, charge l'article dans une fenêtre de réalité augmentée"
    }
  },

 

Kindly check the word you are looking and change it to the desired one.  Dont make too many changes here.

If it still doesn't solve the problem you can look at product-price.liquid code inside snippets directory

- Was my reply helpful? Click Like or Click Accept as Solution
To hire: email us at shopify@propero.in
checkout our app https://apps.shopify.com/picamaze

Voir la solution dans l'envoi d'origine

5 RÉPONSES 5

Propero
Shopify Partner
895 101 160

@TristanGLBD ,

Please share the site URL so that I can check and provide solution

- Was my reply helpful? Click Like or Click Accept as Solution
To hire: email us at shopify@propero.in
checkout our app https://apps.shopify.com/picamaze
Propero
Shopify Partner
895 101 160

Succès.

Please go to Admin -> Online Store -> Theme -> Action -> Edit Code 

Then go inside locale directory and look for fr.json file

Inside this file, you would get some setting similar to pasted code below

"products": {
    "product": {
      "regular_price": "Prix normal",
      "sold_out": "Épuisé",
      "unavailable": "Non disponible",
      "on_sale": "Solde",
      "sale_price": "Prix réduit",
      "quantity": "Quantité",
      "add_to_cart": "Ajouter au panier",
      "loader_label": "Ajout d'un produit à votre panier",
      "back_to_collection": "Retour à {{ title }}",
      "vendor": "Distributeur",
      "quantity_minimum_message": "La quantité doit être supérieure ou égale à 1",
      "include_taxes": "Taxes incluses.",
      "shipping_policy_html": "<a href=\"{{ link }}\">Frais d'expédition<\/a> calculés lors du paiement.",
      "unit_price_label": "Prix unitaire",
      "view_cart": "Voir le panier",
      "availability": "Disponibilité",
      "from_lowest_price_html": "de {{ lowest_price }}",
      "view_in_space": "Afficher dans votre espace",
      "view_in_space_label": "Affichage dans votre espace, charge l'article dans une fenêtre de réalité augmentée"
    }
  },

 

Kindly check the word you are looking and change it to the desired one.  Dont make too many changes here.

If it still doesn't solve the problem you can look at product-price.liquid code inside snippets directory

- Was my reply helpful? Click Like or Click Accept as Solution
To hire: email us at shopify@propero.in
checkout our app https://apps.shopify.com/picamaze
TristanGLBD
Touriste
11 0 0

It works!

I've changed the product item label class in product-price.liquid

thank you very much for your help!

Propero
Shopify Partner
895 101 160
pouvez-vous s'il vous plaît l'aimer et accepter cela comme solution :-)
- Was my reply helpful? Click Like or Click Accept as Solution
To hire: email us at shopify@propero.in
checkout our app https://apps.shopify.com/picamaze