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 - 14,776 through 14,790 (of 14,824 total)
← 1 2 3 … 985 986 987 988 989 →
  • Author
    Posts
  • August 19, 2011 at 11:42 pm in reply to: Bookmark Placement #35639
    admin
    Keymaster

    Thank you… a lot of users were just embedding the bookmark shortcodes without enabling the features so we added that check.

    You can turn check off just by tweaking one line. Open the “eMember_bookmark_utils.php” file and search for the following line of code:

    if(!$enable_bookmark) return EMEMBER_BOOKMARK_DISABLED;

    once you find it simply delete that line and it won’t do that check anymore.

    The filter you need to add is for the following function (this function show the bookmark buttons):

    boomark_handler

    The above function name has a typo but the computer does’t care about that :)

    August 19, 2011 at 11:23 pm in reply to: WishList Member and eStore Integration (SKU not working) #35702
    admin
    Keymaster

    What version of eStore are you using?

    Did you do everything explained here?

    http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-and-wishlist-plugin-integration-448

    August 19, 2011 at 11:20 pm in reply to: Allowing non-admin user profiles to USE the eStore pannel through wp-admin: #35704
    admin
    Keymaster

    You can use any of the following as the management permission to let authors and above have access to the eStore plugin admin dashboard:

    – publish_posts

    – edit_published_posts

    – upload_files

    For example use the following:

    define("ESTORE_MANAGEMENT_PERMISSION", "publish_posts");

    August 19, 2011 at 3:50 am in reply to: Is it possible to integrate eStore with the shareasale affiliate network? #35634
    admin
    Keymaster

    It will need some custom coding but it should be doable. The Merchant ID is your account ID for the shareasale account right?

    Most of these information is available to your after the purchase. So basically from the “Thank You” page you need to execute the following code:

    <img src=”https://shareasale.com/sale.cfm?amount=AMOUNTOFSALE&tracking=TRACKINGNUMBER&transtype=TYPEOFTRANSACTION&merchantID=34014&#8243; width=”1″ height=”1″>

    If you have the “Thank You” page delivery in place then you should be able to add this there.

    August 19, 2011 at 3:37 am in reply to: Google Analytics stopped tracking e-commerce transactions #35607
    admin
    Keymaster

    I would first disable cloudflare totally and do a test transaction and see if the tracking works fine. That should prove if the issue is indeed coming from cloudflare. Then you can look into the specific section of cloudflare to see which options is introducing the issue. Just remember that you need to give it some time for it show up in your analytic account (the tracking is not real time)

    August 19, 2011 at 3:34 am in reply to: Plugin Activation Error #35668
    admin
    Keymaster

    You didn’t mention your WordPress version. What version of WordPress are you using? I Know that WordPress changed the default user role management in WP3.0 so I am trying to determine if that is affecting this.

    August 19, 2011 at 3:32 am in reply to: limiting "add to cart" items #35664
    admin
    Keymaster

    WP eStore doesn’t have an option like that but we can potentially custom code something for you. Please use the contact form here if you are interested and we will discuss options:

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

    August 19, 2011 at 1:05 am in reply to: Google Analytics stopped tracking e-commerce transactions #35604
    admin
    Keymaster

    Your setup looks fine… the following should do the job:

    Rejected Cookies:

    ap_id

    cart_in_use

    eMember_in_use

    WP eStore is only responsible to add the following tracking code to the analytics tracking plugin which it is doing fine after the transaction. Beyond that I don’t really have any way of knowing what else could be interfering with the tracking (I really have no way of troubleshooting external analytics account related issues):

    ['_addTrans','1M303855EU897523A','The Pumpkin Lady','0.01','0.00','0.00','Powhatan','VA','United States'],['_addItem','1M303855EU897523A','547','Humdrum Dragon','','0.01','1'],['_trackTrans'];

    August 19, 2011 at 1:01 am in reply to: CIM support in authorize.net #35601
    admin
    Keymaster

    This will need to be custom coded. Please contact us here if you are interested and we can discuss more (when contacting us mention this forum thread so whoever gets it will have a reference):

    https://support.tipsandtricks-hq.com/contact

    August 19, 2011 at 12:50 am in reply to: Authorize.net link in cart goes to PayPal #23776
    admin
    Keymaster

    I see the issue now… you embedded a “Buy Now” type button which is a PayPal feature.

    You need to use the “Add to Cart” type buttons so when someone adds the item to the shopping cart the shopping cart can send the user to the appropriate payment gateway. If you don’t know how to setup add to cart type buttons with shopping cart then please see the 2nd video from this page:

    http://www.tipsandtricks-hq.com/ecommerce/wp-estore-quick-setup-and-usage-video-tutorial-593

    August 19, 2011 at 12:47 am in reply to: eMember with Simplepress #35677
    admin
    Keymaster

    https://support.tipsandtricks-hq.com/forums/topic/integration-with-a-wordpress-forum

    August 19, 2011 at 12:43 am in reply to: Free Membership integrating with AWeber #35675
    admin
    Keymaster

    eMember itself has an autoresponder integration too. When you use that it subscribes the member when he/she registers (free or paid). You can use that option for your free members.

    August 19, 2011 at 12:39 am in reply to: Float Add to Cart Button to Right #35674
    admin
    Keymaster

    Each eStore payment buttons have the following CSS class attached to it:

    eStore_button

    You can add your custom CSS for the above class in the “wp_eStore_custom_style.css” file to customize the look and feel feel of that button.

    August 19, 2011 at 12:34 am in reply to: Plugin Activation Error #35666
    admin
    Keymaster

    What version of WordPress and WP eStore are you using?

    August 19, 2011 at 12:31 am in reply to: encrypted links not working, cant find solution on forum #32752
    admin
    Keymaster

    This post might also be helpful:

    https://support.tipsandtricks-hq.com/forums/topic/how-to-test-wp-estore-plugin-encrypted-download-system-on-your-site

  • Author
    Posts
Viewing 15 posts - 14,776 through 14,790 (of 14,824 total)
← 1 2 3 … 985 986 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