Forum Replies Created
-
AuthorPosts
-
December 20, 2017 at 1:01 am in reply to: Photo Seller – Attach Photo Release / TIFF file question / Multiple Images #73854
Peter
MemberHi,
Regarding “tiff” file support – I just looked into the code more carefully and it is not supported by the photo seller. Therefore I recommend that you convert the files to jpg or png.
Peter
MemberHi,
You have some inline css which has an id “anima-main-inline-css” which is causing this because it is setting one of the html elements used for displaying the search results (#primary) to width 330px.
You are going to have override this with some custom css.
Here’s an example:
#primary .wpps_search_results{
width: 650px;
}But this is not ideal because then you will lose the responsiveness.
I think I might change the CSS id name (called “primary”) in the photo seller code so that it is unique enough to not be overridden by other plugins or themes.
For now you might want to use the above code or remove that bit of CSS code which you appear to have added from your theme custom css. ie, I’m referring to this:
#primary { width: 330px; }
If you remove the above you won’t need the css code I gave you.
Peter
MemberThat’s great news, I’m glad you got it working.
December 14, 2017 at 11:59 pm in reply to: WP Photo Seller – Paypal delay in completing order #76893Peter
MemberHi AMGill,
There should be no big delay between the time the customer completes their payment on the paypal site and is redirected back to your site. As soon as the person lands back on your site’s thank you page the order will be saved in the photo seller DB table.
Please check that you have the following setup correctly:
Log into your paypal account and check the following settings:
1) “Auto Return” (this should be enabled)
2) “Payment Data Transfer” (this should be enabled)
3) “Instant Payment Notification (IPN)” (this should be enabled).
4) UTF-8 formatting enabled as per https://support.tipsandtricks-hq.com/forums/topic/some-characters-and-text-not-recognizable-in-the-notification-email
Photo seller side:
1) In Payment Gateway Settings make sure you have entered your paypal email and also the correct PDT identity token.
Peter
MemberDo you mean the coupon doesn’t deduct from grand total cost of the order? (ie, photo price + tax + shipping)
Peter
MemberHi AMGill,
I will look at the code to see what can be about having no expiry. Will get back to you.
Peter
MemberHi Mak1990,
I think this might be due to the following issue:
https://support.tipsandtricks-hq.com/forums/topic/wpspaypalstandardphp-secure-against-null-values
I will email you so I can investigate further.
Peter
MemberI’ll also send you an email so I can grab an example of the watermark stamp and an actual photo you are using so I can try it on my test system.
Peter
MemberDo you have logs enabled and if so have you had a look in the log file to see if there is anything related to this?
For the watermark image are you using a png or jpg file?
December 13, 2017 at 1:13 am in reply to: Photo Seller – Can I change the design of the price table? #69325Peter
MemberThis should work:
#viewCartTable .pure-table-odd td{
background-color: transparent;
}December 12, 2017 at 10:12 pm in reply to: Photo Seller – Can I change the design of the price table? #69323Peter
Membercan you please provide the URL of the exact page you are referring to?
Peter
MemberHi,
I think for starters your watermark image should be smaller than the official photo you are trying to sell because as explained earlier the plugin will overlay the images.
Have you tried a watermark around a third or quarter of the size of the main image?
December 12, 2017 at 10:05 pm in reply to: wp photo seller – notification emails to customers are not sending after purchas #76881Peter
MemberHi,
The log file is located in this plugin’s directory.
Look for a file called log.txt.
Peter
MemberOk yes I see what you mean now.
I will add those checks in the code. Thanks for your feedback.
Peter
MemberHi again Andy…..oops I forgot to set my reminder and hence forgot to send the email.
Just sent an email now.
-
AuthorPosts