Undefined variable $formatted_installments_price
-
Estava tendo o seguinte erro:
H01071: Got error '; PHP message: PHP Warning: Undefined variable $formatted_installments_price in /public/installments-calc.php on line 188'
Resolvi alterando a linha 188 do arquivo para:
if (isset($formatted_installments_price)) { echo apply_filters('fswp_installments_calc_output', $installments_html, $prefix, $installments, $formatted_installments_price, $suffix); } else { }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Undefined variable $formatted_installments_price’ is closed to new replies.