Forum Replies Created
-
AuthorPosts
-
Peter
MemberI 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)
Peter
MemberAre 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?
Peter
MemberI sent you an email, please check your inbox.
Peter
MemberHi,
Currently no it is not.
All you need to do is just select the relevant item in the “Sort Order Of Gallery Images” dropdown. Is that setting not working for you?
Peter
Member1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
.wpps-search-page-wrapper{
max-width: 960px;
margin: 0 auto;
}August 19, 2015 at 11:27 pm in reply to: problem getting from detail page to cart and then to checkout #66845Peter
MemberWhat type of server is your site hosted on – shared, VPS, other?
Have you checked the server log files to see if there are any error logs?
I have a feeling you may be running out of server ram memory during the watermarking. (your server logs should reveal this – if you can’t find them ask your host provider to help you)
August 18, 2015 at 11:46 pm in reply to: problem getting from detail page to cart and then to checkout #66841Peter
MemberLooks like only the last 4 photos are not working.
Have you tried deleting only those 4 photos and uploading them again from the gallery settings?
Peter
MemberIf 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.
Peter
MemberI deleted “Digital” in front of each photo selection
I’m assuming you mean that you modified some of the code to do this?
If functionality is still broken, please download a fresh copy of the plugin:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Peter
MemberCan you also try testing with a zip file which contains less photos than the one which is currently failing?
August 12, 2015 at 12:07 am in reply to: WP Photoseller – Complete Gallery Download Bugs/Cannot set 0 price for Gallery #71096Peter
MemberFor free downloads you need to use the “Enable Instant Download” checkbox in the gallery settings.
It will allow customer to download a photo for free from the photo details page.
We currently don’t support free download of complete gallery.
Peter
MemberWhat type of server is you site hosted on – shared, VPS (or other)?
Please check your server logs for any errors and let us know what they are.
Peter
Member2 days ago I sent you an example zip file with 2 photos inside it. This was meant to illustrate to you what a correctly made zip file for bulk uploading should look like. Did you try it?
Peter
MemberDoes the issue occur for every zip file you try or a specific one?
I have sent you an example zip file with 2 photos which I know works. Please try that and let me know if it works on your site.
Peter
MemberLooks like the security .htaccess file inside the uploads/wp_photo_seller directory is blocking the images. I think this may be due to “HTTP_REFERER” variable not being correct.
Can you ask your host provider what value your server returns for “HTTP_REFERER”?
-
AuthorPosts