Forum Replies Created
-
AuthorPosts
-
wzp
ModeratorWhat “Shopping Cart Language” setting are you using?
wzp
ModeratorUsing Firefox 3.5.5
1. Added “Silver” package.
2. Deleted item from cart.
3. Added “Blue” package.
4. Click on the Checkout with PayPal button.
Got the …please wait… screen.
Got “non-enhanced” PayPal checkout screen.
1. Added “Gold” package.
2. Emptied cart.
3. Added “Silver” package.
4. Click on the Checkout with PayPal button.
Got the …please wait… screen.
Got “enhanced” PayPal checkout screen.
Are you using a hosting provider, or using your own server? What version of PHP is the server running?
wzp
ModeratorWordPress minimum requirements:
http://wordpress.org/about/requirements/
…MySql 4.1.2 or greater…
Also, please read, WordPress PHP 4 & MySql 4 End Of Life Announcement:
http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/
You might also be interested in this…
WordPress Health Check Requirements Plugin:
wzp
ModeratorI was just studying the database structures used by eStore, to see if such a thing was easily possible. Unfortunately, eStore’s database tables only track sales on a per product granularity; as opposed to a per sales transaction granularity. Once PayPal approves a sale, the transaction is broken down by product, and recorded that way in the database.
As a suggestion, for an alternative way to do this, how about putting some kind of contact/entry form on the Thank You page, which is at the sales transaction level? When the entry form is submitted, you might be able to track by date/time of submission. And if the plugin that runs the form allows it, you might be able to get your consequtive numbering that way as well.
wzp
Moderator8(
What kind of system are you trying to install this on? From a hosting provider, or your own server? What versions of MySql, Apache, etc?
wzp
ModeratorI think it has something to do with trying to mix ASCII and Unicode characters together in the same file.
wzp
ModeratorWarning — Running with scissors ahead:
It is my understanding that it has something to do with the WP database.
wzp
ModeratorWouldn’t that be a duplication of the transaction ID number that PayPal issues? The reason I ask is because, that is the only number that carries any legal weight. Or did you have something else in mind?
wzp
ModeratorAre you logged in as the WordPress administrator?
wzp
ModeratorPer PayPal, in reference to what Amin stated:
“unilateral: The payment is pending because it was made to an email address that is not yet registered or confirmed.”
wzp
ModeratorI’m typing this on my cellphone, but according to https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_IPNandPDTVariables “unilateral” means the payment was “unclaimed” whatever that means…
wzp
ModeratorI believe the # products per page setting applies to
[wp_eStore_list_products]
[wp_eStore_all_products_stylish:end]
and similar, and not when you list individual codes on a page.
wzp
ModeratorYou can have a coupon for a specific product, good for a certain number of redemptions (times coupon is used). But I’m not sure you can say “good until mm-dd-yyyy.”
wzp
ModeratorThe “blank screen” is indicative of eStore trying to start downloading to the browser. It would be nice, if you could find out what version of Explorer he’s using. And I believe that AOL is the old Netscape browser.
I’m sure the information could provide Amin with a better hint. Thanks.
wzp
ModeratorIt could be a sidebar CSS issue. Amin needs to look at this.
-
AuthorPosts