Jump to content

Need to change Text ADD TO CART BY SOMETHING ELSE FOR SPECIFIC PRODUCTS


Recommended Posts

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 :

image.png.f0c17bb27cfec25030506e58e097d383.png

 

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

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...