okz Posted April 1, 2021 Share Posted April 1, 2021 Hello, I would like to change the text "ajouter au panier" (add to cart in french) of all products with the condition "refurbished" by something else text "WHAT I WANT" here the SQL request for select all products : --> SELECT * from ps_product_shop where `condition` = 'refurbished'; SELECT * from ps_product where `condition` = 'refurbished'; Now how I can do this ? I found this : maybe change class lbcart for every products with the SQL request ? I don't really know. website : www.shin-sekai.fr something to do with cutom JS ? I hope you'll understand me Thank you a lot. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now