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 - 466 through 480 (of 14,824 total)
← 1 2 3 … 31 32 33 … 987 988 989 →
  • Author
    Posts
  • May 15, 2020 at 12:47 am in reply to: Save more fields from Gravity forms in Manage Leads #80584
    admin
    Keymaster

    Our leads table only captures the minimal info that is common for all lead capture forms. Since we integrate with different plugins with different types of lead capture forms, we need a common element. Not all forms will have the phone field.

    You will need to look at the reference of the lead then you can find the data for it from your contact form plugin submissions (your contact form will keep the submissions with all the data from all the fields you have).

    May 14, 2020 at 1:05 am in reply to: Simple Shopping Cart – Input field not passed to email or paypal #80580
    admin
    Keymaster

    Looks like your replyl went to the spam folder. I will reply to the email now.

    May 14, 2020 at 1:00 am in reply to: eStore – Visitors not able to add products to cart in live website. #80581
    admin
    Keymaster

    Looks like a caching issue. If it is always showing a cached page that doesn’t contain the cart items, then it can have this issue. Is your hosting provider or you using any caching on this page?

    May 14, 2020 at 12:50 am in reply to: eStore – Enable Checkout Amount Limitations not working #80563
    admin
    Keymaster

    JavaScript check is still failing. Can you please keep a backup of your customized copy then do the following?

    https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins

    May 13, 2020 at 1:05 am in reply to: eStore – different buttons for different payment methods #80569
    admin
    Keymaster

    Think of the eStore products as just a placeholder here. Certain products give access to certain membership level (depending on what you have configured).

    Lets say you have a membership level “Dog 1” and another membership level “Dog 2”. Now you can create two eStore products for each of those membership levels. So the TWO eStore products will both give access to membership level “Dog 1” for example. With the one estore product, you put a PayPal buy now button and with the 2nd estore product you put a Stripe buy now button. You can put both those buy/sponsor/donate buttons on your landing page of “Dog 1”. Visitors paying with any of those two eStore buttons will get access to membership level “Dog 1”.

    Then do the same for “Dog 2” membership level and so on.

    Alternatively, you can just accept the payment via a PayPal business merchant account which will allow your visitors to pay via credit card or their paypal account (like @wzp said).

    May 13, 2020 at 12:59 am in reply to: eStore – Enable Checkout Amount Limitations not working #80561
    admin
    Keymaster

    Looks like JavaScript check is not triggering on this site. Most likley a conflict from another plugin’s or theme’s JavaScript code. Can you please do the following test just to isolate the source?

    https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin

    Did you do any customization to the eStore plugin’s code on this site?

    May 12, 2020 at 4:13 am in reply to: Mailchimp integration is not working #80575
    admin
    Keymaster

    Lets check to see if the plugin is correctly sending all the details to your MailChimp account via the API call. Please enable the debug option in the plugin. This post will explain more about the debug logging option:

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

    Then do the following test to see if there is any connection issue with the MailChimp account:

    https://support.tipsandtricks-hq.com/forums/topic/wp-estore-troubleshooting-autoresponder-signup-not-working

    May 12, 2020 at 4:11 am in reply to: eStore – Enable Checkout Amount Limitations not working #80559
    admin
    Keymaster

    That option should work fine as long as you are using the cart for checkout (meaning you are using “Add to Cart” button).

    Or are you using “Buy Now” type buttons that bypass the cart? Please post the URL of the page where I can do and see this on your site.

    May 12, 2020 at 4:03 am in reply to: eStore – different buttons for different payment methods #80566
    admin
    Keymaster

    For some shortcodes yes but for some no. The best is to make different eStore products (one for PayPal and one for Stripe). Then you can put them on your landing/products page. It is always better to go with different eStore products as that will offer you the better setup. You really have no reason to do one eStore product for this so why limit yourself to this.

    May 12, 2020 at 3:56 am in reply to: Photo Seller Width of pricing table in the details view #80555
    admin
    Keymaster

    That would be related to your theme. Try adding the following CSS tweak to make it full width.

    .wps_digital_details_table {

    width: 100%;

    }

    May 12, 2020 at 3:53 am in reply to: Error! The unique registration code you used in the URL has already been used or #79331
    admin
    Keymaster

    The ID with the number is supposed to be assigned automatically. That’s not an issue. Is the user clicking on the unique link sent to them and then completing the registration?

    Alternatively, you can just create the member’s account manually from the admin interface (the members menu of the emember plugin).

    May 12, 2020 at 3:36 am in reply to: eStore – Change the Checkout Button Image in the Shopping Cart #59042
    admin
    Keymaster

    I am not seeing the CSS code in your source code. Normally the custom CSS plugin inject the custom CSS into your page’s HTML. When I view the HTML source of your “checkout” page, I don’t see the CSS. Is there any caching?

    May 9, 2020 at 12:07 am in reply to: REST API request failed due to an error #80536
    admin
    Keymaster

    Please do the following first. Let me know if you still see the same issue after that.

    https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins

    May 8, 2020 at 1:02 am in reply to: eStore – Change the Checkout Button Image in the Shopping Cart #59040
    admin
    Keymaster

    The “background” properly is missing a quote at the end of the URL.

    You have the following at the moment:

    background: url('https://phxhandsan.com/wp-content/uploads/2020/05/PAYPAL.png);

    It should be the follwoing:

    background: url('https://phxhandsan.com/wp-content/uploads/2020/05/PAYPAL.png');

    Try changing that to see if there is a difference.

    BTW: Your checkout button looks fine to me. It is how it is normally supposed to be. I checked using my iphone mobile device and it looks fine to me. We used that exact same button on our site and we never had any customers complain about it. Maybe you can ask the customer to send you a screenshot so we can see if they are really seeing something we are not seeing due to the type of device they are using.

    May 6, 2020 at 1:19 am in reply to: Simple Shopping Cart not charging tax #80524
    admin
    Keymaster

    I have sent you an email for it.

  • Author
    Posts
Viewing 15 posts - 466 through 480 (of 14,824 total)
← 1 2 3 … 31 32 33 … 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