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 - 91 through 105 (of 14,824 total)
← 1 2 3 … 6 7 8 … 987 988 989 →
  • Author
    Posts
  • July 28, 2021 at 5:37 pm in reply to: How can I receive emails when subsequent payments are done in a subscription? #83417
    admin
    Keymaster

    It will work for existing subscriptions. It will show the status of the payment as “recurring payment” so you will be able to identify it easily.

    July 27, 2021 at 10:10 pm in reply to: Reinstalled WP eStore plugin now all shortcodes have changed #83408
    admin
    Keymaster

    We have added the old style shortocde in the extra shortcodes addon. So your existing shortcodes will start working after you install the extra shortcodes addon.

    Download a new copy of the extra shortcodes addon and use it (if you already have this addon installed, delete the one there then download and install the new one):

    WP eStore Shortcodes and Functions Reference

    July 27, 2021 at 9:47 pm in reply to: How can I receive emails when subsequent payments are done in a subscription? #83407
    admin
    Keymaster

    Enable the following option so the recurring charges are also captured in the customers menu:

    
    WP eStore settings -> Advanced Settings -> Capture Recurring Payment Sales Data
    

    When PayPal charges a recurring fee, it sends an email so our plugin doesn’t deal with any further email for this. So our plugin doesn’t have any option for that.

    We can perhaps do a custom development job for your site to create a solution according to your requirement. If you are interested, use the following option:

    Need Custom Work Done?

    July 27, 2021 at 9:43 pm in reply to: Send Email to customers function not working #83406
    admin
    Keymaster

    Email delivery can be affected by many factors external to the plugin. Please check the following post which which has good information on the whole email issue and things that you should check:

    Not Receiving Emails Even Though The Plugin Sent The Email

    July 26, 2021 at 6:37 pm in reply to: Reinstalled WP eStore plugin now all shortcodes have changed #83400
    admin
    Keymaster

    Mass editing for that kind of condition will require a new script. Instead, maybe we can introduce that old style shortcode in the Extra Shortcodes addon. Let me know if you are still waiting to do the shortcode replacement or not. If you can wait a couple of days, we can give you an updated copy of the extra shortcodes addon with the old style shortcode.

    On the side note: it’s probably a good idea to use the category option since you have a lot of products. Once you put a bunch of products into a category, you can list all of them from a particular category on a page using a shortcode.

    WordPress eStore Product Categorization

    July 25, 2021 at 6:14 pm in reply to: Reinstalled WP eStore plugin now all shortcodes have changed #83398
    admin
    Keymaster

    If you are not familiar with using the PHPMyAdmin tool then you can use the following plugin to do a search and replace of the shortcode in your entire site’s database:

    Better Search Replace

    July 25, 2021 at 5:05 pm in reply to: Reinstalled WP eStore plugin now all shortcodes have changed #83396
    admin
    Keymaster

    You were using the old style shortcodes. WordPress deprecated that style of shortcode so we had to make changes accordingly.

    The following shortcode documentation has list of all the shortcodes:

    WP eStore Shortcodes and Functions Reference

    Edit your product page and update the shortcode and then it should be fine after that.

    You can use search and replace in your database to make this process quicker (if you have a lot of different pages where you use the shortcodes). The PHPMyAdmin tool can be used to search and replace text in your WordPress database.

    For example, you can search for the following:

    
    [wp_eStore:product_id:1244:end]
    

    Then replace that with the following:

    
    [wp_eStore_buy_now_button id=1244]
    
    July 24, 2021 at 5:50 pm in reply to: Shipping not charged on two seemingly random orders #83391
    admin
    Keymaster

    You can also try the following.

    Create a specific cart checkout page then you can exclude that “cart/checkout” page from caching:

    Create a Specific Checkout Page for WP eStore Plugin

    Page caching is something that will always cause an issue when you need to show things dynamically to your visitors. If you are showing a cached page (that is not updated after the action he took on the site), then you are serving stale data to that visitor. So the behavior will be unexpected like you explained. It’s not something we can address within our plugin universally. It generally needs to be managed with how you setup your site and the caching solution being used on the site.

    July 19, 2021 at 10:04 pm in reply to: Shipping not charged on two seemingly random orders #83380
    admin
    Keymaster

    Yes, that will cause that. Ask them if they have a “Rejected Cookies” type option like the WP Super cache or W3 Total Cache plugin.

    Then that option can be used to make it compatible.

    July 19, 2021 at 10:03 pm in reply to: How to create a poll/survey form that sends download link to participants #83379
    admin
    Keymaster

    This is more of a functionality for a polling type plugin. It’s definitely not something we can add to our WP eStore plugin since the whole polling functionality is a big plugin just by itself.

    July 18, 2021 at 6:18 pm in reply to: Shipping not charged on two seemingly random orders #83371
    admin
    Keymaster

    Seems like a caching issue. One of the visitors most likely saw a cached page (which will have incorrect/stale values).

    Is there any caching plugin or feature being used on this site? Is your hosting provider doing caching on their end?

    Also, do the following for estore:

    Re-install or Load a Fresh Copy of the Plugin(s)

    July 18, 2021 at 6:14 pm in reply to: changing free membership level & adding existing members to it #83370
    admin
    Keymaster

    Do you see any JavaScript errors on the admin interface of your site? That could be preventing the validator from doing the validation correctly.

    Use this info to check for JavaScript errors:

    Debugging JavaScript Errors on Your Site

    Also, load a fresh copy of the emember plugin just to make sure:

    Re-install or Load a Fresh Copy of the Plugin(s)

    Then empty your browser cache so the JavaScript files are forced to be reloaded. Edit a profile after that to see if there is any difference.

    July 13, 2021 at 10:17 pm in reply to: EStore not working with AMP For WordPress #83345
    admin
    Keymaster

    Basically, they just say to redirect to another page that is not AMP. So you won’t be able to use the terms and conditions feature with the buy now button (because that terms feature require jQuery code to be run on the page).

    Use the add to cart button on the AMP page. (the add to cart button will add the item to the cart). You can then use the following option in eStore which will redirect to the cart page that isn’t an AMP page.

    Create a Specific Checkout Page for WP eStore Plugin

    The cart will have the terms and conditions checkbox.

    July 12, 2021 at 8:34 pm in reply to: EStore not working with AMP For WordPress #83337
    admin
    Keymaster

    Looks like some JavaScript code is not getting output on the page. I will need to investigate this more. Which AMP plugin are you using on your site and with what configuration? Some configuration outputs minimal stuff so it misses the Javascript code. Also, I would like to look at what you got from Gravity forms so I can get some clues.

    July 12, 2021 at 8:19 pm in reply to: Order not logged in system but received payment #83336
    admin
    Keymaster

    Please do the following test and do a new transaction to see if the IPN process can complete (without any interference from another plugin on this site):

    Test to (How to) Identify a Conflicting Theme or Plugin

    Do you have any firewall or restrictions added to this site via .htaccess file?

  • Author
    Posts
Viewing 15 posts - 91 through 105 (of 14,824 total)
← 1 2 3 … 6 7 8 … 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