Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › WP Photo seller – download link does not work
Tagged: cart, coupon, download link, manual option
- This topic has 35 replies, 7 voices, and was last updated 9 years, 3 months ago by Peter.
-
AuthorPosts
-
August 13, 2015 at 7:35 am #58674JOFSMember
Yes, i modified the code and only because the word “Digital” are in the way and not anything i need. So i understand a update will fix my download link problem but i would really want help (if possible) with a solution were i still can use the code as it is without the “Digital” in fron of the photo selections. Perhaps a different {product_link_digital_items_only} or something like that?
Thanks!
August 13, 2015 at 12:29 pm #58675PeterMemberIf you want to modify the description string for a photo product variation we have a few filters you can use:
wpps_filter_digital_variation_res_string
this one filters just the resolution string part, eg,
Digital : FullRes(5760×3840)
wpps_filter_digital_variation_name_and_res_string
this filters the part after the “Digital” string, eg,
Digital : FullRes(5760×3840)
wpps_filter_full_digital_variation_string
this filters the complete description string, eg,
Digital : FullRes(5760×3840)
The above filters can be found in the following file:
wp-photo-seller/models/WPSPhotoProduct.php
In your case you would be interested in the last filter listed above.
August 25, 2015 at 9:51 am #58676asrMemberI have similar problem.
When i choose payment method “Manual checkout” eveythings is fine – i recive email with valid links to photos. But when I choose “PayPal checkout” a recive mail with links, but when i cklick on it – o getting blank page and no files are downloading.
I have PayPal Test mode on.
How can I fix it?
August 25, 2015 at 12:12 pm #58677PeterMemberAre you saying that the download links in the email for the manual checkout work but the download links from the paypal checkout don’t? Are you testing the exact same photos?
Can you setup a dummy gallery with a price of $0.01 so we can try a test purchase?
Can you also check your server log files to see if there are any strange errors?
August 25, 2015 at 1:48 pm #58678asrMemberThat’s right. Same photos, different ends.
Here is example picture. PayPal Test mode is still on.
[http://sportismypassion.iq.pl/photo_details/2/31/DSC_5751/view/]
August 26, 2015 at 12:58 am #58679PeterMemberI just tried a test purcahse and I was able to successfully to download the photo using the link. The following is the link I got in the email:
[http://sportismypassion.iq.pl/?wps_file_dl=1&id=8&duid=093eaf3760d2d77ff2103846ce6b1202]
However, during the purchase when I was inside the paypal screen I noticed that it did not automatically return me to your site, ie, I had to click the return link. This is due to your paypal account settings. Please ensure you have configured the following:
Log in to your paypal acct and go to “Website Payment Preferences”.
Check these your settings for the following:
1) “Auto Return” (this should be enabled)
2) Also find the “Instant Payment Notification (IPN)” setting and please enable this feature if it’s not enabled.
When enabling it will ask you for a “Notification URL” – simply set this to your homepage URL.
3) “Payment Data Transfer (optional)” (try enabling this too if not enabled)
-
AuthorPosts
- You must be logged in to reply to this topic.