fixed comments from @devansh-webkul

This commit is contained in:
Domko17 2021-10-29 22:41:57 +02:00
parent 8009fdaea3
commit 164bcba185
12 changed files with 12 additions and 3 deletions

View File

@ -162,9 +162,6 @@ class RegistrationController extends Controller
session()->flash('info', trans('shop::app.customer.signup-form.success-verify-email-unsent'));
}
Order::where('customer_email', $customer->email)->update(['customer_id' => $customer->id]);
session()->flash('success', trans('shop::app.customer.signup-form.success'));
}
@ -183,6 +180,7 @@ class RegistrationController extends Controller
if ($customer) {
$customer->update(['is_verified' => 1, 'token' => 'NULL']);
Order::where('customer_email', $customer->email)->update(['customer_id' => $customer->id]);
session()->flash('success', trans('shop::app.customer.signup-form.verified'));
} else {

View File

@ -484,6 +484,7 @@ return [
'empty' => 'عربة تسوقك فارغة',
'update-cart' => 'تحديث عربة',
'continue-shopping' => 'واصل التسوق',
'continue-registration' => 'متابعة التسجيل',
'proceed-to-checkout' => 'انتقل إلى الخروج',
'remove' => 'احذف',
'remove-link' => 'احذف',

View File

@ -480,6 +480,7 @@ return [
'empty' => 'Ihr Einkaufswagen ist leer',
'update-cart' => 'Warenkorb aktualisieren',
'continue-shopping' => 'Mit dem Einkaufen fortfahren',
'continue-registration' => 'Registrierung fortsetzen',
'proceed-to-checkout' => 'Zur Kasse',
'remove' => 'Entfernen',
'remove-link' => 'Entfernen',

View File

@ -485,6 +485,7 @@ return [
'empty' => 'Tu carrito está vacía',
'update-cart' => 'Actualizar carrito',
'continue-shopping' => 'Seguir comprando',
'continue-registration' => 'Daŭrigu Registradon',
'proceed-to-checkout' => 'Continuar con el pago',
'remove' => 'Eliminar',
'remove-link' => 'Eliminar',

View File

@ -480,6 +480,7 @@ return [
'empty' => 'سبد خرید شما خالی است',
'update-cart' => 'به روز رسانی سبد خرید',
'continue-shopping' => 'ادامه خرید',
'continue-registration' => 'ادامه ثبت نام',
'proceed-to-checkout' => 'ادامه به پرداخت',
'remove' => 'برداشتن',
'remove-link' => 'برداشتن',

View File

@ -479,6 +479,7 @@ return [
'empty' => 'Votre panier est vide',
'update-cart' => 'Mise à jour panier',
'continue-shopping' => 'Continuer vos achats',
'continue-registration' => 'Continuer l inscription',
'proceed-to-checkout' => 'Passer à la caisse',
'remove' => 'Supprimer',
'remove-link' => 'Supprimer',

View File

@ -481,6 +481,7 @@ return [
'empty' => 'Il tuo carrello è ancora vuoto',
'update-cart' => 'Aggiorna Carrello',
'continue-shopping' => 'Continua con i tuoi acquisti',
'continue-registration' => 'Continua la registrazione',
'proceed-to-checkout' => 'Procedi alla Cassa',
'remove' => 'Rimuovi',
'remove-link' => 'Rimuovi',

View File

@ -446,6 +446,7 @@ return [
'empty' => 'カートが空です。',
'update-cart' => 'カートを更新する',
'continue-shopping' => '買い物を続ける',
'continue-registration' => '登録を続ける',
'proceed-to-checkout' => '購入手続きに進む',
'remove' => '削除',
'remove-link' => '削除',

View File

@ -488,6 +488,7 @@ return [
'empty' => 'Uw winkelwagen is leeg',
'update-cart' => 'Winkelwagen bijwerken',
'continue-shopping' => 'Doorgaan met winkelen',
'continue-registration' => 'Doorgaan met registratie',
'proceed-to-checkout' => 'Ga naar de kassa',
'remove' => 'Verwijderen',
'remove-link' => 'Verwijderen',

View File

@ -481,6 +481,7 @@ return [
'empty' => 'Twój koszyk jest pusty',
'update-cart' => 'Zaktualizuj koszyk',
'continue-shopping' => 'Kontynuuj zakupy',
'continue-registration' => 'Kontynuuj rejestrację',
'proceed-to-checkout' => 'Przejdź do kasy”',
'remove' => 'Usuń',
'remove-link' => 'Usuń',

View File

@ -473,6 +473,7 @@ return [
'empty' => 'Seu carrinho de compras está vazio',
'update-cart' => 'Atualizar Carrinho',
'continue-shopping' => 'Continuar Comprando',
'continue-registration' => 'Continuar o registro',
'proceed-to-checkout' => 'Finalizar Compra',
'remove' => 'Remover',
'remove-link' => 'Remover',

View File

@ -481,6 +481,7 @@ return [
'empty' => 'Alışveriş sepetiniz boş',
'update-cart' => 'Sepeti Güncelle',
'continue-shopping' => 'Alışverişe Devam Et',
'continue-registration' => 'Kayda Devam Et',
'proceed-to-checkout' => 'Satın Al',
'remove' => 'Kaldır',
'remove-link' => 'Kaldır',