everything semi working before sample implementation

This commit is contained in:
twotalesanimation
2025-12-30 00:09:14 +02:00
parent 00b8ff77b2
commit 3c24c0e9ef
39 changed files with 1072 additions and 1615 deletions
@@ -18,11 +18,7 @@
margin-bottom: 3rem;
}
.cart-items {
background: white;
padding: 2rem;
border-radius: 8px;
}
.empty-cart {
text-align: center;
@@ -111,9 +107,6 @@
}
.summary {
background: white;
padding: 2rem;
border-radius: 8px;
height: fit-content;
}
@@ -223,7 +216,7 @@
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if(count($items) > 0): ?>
<div class="cart-container">
<!-- Cart Items -->
<div class="cart-items">
<div class="cart-items card">
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php $__currentLoopData = $items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="cart-item">
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($item['product']->images->count() > 0): ?>
@@ -279,7 +272,7 @@
</div>
<!-- Summary -->
<div class="summary">
<div class="summary card">
<h2>Order Summary</h2>
<div class="summary-row">