Uploaded the files.
This commit is contained in:
commit
37661b3ee7
374 changed files with 90632 additions and 0 deletions
15
cart.php
Normal file
15
cart.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
include "header.php";
|
||||
?>
|
||||
|
||||
|
||||
<section class="section">
|
||||
<div class="container-fluid">
|
||||
<div id="cart_checkout">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<?php
|
||||
include "newslettter.php";
|
||||
include "footer.php";
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue