ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-17 01:25:35
Editing: basket.phtml
Cancel
Save Changes
<?php /* Shopping cart contents */ ?> <div id="block-cart-basket"></div> <!--?php echo $this->cart->getText(); ?--> <table width="100%"> <thead> <tr> <th><?php __e('Item')?></th> <th><?php __e('Qty')?></th> <th><?php __e('Subtotal')?></th> </tr> </thead> <?php foreach ($this->cart->getItems() as $item): ?> <tr> <td><?php p($item->item_title) ?></td> <td><?php echo $item->qty ?></td> <td><?php echo $this->cart->getCurrency($item->first_total) ?></td> </tr> <?php endforeach ?> </table> <div class="block-footer"> <a href="<?php $this->pUrl(null, 'view-basket') ?>"><?php __e("View Basket")?></a> | <a href="<?php $this->pUrl(null, 'checkout') ?>"><?php __e("Checkout")?></a> </div>
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete