cupidare Posted November 1, 2015 Posted November 1, 2015 Hello together, I experienced that the inputfield for the "city" in checkout_shipping_address.php and checkout_payment_address.php were missing. A slight change in includes/modules/checkout_new_address.php in line 110 from if (tep_not_null(ENTRY_CITY_TEXT)) echo '<span id="atCity" class="help-block">' . ENTRY_CITY_TEXT . '</span>'; to echo tep_draw_input_field('city', NULL, 'id="inputCity" placeholder="' . ENTRY_CITY_TEXT . '"'); solved it. Is / was this an error or misunderstood feature? best cupidare
Recommended Posts
Archived
This topic is now archived and is closed to further replies.