diff --git a/src/app/core/layout/store-layout/store-layout.component.ts b/src/app/core/layout/store-layout/store-layout.component.ts index 72506e4..b5740d0 100644 --- a/src/app/core/layout/store-layout/store-layout.component.ts +++ b/src/app/core/layout/store-layout/store-layout.component.ts @@ -236,7 +236,6 @@ export class StoreLayoutComponent implements OnInit { cart_id: cart.id, }); - this.cartService.clearCart(); this.isCartOpen.set(false); await this.router.navigate(['/checkout'], { queryParams: { purchase: purchase.id },