• I have a problem with french translation :

    When I remove a product from the cart, the message on top is :

    “name of my product&RDQUO ; supprimé

    How can I get rid of &RDQUO? I tried to modify the .po file but it doesn’t work

    Thanks for your help

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter chris3872

    (@chris3872)

    I find a solution in modifying class-cartpops-ajax.php file in line 203, I replace with :

    $item_removed_title = apply_filters( ‘cartpops_cart_item_removed_title’, ( $product ? sprintf( x( ‘%s’, ‘Item name in quotes’, ‘cartpops’ ), $product->get_name() ) : _( ‘Item’, ‘cartpops’ ) ), $cart_item );

    • This reply was modified 1 year, 4 months ago by chris3872.

    Hello Chris,

    That’s great to hear that you found a solution by modifying the “class-cartpops-ajax.php” file. I’m glad you were able to work around the issue.

    I wanted to let you know that we have received similar reports from other users regarding translation issues, and we have already reported it to our developer. They are actively working on addressing this issue, and we’re hopeful that it will be fixed in the next release.

    Thank you for bringing this to our attention, and please don’t hesitate to reach out if you have any further questions or need assistance.

    Best,

    Niel , Cartpops

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error in French translation’ is closed to new replies.