Hi JM, I also can no longer access a custom checkout form set with 3.9.4. Hopefully we will hear an answer soon.
https://wordpress.org/support/topic/cant-access-custom-checkout-form-sets-anymore?replies=1#post-7163124
Same problem here. The problem appears to be with the URL.
It’s trying to go here:
/wp-admin/options-general.php?page=wpsc-settings#038;tab=checkout&checkout_set=3
But it should go here:
/wp-admin/options-general.php?page=wpsc-settings?tab=checkout&checkout_set=3
Thanks for reporting this! I believe this error was introduced in 3.9.3. We’ll post a fix for it ASAP.
Lovely fatpat76, thank you! I should have caught that. I replaced #038; with & and was able to edit my checkout form no problem. Woohoo!
I can confirm that this is fixed in our upcoming release.
That’s awesome. Thumbs up!
I have the same problem
Justin – Where can I find the fix you suggested you were going to post?
fatpat76, a reference to where I can find the code you highlighted would be appreciated. Thanks
I don’t think the fix is out yet, but you can get around it for the moment by doing this:
Go to your store settings
Click the Checkout tab
Select the form set you wish to edit
When you get taken back to the main settings area with that “settings saved” message, look at the URL.
Replace #038; with the character & and hit enter. You should be at your checkout forms.
This worked for me. 🙂
Thanks Skygirl
I had #038 2x in the url.
/wp-admin/options-general.php?page=wpsc-settings#038;tab=checkout&checkout_set=7
I simply replaced
/wp-admin/options-general.php?page=wpsc-settings&tab=checkout&checkout_set=7
And voila. thanks