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
You are here: Home

odiousfunk

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 22, 2011 at 6:22 pm in reply to: Display items that are not for sale & sold out redirection #30524
    odiousfunk
    Member

    OK… leave me alone long enough and I might just find my answers.

    I found the code related to where the qty was being output and simply qualified it first:

    Code:
    if (!empty($ret_product->available_copies))
    if ($ret_product->available_copies > 0)// We got some
    {
    $output .= ”.ESTORE_AVAILABLE_QTY.’: ‘.$ret_product->available_copies;
    }
    else
    {
    $output .= ”;
    }

    Great product!

    edit: I thought the bbcode code brackets would handle the html pagebreak in the code but it does not… just note that there is a pgbrk between the single quotes before the ESTORE_AVAIL and within the single quotes of the else.

    March 22, 2011 at 6:11 pm in reply to: Display items that are not for sale & sold out redirection #30523
    odiousfunk
    Member

    It was easy enough to add a link outside the input tag of the ‘sold out’ button build within the ‘get_button_code_for_element’ function of ‘eStore_misc_functions.php’.

    And I added a second if statement to look for a -1 qty for those products I did not want to sell. However, the product display lists the qty avail of -1 which I am trying to locate and remove.

    Code:

    if ($ret_product->available_copies == -1)// Not for sale
    {
    $replacement = ‘<input type=”image” src=”http:…/notforsale.png” class=”eStore_sold_out” title=”This item is not for sale.” alt=”NOT FOR SALE”/>’;
    return $replacement;
    }

    Can anyone point me in a direction to remove the text that lists the qty available from the product display?

    Thanks

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)

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