Tagged: additional form fields, bug, checkout, form fields
This topic contains 13 replies, has 6 voices, and was last updated by dolec 1 year, 8 months ago.
| Author | Posts |
|---|---|
| Author | Posts |
| May 7, 2011 at 4:55 am #104824 | |
|
Copernicus |
I’ve been having several problems with the “Additional Form Fields” functionality (using v3.8.2 with the Gold Cart Plugin). Foremost, I am not able to assign the additional form fields to a category.
Secondly, there is a problem that products with variations will not show the additional checkout form fields as expected.
Anyone else experiencing this or, ideally, have a solution? |
| May 9, 2011 at 4:54 pm #104825 | |
|
jRayx |
Hey Copernicus, I just ran into this issue literally an hour after you posted this. I’ve solved the first part of the problem and only just now reached the same conclusion as you regarding the second issue. In “wp-e-commerce\wpsc-admin\includes\save-data.functions.php”, for me its on line 612: That should solve category addition checkout fields saving for you. I’ll get back on here once i figure out the second issue. My php coding skill is like…4 years rusty |
| May 10, 2011 at 6:53 am #104826 | |
|
jRayx |
Bah, this code is so fun to work in |
| May 10, 2011 at 7:43 am #104827 | |
|
Copernicus |
Thanks for your on-going efforts & update. I’ll keep an eye out for your next fix! |
| May 10, 2011 at 8:00 am #104828 | |
|
Copernicus |
Update: I just deployed the fix you’ve posted for the connection of the “Additional Form Fields” with a product category on the admin side. While it does work in accurately updating the “Category Settings > Category requires additional checkout form fields” dropdown, the fix does NOT change the display of the form fields on the public side (so the checkout form is still just the default form regardless of what’s reported by the “Category Settings” section in the admin area). |
| May 10, 2011 at 8:15 am #104829 | |
|
jRayx |
Second issue fix… in “wp-e-commerce\wpsc-includes\cart.class.php line 1651 looks like this : Add this snippet after that line :
|
| May 10, 2011 at 8:18 am #104830 | |
|
jRayx |
So the first fix for saving categories didn’t work for you on a product without variations? It worked for me on a single product with no variations, but when i added variations it stopped working. So i dug more and the fix i just posted for cart.class.php in conjunction with the save-data.functions.php fix should work for you. |
| May 10, 2011 at 10:08 am #104831 | |
|
Copernicus |
Awesome. THANK YOU! Thanks again! |
| May 10, 2011 at 12:36 pm #104832 | |
|
jRayx |
You’re welcome |
| May 14, 2011 at 6:00 am #104833 | |
|
waylaydesign |
Just wanted to say thanks jRayx. Hunted and hunted for this fix. Editing the cart.class.php worked like a champ. |
| June 22, 2011 at 5:05 am #104834 | |
|
dijitul |
I also wanted to thank you.. Your fix means we can now save the category option “Category requires additional checkout form fields” YOu ROCK! |
| June 28, 2011 at 2:50 am #104835 | |
|
bpluijms New Member
|
Hello, I am still not be able to show additional fields on checkout when using variations. Someone who could point me in the right way? |
| September 8, 2011 at 10:35 pm #224062 | |
|
dolec New Member
|
still not saving in version 3.85 |
| September 8, 2011 at 10:39 pm #224063 | |
|
dolec New Member
|
i tried isset(use_additional_form_set) andnow is working |
The forum ‘3.8 Stable Release’ is closed to new topics and replies.