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

Peter

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

Forum Replies Created

Viewing 15 posts - 3,256 through 3,270 (of 3,409 total)
← 1 2 3 … 217 218 219 … 226 227 228 →
  • Author
    Posts
  • December 7, 2011 at 2:09 am in reply to: Selling Products #39332
    Peter
    Member

    Hi there,

    Yes you can categorize your products in eStore by creating categories using the Category Management menu and then within each product configuration page you can assign each of your products to the relevant category.

    Then you can use a special shortcode which displays the category of your choice, eg, the following shortcode will list all products in category 1.

    [wp_eStore_category_products:category_id:1:end]

    See this link for more info:

    http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-product-categorization-431

    December 6, 2011 at 11:59 pm in reply to: How to add a second product #39311
    Peter
    Member

    Hi,

    When you create the second product it will have its own unique ID – for arguments sake let’s say it has value of 7.

    Therefore to make the second product appear on your page simply use the same shortcode except this time use the ID for the second product. So your page might look like this:

    [wp_eStore_fancy1 id= 6]

    [wp_eStore_fancy1 id= 7]

    [wp_eStore_cart_when_not_empty]

    December 6, 2011 at 11:32 pm in reply to: eMember – multiple membership levels not working correctly #39304
    Peter
    Member

    Hi Terry,

    Which version of eMember are you using?

    Is your eMember integrated with eStore or are you using a simple PayPal button for your membership purchases?

    December 6, 2011 at 9:28 pm in reply to: Password reset issue #39287
    Peter
    Member

    Hi,

    Which version of the eMember plugin do you have?

    December 6, 2011 at 9:17 pm in reply to: Modify Login and Register buttons in eMember #38016
    Peter
    Member

    Hi,

    The piece of code for the “Sign in” button is located in the fancy_login.php file.

    See the line which goes like:

    <p class="rememberme">

    <input type="submit" tabindex="7" value="Sign in" class="emember_button" name="doLogin" id="doLogin">

    December 6, 2011 at 9:52 am in reply to: Downloaded file size is 0 (Zero) byte or 404 error or Other file download error #19967
    Peter
    Member

    Hi,

    Ok so it appears that you might have a write permission problem on your host because debug is not being written to the log files.

    Could you please log into your host and temporarily set the permissions of the debug log files (NOT the directory) to 777? ie, I’m referring to the log files in the directory:

    /wp-content/plugins/wp-cart-for-digital-products/

    Then try your test again and see if you get some debug.

    December 6, 2011 at 2:25 am in reply to: Downloaded file size is 0 (Zero) byte or 404 error or Other file download error #19965
    Peter
    Member

    Hi,

    For the W3 Total Cache, when you say you already tried “Excluding the specified cookies” did you follow the workaround instructions? (shown in page below)

    WordPress eStore Troubleshooting

    Regarding your request for guidance about the debug instructions given by wzp – it’s really quite simple and exactly as wzp has already outlined but I’ll try and add to his instructions:

    1) Enable debug logs, and reset them.

    To do this simply (check the “Enable Debug” checkbox) from the eStore settings menu.

    Then to reset hit the “Reset Debug Log Files” button.

    2) Use Admin Functions to manually generate a product download link.

    To do this click on the Admin Functions link. Then in the first section enter your product ID and hit “generate link”.

    3) Copy the generated link to your browser address bar.

    (Using link in point 2 above)

    4) Look in the download_manager_debug.log file

    Click on the log file link and save the text file somewhere and then view it.

    Hope that helps.

    December 6, 2011 at 12:34 am in reply to: MailChimp autoresponder setting and segmented lists #18770
    Peter
    Member

    Hi, You can reference as many mailchimp lists as you wish. That is, you can specify a global list in your settings page to add everyone there and/or you can add them to a specific list on a per product basis (you can specify a list name on a per product basis by editing the product in question).

    December 6, 2011 at 12:28 am in reply to: Modify Login and Register buttons in eMember #38014
    Peter
    Member

    Hi,

    I think this is what you might be looking for…….

    Look in the eMember_registration_utils.php.

    In this file you will see a line which goes something like:

    <td><input class="eMember_button submit" name="eMember_Register" type="submit" id="eMember_Register" value="<?php echo EMEMBER_REGISTRATION;?>" /></td>

    December 5, 2011 at 11:03 pm in reply to: Fancy4 line breaks #39249
    Peter
    Member

    Hi Jane,

    If I’m understanding you correctly, there are a couple of breaks after the description for the fancy4 display.

    These are created within the code in the file shortcode_include.php of the extra shortcodes plugin.

    If you go to the relevant piece of code beginning with:

    function show_wp_eStore_fancy4($id,$button_type=1,$show_price=1,$restriction='')

    You will see the breaks just after the following description line:

    $output .= html_entity_decode($ret_product->description, ENT_COMPAT,"UTF-8");</p>

    Then you can simply remove one of the “<br >”.

    I hope this is what you were referring to.

    December 5, 2011 at 6:19 am in reply to: WARNING: Cannot locate file download.php in the eStore plugin directory. #39193
    Peter
    Member

    Hi,

    Have you by any chance modified the default value of the “Download Validation Script Location” field in your eStore settings page?

    Sometimes an incorrect value in this field can cause such an error.

    It is usually recommended you simply leave this field with the default setting. If you don’t know how to set it to default this post should help:

    https://support.tipsandtricks-hq.com/forums/topic/how-to-reset-the-download-validation-script-location-to-default-setting

    December 5, 2011 at 4:02 am in reply to: WP eStore Encrypted Links Fail With WP PDF Stamper Encrypted Downloads #39180
    Peter
    Member

    Hi there,

    Looks like you are getting a “500 Server Error”.

    This is something which needs to be addressed with your host provider.

    Please see this link for more info:

    Error 500 – Internal server error (What it means and What to do)

    Also your logs appear to indicate that there is no space left on your host.

    December 5, 2011 at 3:56 am in reply to: Paid Setup services for plugins #39179
    Peter
    Member

    Hi again, Regarding your configuration setup request, please contact us using the contact form explaining the details of what you require.

    December 4, 2011 at 11:52 pm in reply to: Plugin could not be activated because it triggered a fatal error. #39039
    Peter
    Member

    Hi,

    So have you now been able to activate your plugin successfully?

    December 4, 2011 at 11:19 pm in reply to: Paid Setup services for plugins #39178
    Peter
    Member

    Hi,

    You can use the Affiliate system for recurring sales too – it just requires some tweaks.

    See “Option 2” on the following page for more:

    http://www.tipsandtricks-hq.com/wordpress-affiliate/plain-paypal-button-and-affiliate-plugin-integration-168

  • Author
    Posts
Viewing 15 posts - 3,256 through 3,270 (of 3,409 total)
← 1 2 3 … 217 218 219 … 226 227 228 →

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