Comments tonnie-91 started the conversationFebruary 11, 2020 at 12:01pmWhen on a product category page you can add products using Ajax. When successful added the message: " [product] was successfully added to your cart." I want to translate the last part: "was successfully added to your cart." I checked the code but could not find where it is coming from. 228Milingona repliedFebruary 11, 2020 at 9:53pmHello,You can translate that directly by editing the following files:wp-content/themes/bakery/includes/wc-addons/actions.php line 111wp-content/themes/bakery/includes/wc-addons/filters.php line 732Or by translating bakery.pot using Poedit. This is the recommended fix and you need to perform the following steps in order to add your translation: Open PoEdit and go to File > New catalog from POT file.Choose bakery.pot and enter your name and detailsSave your .po file. Name it based on what you are translating to, i.e., an Italian translation is saved as bakery-it_IT.po .Save after translating strings. The .mo file is generated automatically.Finally, upload the translation to wp-content/languages/themes/bakery-it_IT.poBest regards, Milingona Support Follow on Envato Facebook Twitter Sign in to reply ...
When on a product category page you can add products using Ajax. When successful added the message: " [product] was successfully added to your cart."
I want to translate the last part: "was successfully added to your cart."
I checked the code but could not find where it is coming from.
Hello,
You can translate that directly by editing the following files:
Or by translating bakery.pot using Poedit. This is the recommended fix and you need to perform the following steps in order to add your translation:
Best regards,
Milingona Support
Follow on Envato Facebook Twitter