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

amin007

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

Forum Replies Created

Viewing 15 posts - 256 through 270 (of 5,807 total)
← 1 2 3 … 17 18 19 … 386 387 388 →
  • Author
    Posts
  • August 2, 2011 at 12:16 am in reply to: eStore plugin breaks site – PHP Session error #33663
    amin007
    Participant

    It is your hosting provider’s duty to give you a working web server (this is what you are paying them for). Godaddy is a little bad when it comes to shared hosting and support. Contact them again and tell them that you are getting an error when an application starts the session and they should understand. Sometimes it helps if you contact the tech guy because they understand the issue better.

    August 2, 2011 at 12:09 am in reply to: Remove Price from Download Now Button Display #34972
    amin007
    Participant

    That shortcode can take another parameter “show_price” which can be used to turn off the display of the price field. The following should do it:

    [wp_eStore_fancy_display id=497 type=4 style=3 show_price=0]

    August 2, 2011 at 12:06 am in reply to: Coupon discount – can I exclude a single category #34194
    amin007
    Participant

    Yes you are right.

    I can add an additional parameter for that shortcode which will allow you to specify an “exclude” list.

    The quickest way is to modify the values in the database. There is a table called category relations table. It is a simple table with product and category IDs. You can create a CSV file then import it into that table. This article should help:

    http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415

    August 1, 2011 at 11:55 pm in reply to: Add Phone Number to Member Directory #34948
    amin007
    Participant

    We changed the implementation of the user directory listing feature slightly. Each member’s details view (when you click on a members username it brings up the details view) will show the fields that you specified in the “Edit Profile” form settings section. So if you are showing the “phone” field in the profile section then it will also be shown in the members details view from this user directory shortcode. Does that help you or you wanted to show the phone field inside the table where there are only 4 fields shown?

    August 1, 2011 at 4:19 am in reply to: Google Base Feeds (for Google Merchant Center) #34931
    amin007
    Participant

    I don’t know of any but it peaked my interest so I will look into this some more and see if I can come up with something.

    August 1, 2011 at 3:37 am in reply to: Kunaki Integration? #23813
    amin007
    Participant

    Regarding the sending of notification to Vervante…. We have made it so the plugin can send the sale notification email to multiple email address (this might be helpful in this condition).

    Anyway, I did take a look at the kunaki integration and it doesn’t look very hard but there is just not enough eStore customers who want this so adding this to the plugin is not justifiable.

    https://support.tipsandtricks-hq.com/forums/topic/what-are-some-of-the-things-we-consider-when-adding-a-feature

    It will be best if you hire a developer and custom develop the XML script. Essentially, its just a matter of getting the product info from the database and formatting it in a way that Kunaki will understand.

    August 1, 2011 at 1:47 am in reply to: Account inactive after last payment ? #34620
    amin007
    Participant

    According to the debug I can see that the account is getting set to unsubscribed which is good. It means if 20 weeks (the subscription duration you set in the membership level) have passed since the member’s join date, the account will be inactive at that time rather than right now.

    Subscription cancellation received! Member account set to unsubscribed.

    Two questions for you:

    1. Can you please tell me what you see in the “Account State” field for this member when you edit his/her profile from the eMember’s admin dashboard?

    2. You cannot log into this account anymore after this point?

    August 1, 2011 at 1:43 am in reply to: Mailchimp Intigration #34969
    amin007
    Participant

    You should not have to change any code in the plugin to get MailChimp integration to work. The plugin is capable of retrieving the ID of a list from the list name that you specify. What version of the plugin are you using?

    August 1, 2011 at 1:39 am in reply to: I want 2 Buy Now buttons side by side #34966
    amin007
    Participant

    This requires a bit of CSS knowledge but essentially you can wrap the buttons in a float left div to stack them side by side. Copy and paste the following in the “HTML View” of your editor (this is HTML code so need to be pasted in HTML view) and it should do the job.

    <div style="float:left;">
    [wp_eStore_buy_now:product_id:1:end]
    </div>
    <div style="float:left;">
    $2.99
    </div>
    <div style="float:left;">
    [wp_eStore_buy_now:product_id:2:end]
    </div>
    <div style="float:left;">
    $2.99
    </div>
    <div style="clear:both;"></div>

    Essentially you are just wrapping every element in a float left div and then finally clearing the float using a clear float at the end.

    August 1, 2011 at 1:03 am in reply to: aWeber integration #21472
    amin007
    Participant

    Yes, you can continue to use the “PHP mail script” and it will work just fine (on some servers this option works better which is why the option exists there).

    August 1, 2011 at 12:50 am in reply to: CSV to DB – two v1.6 in circulation, one causing errors for me #33182
    amin007
    Participant

    Updated the wordpress.org repository with a new version where I fixed this up and made the algorithm a little more robust.

    July 31, 2011 at 11:34 pm in reply to: Email as initial password #34942
    amin007
    Participant

    Yes that is possible.

    July 31, 2011 at 11:31 pm in reply to: Using Lightbox Ultimate with eStore for videos #34916
    amin007
    Participant

    I totally forgot. It should have a section for it in the usage document if it does. The lightbox ultimate one can do anything the standard lightbox plugin can do plus way more. So I don’t think you will need to use the standard one since you already got the ultimate one.

    July 31, 2011 at 5:26 am in reply to: Add Phone Number to Member Directory #34946
    amin007
    Participant

    You mean on the page that pops up when you click on a member?

    July 31, 2011 at 4:52 am in reply to: Are "Zero-Cost" Downloads Tracked? #34646
    amin007
    Participant

    Updated the plugin to track the sales counter for “Download Now” type button too. Please get a new build of the plugin from here to get this option:

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

  • Author
    Posts
Viewing 15 posts - 256 through 270 (of 5,807 total)
← 1 2 3 … 17 18 19 … 386 387 388 →

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