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

HafnerDesigns

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

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • October 9, 2014 at 3:57 am in reply to: Encrypted, shortened download links are not working #65887
    HafnerDesigns
    Member

    I will try that… However, I have more information. I resent the links as just the encrypted without the shortener. The client’s customer tried the new links using IE and got the same message. My client tried the links on two machines. One machine worked the other did not. I have no clear consistent information. I used Firefox, my client uses Safari and possibly IE and her customer used IE. Firefox worked.

    April 4, 2014 at 4:05 am in reply to: Customer trying to download mp3s on iPad #62080
    HafnerDesigns
    Member

    Thank you, @wzp. I guess for now we’ll have to advise customers to use their desktop/laptop computers to do the downloads.

    April 4, 2014 at 12:16 am in reply to: Customer trying to download mp3s on iPad #62078
    HafnerDesigns
    Member

    @wzp, thanks for the link, but it’s not answering the problem of downloading mp3 files on a mobile device. I have one client who has all mp3’s on S3 server and we’ve got the Content-type set to audio/mpeg and the Content-Disposition set to attachment. This is not allowing mobile safari to download. I don’t see a Content-Type for ‘application/octet-stream’ as stated in that post. Perhaps this code is too old then?

    <FilesMatch ".(?i:pdf)$">
    ForceType application/octet-stream
    Header set Content-Disposition attachment
    </FilesMatch>

    The point is, no matter what, I can’t get a link to download using Safari or Chrome for iPad. Since you can’t really right click, you can’t save it.

    There do seem to be iOS downloaders available but they don’t seem to download a streaming MP3. Also, using an enabler for either browser would mean jailbreaking a device. I don’t think I want to go that far.

    Am I doing something wrong?

    Thanks

    May 8, 2013 at 5:10 pm in reply to: Trouble with Base Shipping and Shipping Variation #55434
    HafnerDesigns
    Member

    It shows up now, in the side bar. I found that I could not use the “Base shipping” in the shipping settings unless I also had a shipping price on the product. However, if I left the base shipping off, but added shipping variations in the settings area, then with each product I set their shipping for domestic shipping, then the variations show up and the base shipping for each product added onto that.

    I suspect that when my client decides on his pricing structure for shipping that the “Base Shipping” in the settings area can be used to construct other costs. IDK yet.

    March 7, 2013 at 1:24 am in reply to: Better WP Security & eStore images are not showing up #54214
    HafnerDesigns
    Member

    I did find that check box… is that a timthumb program that runs there? There have been a lot of exploits with that file and could be the reason it is blocked.

    Thank you for your help.

    March 6, 2013 at 2:04 am in reply to: Better WP Security & eStore images are not showing up #54212
    HafnerDesigns
    Member

    @wpCommerce How do I fix this?

    March 5, 2013 at 8:49 pm in reply to: Better WP Security & eStore images are not showing up #54210
    HafnerDesigns
    Member

    @wzp Thank you for the link. I had already reviewed that before posting here. It doesn’t really cover the problem I have.

    All product pictures disappear unless I log into wp dashboard. I was trying to see if it might have to do with Better WP Security because that is when I started noticing the problem. Even now, whilst not logged in, there are no visible images [http://storytellin.com/store/books/]

    April 1, 2012 at 8:49 pm in reply to: Cache Files Accumulating – Automate Deletion? #38063
    HafnerDesigns
    Member

    I’m having this problem with eStore. I have an accumulation of txt files in /wp-cart-for-digital-products/lib/cache … Can these be deleted? If so, what is the best way to do this so that I don’t cause problems with the cart? I have version 6.2.2 installed currently.

    Thank you,

    HafnerDesigns

    March 5, 2012 at 11:58 pm in reply to: Lightbox stopped working in eStore #42753
    HafnerDesigns
    Member

    I wanted to update my post. Last night I installed a plugin called “Slick Social Share Buttons.” I had some trouble with the installation of this plugin & placed a help ticket to that author. So, sitting here reading all the threads for the lightbox failure got me thinking about what I installed. I deactivated that plugin & now my lightbox works.

    Thanks.

    Heidi

    February 11, 2012 at 9:10 am in reply to: Adding Purchase Order Number #40398
    HafnerDesigns
    Member

    Key Master,

    Thanks for your help. I see that I misread a post above. My client was dissatisfied with using the “Collect Customer Input” field. She was concerned that the educational institutions may find this confusing.

    As per your links above, I did contact PayPal Merchant Services to see if their side had more to go on… including your suggestion. I don’t know how I would do what was suggested. Here is what she said.

    “I would recommend using our “no_note” and “cn” variables to display a link on the PayPal checkout page that the customer can click on to add a PO number.

    Setting the no_note value to 0 tells us to prompt the customer to enter information when they decide to check out. Setting the cn variable tells us what text you want us to display on the link that they click on to add that information.

    Here is an example that you can put into a blank HTML file to test. This is a Buy Now button, therefore you will not have the page between selecting an item and getting to the PayPal checkout as you are seeing with your Add to Cart button:

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="Your client's PayPal email address"> <<<<<


    Be sure to change this value <input type="hidden" name="lc" value="US"> <input type="hidden" name="item_name" value="asdf"> <input type="hidden" name="amount" value="1.00"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="button_subtype" value="services"> <input type="hidden" name="no_note" value="0"> <input type="hidden" name="cn" value="Add PO Number"> <input type="hidden" name="no_shipping" value="2"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form>

    However, I’m not sure where this could go. I believe the “button” is within some of eStore coding. Is this correct?

    Thank you for your help!

    February 9, 2012 at 11:08 pm in reply to: Adding Purchase Order Number #40396
    HafnerDesigns
    Member

    This will work for now, but it seems kludgy. My client has multiple items in her store. Her customers may find this method unprofessional.

    What would be even more helpful is a way to make one spot available before checkout that is used for the whole order then transmitted to the PayPal receipt and the seller.

    However I am grateful for this tip! Thank you.

    February 4, 2012 at 7:33 am in reply to: Adding Purchase Order Number #40394
    HafnerDesigns
    Member

    I believe you’re talking about this field inside PayPal… is this correct? If so, how do you suggest that I trigger that in the store. How would I identify that in the cart?

    THanks,

    Heidi

  • Author
    Posts
Viewing 12 posts - 1 through 12 (of 12 total)

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