Skip to content

Instantly share code, notes, and snippets.

diff --git a/app/functions/fn.cart.php b/app/functions/fn.cart.php
index 2d2176d..97f8c49 100644
--- a/app/functions/fn.cart.php
+++ b/app/functions/fn.cart.php
@@ -7871,6 +7871,20 @@ function fn_checkout_update_steps(&$cart, &$auth, $params)
// Check if we need to send notification with new email to customer
$email = db_get_field('SELECT email FROM ?:users WHERE user_id = ?i', $auth['user_id']);
+ $fields = array('firstname', 'lastname');
+ $is_checkout_show = db_get_hash_single_array(