Forum Replies Created
-
AuthorPosts
-
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.
wzp
ModeratorThe links are sent as plain text. It’s up to the mail program to convert it into a click able hyperlink. If the mail program does something “strange and wonderful,” like trying to wrap the text, the link can become damaged; which would prevent copying and pasting from working.
What is your customer using to read their mail? Have them send you the original message back, and compare it to the link that was originally sent.
wzp
ModeratorDid you check off both the “Use Multiple Payment Gateways” **and** the “Use Manual Payment Option” boxes?
wzp
ModeratorOoops, your last message was entered while I was typing mine. I’ll let Amin or Ivy try to answer this one.
wzp
ModeratorTry using: [wp_eStore_cart_fancy1]
“[wp_eStore_cart_fancy1]
Display the shopping cart with a bit more style on a
post or page (this is the shopping cart display used
on tips and tricks HQ’s checkout page)”
Is this what you were looking for?
September 25, 2010 at 6:23 pm in reply to: Digital download – how to know if file has been downloaded? #24741wzp
ModeratorI examined my own copy of the table. The access_count values show a value from 0 to 5, which is the download limit I have placed on links. I have been running eStore since the first week of September, which I believe was the 4.2.8 version.
Try creating a download link, but don’t click on it. The value should be 0. If you clock on it, the value should be 1. If it stays at 0, perhaps it was something Amin fixed, and you should at least upgrade to the latest version. This is important. the access_count field is what limits people from sharing your links.
September 25, 2010 at 3:20 pm in reply to: Digital download – how to know if file has been downloaded? #24740wzp
ModeratorI’ll look into it
September 24, 2010 at 8:12 pm in reply to: Digital download – how to know if file has been downloaded? #24738wzp
ModeratorThat would be up to Amin.
wzp
ModeratorWe need some more information …
What happens when customers click on a link?
Is this happening to all customers or just some?
September 24, 2010 at 2:14 pm in reply to: Digital download – how to know if file has been downloaded? #24736wzp
ModeratorWarning — Running With Scissors…
You need a copy of the e-mail that contains the download link(s) sent to the customer.
For each download link, is a “file=” followed by what looks link random characters. This is called the download key.
If it hasn’t been removed from the database yet, use phpMyAdmin to look for a database table named wp_wp_eStore_download_links_tbl. There is a download_key column that corresponds to the “file=” string of the download link sent to the customer. There is also an access_count column that tells you how many times the link was clicked on.
-
AuthorPosts