Forum Replies Created
-
AuthorPosts
-
wzp
ModeratorInstead of disabling the add to cart button, why not try this?
WP eStore -> Add/Edit Products -> Your Product -> Button Link
Fill in the URL of a “special order” page. On the special order page, explain that, because it is a special order (high value) item, you want to ensure the customer receives your undivided personal attention during the purchase experience. Then, invite them to complete and submit a contact form.
When the customer clicks the add to cart button, they will be taken to the special order page for that product.
wzp
ModeratorAnd, during the download process, on both servers; is a progress bar shown? By progress bar, I mean that something that says “X bytes remaining, Y minutes/seconds remaining,” instead of “Unknown file size?”
wzp
ModeratorOkay, you have the “Show Terms & Conditions Checkbox” setting checked, but did you remember to set the “Terms & Conditions Page” URL?
wzp
ModeratorI’m going to ask a rather silly question… Are you using any download manager addons with the browsers?
Not so silly question… If you compare the PHP info reports for both servers, side by side, are there any other differences besides the maximum PHP memory?
wzp
Moderator@arts — you can find the answer to Amin’s question under the “allow_url_fopen” entry of the Configuration PHP Core report.
September 20, 2010 at 2:27 am in reply to: Creating Pass Thru Affiilate Links for External Site #22709wzp
ModeratorI think he was imitating the example given at the top of this thread, that did not contain the http part 8(
wzp
ModeratorSome sites run Apache SuExec, that will cause an Internal Server Error if you try to execute a file with 777 permissions.
wzp
ModeratorBut you know, on a $100 purchase, the PayPal cut is only $3.20, (2.9% plus $0.30) which is fair; considering all the merchant protections you get.
wzp
ModeratorWP eStore -> Settings -> Payment Gateway Settings -> Use Multiple Payment Gateways -> Checked.
WP eStore -> Settings -> Payment Gateway Settings -> Manual Checkout Settings -> Use Manual Payment Option -> Checked.
Fill in the appropriate Manual Payment Option settings.
This will allow shoppers to pay you manually. But I’m not sure if you can only allow manual or PayPal checkout on a per product basis.
Amin or Ivy would have to answer that…
wzp
ModeratorHmmm, when I said “My understanding was…” it was based on information in the WP Codex:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
wzp
ModeratorSometimes, an Internal Server Error can be caused by incorrect file permissions. If you are on a Linux, or any other *nix, server; please check the file permissions in the plugin’s directory. All directories should have 755 (drwxr-xr-x) permissions and all files should have 644 (-rw-r–r–) permissions.
wzp
ModeratorMy understanding is that WordPress require 32 MB of PHP memory just to function properly. When you use an encrypted link, it invokes code that is outside of WordPress, so that it has at least that same 32 MB of PHP memory to work with, that WordPress has.
wzp
ModeratorUpgrading instructions:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-installation-and-usage-guide-31
wzp
ModeratorYou’re welcome!
I try to help out, when I can; given that not everybody lives in the same time zone as Amin & Ivy.
-
AuthorPosts