Wrong label
-
Hi,
in the file templates/checkout/form-summary.php line 23, I found this
<span class=”llms-label”><?php _e( ‘Terms’, ‘lifterlms’ ); ?>:</span>
<span class=”price-regular”><?php echo $plan->get_price( ‘price’ ); ?></span>but I think that the label is wrong, It should be a price, I mean that the right code has to be this
<span class=”llms-label”><?php _e( ‘Price’, ‘lifterlms’ ); ?>:</span>
24 <span class=”price-regular”><?php echo $plan->get_price( ‘price’ ); ?></span>because the class is price and the label has to be “price”
what do you think about?
Regards
Giovanni
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Wrong label’ is closed to new replies.