jeffm2008
Forum Replies Created
-
I did actually verify a new PayPal primary email address yesterday, AFTER I initially set up PayPal standard with my old email address.
However, it is currently set to my new primary PayPal email address.
I don’t know if it takes a while to update the new address on PayPals server?
Hope that made sense.
Thank you for your response.
It does appear that my email address in woocommerce is set to my verified primary PayPal email address.
Also, unfortunately I do not see a setting in the woocommere settings for “orders to autocomplete”. Could you please tell me exactly where that is located?
The only thing that I see that is close is “Payment Action” is set to “capture”. With the other option being “Authorize”.
Thank you again.
Forum: Plugins
In reply to: [GC Testimonials] [Plugin: GC Testimonials] Transition/Cycle Speed in widgetGreat! Thanks!
I guess what I meant was the “timeout”…either way this got me to the right spot!
Great plugin!
Thanks!
I’ve gotten the cart to show up up on the checkout page by pointing the session.save path to the absolute path of the home directory..
But I have still have multiple issues..
I am able to check out via paypal, but it doesn’t redirect me automatically back, I have to click the “return to…” link.
Then when I am redirected i get a “You do not have permission to download this file” error and can not download the file.
Also, I never receive the confirmation email with the download links.
Thanks!
I put session_save_path(realpath(dirname($_SERVER[‘DOCUMENT_ROOT’]) . ‘/../session’));
in the beginning of my wp-config.php file and it still doesn’t work…
was that right?
Thanks
Thanks for the quick response…
I am unsure exactly where to put it (below)… Sorry I don’t mess with the php.ini often. Do I just replace: session.save_path = “/var/php_sessions” with the session_save_path(realpath(dirname($_SERVER[‘DOCUMENT_ROOT’]) . ‘/../session’)); ?
I tried that and it didn’t seem to do anything
Thank you in advance!
The file storage module creates files using mode 600 by default.
; You can change that by using
;
; session.save_path = “N;MODE;/path”
;
; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process’s umask.
; https://php.net/session.save-path
session.save_path = “/var/php_sessions”Thanks…
Although it does work on my site with WP 3.4.1 with the”Simple Catch” theme and the checkout page works, but I get this error when I go to click the download link (both sites are hosted on startlogic.com)
“You do not have permission to download this file
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.”
However, it doesn’t work at all on the site running atahualpa, with plugins:
Akismet
Facebook Button Plugin (disabled)
Hello Dolly (disabled)
Jetpack by WordPress.com
Maintenance (disabled)
Select Meteor Slides
SEO Ultimate (disabled)
I am just unclear on the php.ini fix..I do have acces to it..but the forum post isn’t really clear on the fix…
any help would be greatly apppreciated!
Thank you!! ??
Forum: Plugins
In reply to: [Plugin: WP Photo Album Plus] Slideshow feature not workingFor example….when someone clicks on the album cover…I do not need it to to go the slideshow. I do not need it clickable at all. thank you!
Forum: Plugins
In reply to: [Plugin: WP Photo Album Plus] Slideshow feature not workingHi,
thanks for the great plugin!I was wondering if there was a way to disable the slideshow all together? Im using the plugin for a discography page on a record label website. So each album is a years worth of CD releases, so I’m not really using it for a photo album. I don’t need the slideshow feature and would love to disable it all together. Any help would be appreciated. Thanks again!
Jeff