Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Photo seller – text instead of price list?

by

Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Photo seller – text instead of price list?

  • This topic has 2 replies, 2 voices, and was last updated 10 years, 3 months ago by leegriffin.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • April 4, 2015 at 2:53 pm #12448
    leegriffin
    Member

    Most of my galleries will be selling prints and the plugin will work great for that. However, sometimes I photograph events with restrictions on photo usage. Usually, it’s that the images can only be sold to the press. Is it possible to replace the price list on these galleries with a message that reads something like ‘Press usage only. Please email to purchase high resolution files.’?

    April 5, 2015 at 10:59 pm #69428
    Peter
    Member

    Currently you can’t replace the price table.

    We might be able to add a filter which you can then use to replace the table with whatever content you wish. I’ll have to have a think about how you can do this.

    April 7, 2015 at 8:07 pm #69429
    leegriffin
    Member

    I found a solution!

    First I created a price list called ‘Press’, but I didn’t add any prices to it. Then I added the following code to functions.php:

    function change_translate_text( $translated_text ) {
    if ( $translated_text == 'There are currently no configured digital or physical variations for this gallery. The administrator needs to configure some variations for the price list associated with this gallery!' ) {
    $translated_text = 'Press usage only. Please email to purchase high resolution files.';
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'change_translate_text', 20 );

    Great Plugin!

    Now all you need to do is include keywords in search results and it will be perfect!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ