Forums
(@iegnation)
8 years, 10 months ago
Updated link with full code.
Here’s the URL for the old version of “form_display.php”
https://gist.github.com/anonymous/8951cb39d4779e5a0025
Seems the issue is coming from the “form_display.php” file, if I replace it with the old version the prices show up again.
I have the same issue after updating Gravity Forms to the latest version, the prices wont show on the product page.
If I revert back to the old version (1.9.13.19) the prices work again.
Have you found a fix for this issue yet? Thanks.
11 years, 8 months ago
Fixed, on nggfunctions.php replace:
On line 480
// Get options $ngg_options = $ngg->options;
Replace with
// Get options $ngg_options = nggGallery::get_option('ngg_options');