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

Louis

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

Forum Replies Created

Viewing 10 posts - 46 through 55 (of 55 total)
← 1 2 3 4
  • Author
    Posts
  • November 10, 2011 at 6:32 pm in reply to: How to let customers checkout on my website instead of Paypal? #37854
    Louis
    Member

    I am a cousin of Brad Pitt.

    November 10, 2011 at 6:28 pm in reply to: Using SSL / options, ideas and what not… #38309
    Louis
    Member

    More tips on SSL, I mentioned this somewhere else.

    IMPORTANT to note that Amazon S3 has some limitations with SSL.

    You cannot use secured downloads/SSL (https instead http) as well as CNAME redirections:

    your_subdomain.your_domain.com/folder/product.zip

    INSTEAD OF

    your_subdomain.your_domain.com.s3.amzonaws.com/folder/product.zip

    In short, you can do

    THIS: http://your_subdomain.your_domain.com/folder/product.zip

    OR

    THAT: https://your_subdomain.your_domain.com.s3.amzonaws.com/folder/product.zip

    so

    You CANNOT do this: https://your_subdomain.your_domain.com/folder/product.zip

    I am weighing the pros and cons…

    November 10, 2011 at 6:25 pm in reply to: wp estore – digital download url #25326
    Louis
    Member

    Great tips.

    IMPORTANT to note that Amazon S3 has some limitations with SSL and CNAME / redirections.

    You cannot use secured downloads/SSL (https instead http) as well as CNAME redirections:

    your_subdomain.your_domain.com/folder/product.zip

    INSTEAD OF

    your_subdomain.your_domain.com.s3.amzonaws.com/folder/product.zip

    In short, you can do

    THIS: http://your_subdomain.your_domain.com/folder/product.zip

    OR

    THAT: https://your_subdomain.your_domain.com.s3.amzonaws.com/folder/product.zip

    so

    You CANNOT do this: https://your_subdomain.your_domain.com/folder/product.zip

    I am weighing the pros and cons…

    November 10, 2011 at 4:26 pm in reply to: Am I being hacked? #18017
    Louis
    Member

    Are you sure about that?

    I followed the tutorial on setting up the “Thank You” page, and apparently the return URL should read something like the following:

    https://themagneticlouis.com/thank-you That is is Paypal.com > Website Payment Preferences > Auto Return for Website Payments > On. Payment Data Transfer (optional) = On.

    Am I confused? (very possible) :P

    November 10, 2011 at 2:30 pm in reply to: Using SSL / options, ideas and what not… #38308
    Louis
    Member

    Thank you for the links. I see what you mean about the cart being on the page as the product(s).

    I did see the thank you page set up in the end, so the short code takes care of it then.

    I received a serious WARNING from Paypal IPN, so will have to look into it (will see if there is another post for that or start a fresh one).

    As for the download script and SSL, will have to look into this as well. Thanks for the tips. Any ideas on how to check for server performance easily?

    Did you try the rewrite rule?

    November 9, 2011 at 6:22 pm in reply to: Using SSL / options, ideas and what not… #38306
    Louis
    Member

    Yes I understand, thank you. I agree. The thing is, I got a package that came with SSL, as an anticipation, just incase the site becomes very popular, and I suddenly become rich and famous overnight… while setting thing up, it’s always good to have SSL in place for what I call; “phase 2”. Meanwhile, since I already have it, I think I should use it, so at the same time I can learn a bit from it.

    You said something that caught my attention;

    1) yes, the cart would have a dedicated page, but are you saying that it is possible to have a cart without a dedicated page? If so can you give me an example?

    2) I am actually browsing the forum, since this morning, trying to learn a bit about the “Thank you page”, as I have tested a Paypal cart a few years ago, which had a dedicated section for setting up the “Thank you page”, so I am looking into this at the minute.

    AS far as Amazon is concerned, yes, I am fully aware and will most likely give it a go, BUT, I really need/want to separate content from products, so, I definitely keep the content on the site.

    For the download script, again, ideally, I might want to use SSL, so I will have to look into it.

    I have read about “mixed content”, i.e; http coexisting with https on the same page, and that’s why I raises the questions above.

    The good thing about SSL, is that it also protects from possible spies, and hackers somehow, at different levels.

    A http link could be intercepted more easily than https.

    November 9, 2011 at 6:06 pm in reply to: Am I being hacked? #18015
    Louis
    Member

    Out of interest, seeing the error/url at the top of this post;

    Would the correct return url be, in Paypal Website Payment Preferences, for instance:

    Auto Return: On

    Return URL: http://www.themagneticlouis.com/wp-content/plugins/wp-cart-for-digital-products/paypal.php

    Payment Data Transfer: On

    I am interested.

    I already read that the plugin will OVERRIDE the Paypal Return URL, but as neat guy. and as I remember setting this up a few years ago on another cart; I am wondering what is the ‘proper’ Return url? There has to be one, no?

    November 9, 2011 at 5:55 pm in reply to: How to let customers checkout on my website instead of Paypal? #37852
    Louis
    Member

    How much does this plugin cost, for people who are not famous? :P

    November 9, 2011 at 4:34 pm in reply to: Using SSL / options, ideas and what not… #38304
    Louis
    Member

    Thanks for the link, I already new about this plugin. I saw your site btw, very nice.

    Personally, I am trying to avoid adding extra plugins as much as possible.

    If you are interested in a neat rewrite rule, here is one for the .htaccess, the following will take care of everything:

    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.themagneticlouis.com/$1 [R=301,L]

    Thing is, I’d would still like to discuss about option 2 and 3 if possible, as I would be offering video previews – speed is very desirable.

    November 9, 2011 at 3:59 pm in reply to: link to downloadable products showing in google search #35749
    Louis
    Member

    In case my following option work for you guys, make it a sticky or amend it to the relevant post(s):

    I am testing… and here is what seems to work for me: folder/directory permission set to 700, file permission set to 400.

    Only the plugin can access it.

    BUT, please try it in different browsers and see if it works 100% ok.

    Of course, adding the .htaccess is good too.

    Let me know what you think…

  • Author
    Posts
Viewing 10 posts - 46 through 55 (of 55 total)
← 1 2 3 4

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