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

GWslade

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

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)
1 2 3 →
  • Author
    Posts
  • July 8, 2015 at 1:00 am in reply to: Collecting Customer Input/Details with WP eStore Plugin #24980
    GWslade
    Member

    I have a few questions:

    Would it be possible to add a “Date” version of customer input. Basically if you ask the customer to enter a date, 9 times out of 10 they enter it wrong, well maybe that is putting down the accuracy of customers a little too much, but they have an unending capacity to make mistakes. A date popup selector would stop that when we need date information.

    March 19, 2014 at 12:31 am in reply to: Amazon Checkout as a payment gateway #46751
    GWslade
    Member

    HAs Payment with Amazon been added yet? I see this thread is over a year old. But I do not see Amazon as one of my payment Gateways and I do have the payment gateway bundle.

    November 17, 2013 at 3:55 am in reply to: Option for more than 1 currency #57062
    GWslade
    Member

    You can see the problem on this page. This is a site in the process of being set up.

    [http://discountussim.com/usa-carriers/]

    November 15, 2013 at 11:45 pm in reply to: Option for more than 1 currency #57060
    GWslade
    Member

    I have purchased the Multi Currency option, and it seems to work, but it is not doing any conversion. I presume there is a location to set the currency rate exchange. Where is that.

    October 3, 2013 at 9:08 am in reply to: Change Recurring Billing Count with Variation? #58069
    GWslade
    Member

    This is not the case for our products. Subscriptions typically last between 1 and 6 months. And we have 4 products with subscriptions, and we will be adding more. So to cover it the way you suggest we will need to add 20 additional products, one for each product and subscription length. (We want to avoid the complications of having the customer cancel the subscription) This would just create a very messy subscription page.

    I guess I will need to look at a different solution.

    August 23, 2013 at 7:47 pm in reply to: Option for more than 1 currency #57058
    GWslade
    Member

    Is there a demo site, I can see this in action? It looks like what I need, but I want to make sure. I use Authorize.net and PayPal. (Actually Authorize.net now supports CDN funds, but I am not sure I can switch back and forth between CDN and USD.) I would like to see how it displays PayPal in one currency and Authorize.net in another.

    August 16, 2013 at 7:54 pm in reply to: eStore – Receipt Creator: Data content of PDF receipts #56201
    GWslade
    Member

    Also, is there a way to trigger creation of a new receipt, without executing a new order, to recreate the receipt with a new PDF template.

    August 16, 2013 at 7:39 pm in reply to: eStore – Receipt Creator: Data content of PDF receipts #56200
    GWslade
    Member

    In the “create-receipt-pdf.php” file. the customer address information is collected in one line, with the following;

    $cust_address = $cust_details;

    I would like to retain the <CR> that seem to be in the text that format the address for mailing.

    How would I do that?

    August 15, 2013 at 5:51 pm in reply to: Option for more than 1 currency #57056
    GWslade
    Member

    I see in the documentation the multi-currency add on will change the display in the shopping cart, will it change the payment currency in PayPal and Authorize.net or other payment gateways.

    PayPal would be easy, it is already set up for multi currency payments, but other Gateways are not so international.

    I have a similar issue to the person who started this thread. I sell internationally and I want my customers to feel comfortable. I was considering setting up subdomains and installing a different version of wp-eStore in each subdomain with a localized set up, and using localized content tags to change the URL text link for add to cart based on the country the customer is coming from, then having different available gateways by country. This addon would be so much simpler, but I think I would need to disable Authorize.net for international orders.

    Because my ordering process is rather complex and has price changes based on relationships between variations, plus has multiple customer input items so I use a custom Javascript order entry form and the URL text link with add to cart to add products to the cart and send the customer to the checkout. I also use the Serial PIN issuing aspect of wp-eStore so having all in one cart would be easier.

    Any advice.

    August 13, 2013 at 7:22 pm in reply to: Text link for product variation or coupon #51089
    GWslade
    Member

    This is great, Thank you very much.

    August 13, 2013 at 7:20 pm in reply to: eStore – Receipt Creator: Data content of PDF receipts #56199
    GWslade
    Member

    Thank you very much.

    August 13, 2013 at 6:54 pm in reply to: Authorize.net buy now / subscription links #53186
    GWslade
    Member

    On the forth post in this thread Admin states:

    We don’t have an option to create text links for auth.net buy now button yet.

    This was quite a while ago. Is there an option to use the text link with Authorize.net with the payment gateway bundle yet.

    August 12, 2013 at 9:40 pm in reply to: eStore – Receipt Creator: Data content of PDF receipts #56197
    GWslade
    Member

    I would like to edit the format of the PDF so I could use the receipt and mail it out in a /10 window envelope. So please answer, which PHP file in the receipt creator plugin I can edit.

    August 6, 2013 at 10:30 pm in reply to: Text link for product variation or coupon #51087
    GWslade
    Member

    Is there a way to alter price based on the variation with a text link.

    So as seen above I would suggest something like.

    Examples:

    Text link for “Red” variation, lets say red increases price by $10

    [http://www.domain.com/?wp_eStore_buy_now=4&variation1=Red:10]

    Text link for “Red” as variation1 and “Large” as variation2 which does not change price.

    [http://www.domain.com/?wp_eStore_buy_now=4&variation1=Red:10&variation2=Large]

    Or the Red Variable gets price change from variable in the product table.

    August 6, 2013 at 9:35 pm in reply to: eStore – How to Use a Text Link or URL to Accommodate the Purchase of a Product #45578
    GWslade
    Member

    This feature is fantastic. I use it in a small Java Script that recommends a product for my users.

    I have a small form that gathers information on the users needs, Then when the user submits the form it executes the script which looks at the variables and makes a recommendation.

    Then on the recommendation screen there is an add to cart button which executes the text link add to cart.

    Currently in the script the following variables are set to specific products recommended

    EG:

    var planurl = “http://ussim.ca/?wp_eStore_add_to_cart=10&#8221;

    This is the URL with the text link to a specific product.

    Then

    BuyURL = ‘”‘ + planurl + ‘”, “_parent”‘

    This is to set the string for window.open to open in parent window, or could use _self for current page.

    Then when the add to cart button is clicked, it executes the function OpenURL

    function OpenURL()

    {

    window.open(BuyURL);

    }

    This will open the Checkout and place an item in the cart.

    The next step I would like to do is have the java tool recommend two products (I can’t use the bundle, because one product has a serial number being issued, I think) The other product needs variables passed. Which may alter the price.

    So I could pass the customer input variables by making the planurl this

    “http://ussim.ca/?wp_eStore_add_to_cart=20&c_input=make:HTC, Carrier:Rogers,IMEI:123456789”

    But how could I;

    Pass the price change.

    Pass two add to carts with only one redirects.

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 32 total)
1 2 3 →

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