Forum Replies Created
-
AuthorPosts
-
wzp
ModeratorIf you have access to a Unix/Linux/*nix command line, change to the plugin directory and issue the following shell command:
grep add_shortcode *.php
Essentially, you are looking for all occurrences of when/where a new short code is added to WordPress.
The first argument to add_shortcodes is the shortcode string itself. The second argument is the name of the function that WordPress should call, when that shortcode is parsed.
wzp
ModeratorYes I can tell you in about 2 hours. Am mobile now.
@Amin007 — Thanks for the promotion, boss!
wzp
ModeratorOkay, so let’s try to confirm something… is the actual amount of monies in your PayPal account, for each transaction correct? Not from the PayPal e-mails, but from logging into PayPal and looking at your transaction history. If so, Amin can focus on any eStore bugs; instead of possible fraud exploits.
wzp
ModeratorBTW, did you ever do any test transactions, using the PayPal sandbox?
wzp
ModeratorThe permissions for the plugin directory and all subdirectories should be 755. The permissions for all files in the plugin directory and all subdirectories should be 644.
wzp
ModeratorI’m going to think about possible debugging strategies. The existing code (now it does, LOL) works on the smaller server, so it should be working on the larger one… or as my kid might say, “WT@?”
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.
-
AuthorPosts