• I am trying to change the text in a woocommerce add to cart button.

    from “Contact us for details”

    to “Enquire Here”

    But do not know which DB table I need to specify.

    Can you Help

    regards

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

Viewing 1 replies (of 1 total)
  • Hi there, hopefully you have already found a solution for your problem at this point!

    In any case, I would ask you to consider that the text in question is not even part of a database table but part of a language file (.po/.mo), therefore, you might need to try another way for the translation. For example, you may end up using a dedicated translation plugin.

    One (brutal) way to find where the text is coming from is to download your /wp-content/ folder (excluding media uploads) and do a local search inside those files. For example, you can do this using a code editor such as Sublime Text.

    Hope that helped!

Viewing 1 replies (of 1 total)

The topic ‘Which Table do I select?’ is closed to new replies.