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 - 16 through 30 (of 5,807 total)
← 1 2 3 … 386 387 388 →
  • Author
    Posts
  • August 16, 2011 at 12:37 am in reply to: How can I have "pay-what-you-want" model? #35529
    amin007
    Participant

    You could use the revenue sharing feature (the charity being the author) to keep track of the money that needs to be given to charity later:

    http://www.tipsandtricks-hq.com/ecommerce/how-to-setup-revenue-sharing-with-wp-estore-and-affiliate-platform-930

    August 16, 2011 at 12:33 am in reply to: Add to Cart Hyperlink / No Short Code for Products #30743
    amin007
    Participant

    Yeah this should be doable for subscribe button too. No one ever asked for it… I will look into it.

    August 16, 2011 at 12:31 am in reply to: Adding the plugin to another website #35498
    amin007
    Participant

    =)

    August 16, 2011 at 12:28 am in reply to: Image not text to tease content? #19223
    amin007
    Participant

    Please post a link to the page in question so I can see what you mean by the “ART BOX border”.

    August 16, 2011 at 12:27 am in reply to: Problem with "From Email Address" #35465
    amin007
    Participant

    This forum post is similar. Can you please take a look and let me know if that helps with your situation?

    https://support.tipsandtricks-hq.com/forums/topic/no-from-address-in-welcome-member-email

    August 16, 2011 at 12:26 am in reply to: no from address in welcome member email #35505
    amin007
    Participant

    You did not answer the 2nd question but if that plugin took care of the issue then thats good.

    August 16, 2011 at 12:17 am in reply to: Prevent user/member password sharing for membership site? #35519
    amin007
    Participant

    Yes, Go to WP eMember settings and set a value in the “Login Restriction by IP Address” field.

    August 15, 2011 at 11:58 pm in reply to: Fancy add to cart and Nextgen Gallery Display #35420
    amin007
    Participant

    When you use the 2nd NextGen gallery integration method the price for every item is the same. Users prefer to have a heading/title on this page (in large font) that says each item in this gallery costs $Y. This is why the template does not show the price to accommodate that kind of customization.

    Remember, anything you place in the image caption (using the gallery) for the image will show up underneath the thumbnail. So you can list your price there too.

    The other option is to modify the template code so that it reads the price from the database and shows it where you want. Add the following code somewhere at the beginning of the template:

    $product_id = get_option('eStore_ngg_template_product_id');
    global $wpdb;
    $products_table_name = WP_ESTORE_PRODUCTS_TABLE_NAME;
    $ret_product = $wpdb->get_row("SELECT * FROM $products_table_name WHERE id = '$product_id'", OBJECT);
    $product_price = $ret_product->price;

    Now you can add the following anywhere on this template to show the price of for each item:

    <?php echo "<span>Price: ".$product_price."</span>"; ?>

    August 15, 2011 at 11:41 pm in reply to: Using PayPal Website Payments Pro with eStore? #19913
    amin007
    Participant

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

    August 15, 2011 at 11:38 pm in reply to: Checkout page field stripped when saving options #35488
    amin007
    Participant

    The URL looks fine to me. Can you please load a fresh build of eStore from here:

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

    Let me know how you go after that.

    August 15, 2011 at 11:36 pm in reply to: Affiliate ID Entry Box #35515
    amin007
    Participant

    What shopping cart are you using? When I checked your site it didn’t look like WP eStore to me. Do you have an exact link to the page where you have placed a product and shopping cart using the eStore plugin?

    August 15, 2011 at 11:29 pm in reply to: I cant seem to get the quantity to update #35514
    amin007
    Participant

    The inventory is only updated after the customer confirms the payment. Many people will hit checkout then abandon the cart right before they enter their credit card info. You don’t want the inventory to update before the payment because you actually haven’t sold anything.

    August 15, 2011 at 11:26 pm in reply to: Monthly credits #35506
    amin007
    Participant

    No, eStore and eMember do not have any option to use any credit system.

    August 15, 2011 at 11:25 pm in reply to: Product name in cyrillic (product name getting messed up in the email) #35509
    amin007
    Participant

    Is your database created in UTF-8 format? You can log into your PHPMyAdmin and check the charset type for your database tables. If you never used PHPMyAdmin then 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 15, 2011 at 11:23 pm in reply to: problem with wordpress 3.2.1 #35483
    amin007
    Participant

    Check the “index.php” file in your public_html directory and make sure there is no funny and unwanted characters there. You site may have been hacked. The error tells me that there is an “eval” function in the index.php file which it shouldn’t.

  • Author
    Posts
Viewing 15 posts - 16 through 30 (of 5,807 total)
← 1 2 3 … 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