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

admin

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

Forum Replies Created

Viewing 15 posts - 13,606 through 13,620 (of 14,824 total)
← 1 2 3 … 907 908 909 … 987 988 989 →
  • Author
    Posts
  • November 18, 2011 at 10:25 pm in reply to: Coupon code area not showing up in the cart on my page #38651
    admin
    Keymaster

    When I go to your test page I can add the product to the shopping cart and checkout without any issue so I am guessing you fixed the PHP issue on your server.

    There is nothing for you to do when your server’s PHP session is not configured correctly. It is your hosting provider’s duty to give you a server that is properly configured. Simply tell them that the PHP Session is not working on your server and they should be able to address the issue. This post can come in handy:

    https://support.tipsandtricks-hq.com/forums/topic/php-session-not-working-correctly

    November 18, 2011 at 10:05 pm in reply to: Unable to delete or edit affiliates #38648
    admin
    Keymaster

    Please read the upgrade documentation and it will answer your question

    http://www.tipsandtricks-hq.com/wordpress-affiliate/wordpress-affiliate-platform-installation-guide-6

    You won’t lose any data that is already configured in the plugin.

    November 18, 2011 at 10:00 pm in reply to: Error from WP eMember – need help/explanation #38265
    admin
    Keymaster

    From reading your last post it looks like the problem you describe is different than the original issue of this tread? Have you fixed the issue that gave you an error when trying to update the settings?

    Also, when you share a link give the link to the exact page where you are having an issue (just giving me an URL of your home page doesn’t help me see anything).

    With that said, from your last post it seems like the issue you are currently facing is related to shortcode nesting (placing one shortcode inside another shortcode). These two posts should help:

    eMember – Shortcode Inside Another Shortcode (Shortcode Nesting) Not Filtering

    https://support.tipsandtricks-hq.com/forums/topic/estore-shortcode-inside-another-shortcode-shortcode-nesting-not-working

    November 18, 2011 at 9:51 pm in reply to: Separate Email For Each Product #38644
    admin
    Keymaster

    What have you placed in the “Product Specific Instructions” field?

    November 18, 2011 at 6:24 am in reply to: Unable to delete or edit affiliates #38646
    admin
    Keymaster

    This does look like a database column out of sync type issue. Usually this happens when you update the plugin without following the update instruction. This can also happen if you change database related code in the plugin without properly changing the table structure.

    Please do the following to fix this:

    1. Deactivate and delete the currently installed version of the plugin(s).

    2. Download a fresh build of the plugin(s) from here:

    https://support.tipsandtricks-hq.com/update-request

    3. Update the plugin following the appropriate update instruction for the plugin in question:

    https://support.tipsandtricks-hq.com/plugin-installation-and-upgrade-instructions

    November 18, 2011 at 6:20 am in reply to: MailChimp doesn't love me anymore #38526
    admin
    Keymaster

    I tested the registration process on your site with captcha enabled without any issue. I have done this testing on IE, Firefox and Chrome without any issue.

    I am pretty sure this was a case of your server not being able to communicate to the reCAPTCHA server in order to validate the captcha at that time so your user saw that error. In order for reCAPTCH to work the captch library needs to be able to connect to the Google’s captcha server and complete the verification process and the error you mentioned does look like what you get when that connect fails. Check to make sure your server doesn’t have any firewals that is blocking outgoing connection to the reCAPTCHA server.

    November 18, 2011 at 12:49 am in reply to: Need custom work eStore #38431
    admin
    Keymaster

    I can add the save cart as mentioned earlier and also add the ability to do multiple saves (so each cart save can act as a play list) but I don’t know what to do for actually playing the file in the cart. I just don’t see this being implemented correctly. The shopping cart’s job is not really to play the songs… I feel that this should be handled outside the cart. For example, create a system that allows your users to create playlist with the songs and be able to play them and stuff. When they want to buy songs they will be able to click a button or link next to the list and add the item to the cart and checkout. This is how most music stores implement a solution like this.

    November 18, 2011 at 12:43 am in reply to: Why isn't my buy now button working and where is the promo code entry? #38553
    admin
    Keymaster

    It was most likely being cached… now that you are seeing the updated file it is working as expected.

    November 18, 2011 at 12:37 am in reply to: Extraneous Password Reset HTML in source #33995
    admin
    Keymaster

    Just to verify.. you have the following value in the “Password Reset Page” field of eMember?

    http://www.andyogden.co.uk/password-reset/

    … and You have the fancy login option turned off?

    You have right click disabled on your site (your are probably trying to protect something) so I didn’t want to brute force my way into viewing your HTML source and verify what is getting outputted.

    November 18, 2011 at 12:16 am in reply to: Duplicate sales logged on download page refresh #38641
    admin
    Keymaster

    You have a mistake in the code… the transaction_id parameter name needs to be changed to txn_id. So it should be like the following:

    $prepared_data = "?secret=".$secret."&ap_id=".$referrer."&sale_amt=".$sale_amt."&txn_id=".$transaction_id;

    You are also not checking for the unique transaction ID in the database before calling the commission awarding API. The affiliate plugin has a built in integration option that can work with PayPal PDT and will take care of the issue… any reason why you are not using that build in option?

    Anyway, I have also made a slight change in the API so it does the check for you before adding the commission (this will prevent duplicates). Please get a new build of the plugin from here and update it:

    https://support.tipsandtricks-hq.com/update-request

    November 17, 2011 at 10:42 pm in reply to: MailChimp doesn't love me anymore #38525
    admin
    Keymaster

    Okay sent you an email so I can jump on your site and check it out.

    November 17, 2011 at 10:40 pm in reply to: WP-eMember Page Bug: Members > Edit formats the user_nicename wrongly! #38575
    admin
    Keymaster

    A new build is ready for you. Please get it from here:

    https://support.tipsandtricks-hq.com/update-request

    November 17, 2011 at 10:16 pm in reply to: Moving things around in shopping cart template #38625
    admin
    Keymaster

    Okay looking at what your client is asking you to do I must tell you that these tweaks will require you to be a good PHP coder. We can tell you which file to modify so you can change whatever you like but without understanding PHP very well you won’t get far. If it was just a matter of changing one or two lines here and there we would tell you exactly what to do but the changes you want, require lots of code changes and this is not covered by our standard support agreement (we can help you troubleshoot any issues where the product does not work as advertised).

    An easier workaround would be to use an image with the desired text in it. Then it is just a matter of replacing the original image with the modified one. This way you are not modifying any code (just changing the image).

    November 17, 2011 at 9:44 pm in reply to: Why isn't my buy now button working and where is the promo code entry? #38550
    admin
    Keymaster

    You didn’t update the file correctly. When I view the JavaScript from your site I don’t see that you made modifications as explained in the other forum post. I am talking about this file:

    http://fiddlerstudios.com/wp-content/plugins/wp-cart-for-digital-products/lib/eStore_read_form.js

    November 17, 2011 at 9:31 pm in reply to: Not receiving complete registration email #38627
    admin
    Keymaster

    Please share the content of the “ipn_handle_debug.log” file from your debug run. This post will help you setup debug option if you don’t know how to:

    https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do

  • Author
    Posts
Viewing 15 posts - 13,606 through 13,620 (of 14,824 total)
← 1 2 3 … 907 908 909 … 987 988 989 →

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