• Resolved Beau Vinci Violins

    (@beau-vinci-violins)


    This is the best catalogue plug-in, hands down. Thanks!
    I’m very new to coding, so forgive me if this is day 1 of 8th grade coding class, but…
    How do I change the text of the menu and other text throughout the catalogue?
    Ex: Change “All Products” in the menu to “Entire Collection”.
    Ex2: Change “Product Details” on the product page to “Description”
    (We don’t like to call our products “products”)

    Here’s a link: http://beauvinciviolins.com/wpcproduct/ormandy/

    Thanks in advance for any advance you can give.

    https://wordpress.org/plugins/wp-catalogue/

Viewing 1 replies (of 1 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Hey Beau, glad you’re finding it helpful 🙂

    Actually this free version of the plugin those changes are going to have to be made in the plugin code. Are you happy to go into the code and do a find and replace?

    If so, open up wpc-catalogue.php and /themefiles/single-wpcproduct.php in a plain text editor, and run a find and replace for “All Products” (without quotes) There should be 4 instances of that, 2 in each file. Then also in /themefiles/single-wpcproduct.php there is one instance of “Product Details” so you can do a find and replace for that one too.

    Save, and re-upload. That should do the trick.

    Do keep in mind that if you customise plugin files manually like this then when you do a plugin update it will overwrite them, so keep a note of what you’ve done so you can re-apply the changes if/when needed.

    Hope that helps! Oh and if you like the plugin it is really helpful if you can give a nice rating/review here. Cheers.

Viewing 1 replies (of 1 total)

The topic ‘Changing Text’ is closed to new replies.