Wishlist Multiple Delete
This commit is contained in:
parent
3fd03351c3
commit
13fed959b1
|
@ -178,7 +178,7 @@ if ($_SESSION["userId"] <> "") {
|
|||
?>
|
||||
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-6 mb-6 pro-gl-content">
|
||||
<div class="ec-product-inner">
|
||||
<!-- raymart added style for checkbox feb 19 2024 -->
|
||||
<!-- raymart added style for checkboxes feb 19 2024 -->
|
||||
<input type="checkbox" class="product-checkbox" style="width: 20px; height: 20px; "value="<?php echo $product["_id"]; ?>">
|
||||
<div class="ec-pro-image-outer">
|
||||
<div class="ec-pro-image">
|
||||
|
|
Loading…
Reference in New Issue