ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
storage
/
framework
/
views
/
Viewing: ea8da9aac27a273ad828ac90327d63dc.php
<div class="card mt-2 category-wise-product"> <div class="card-body"> <div class="mb-3 mb-sm-20"> <h3><?php echo e(translate('Category_Wise_Product_List')); ?></h3> <p class="mb-0 fs-12"> <?php echo e(translate('category_or_subcategory_wise_product_list_is_for_displaying_the_products_which_are_mostly_ordered').', '.translate('_have_positive_reviews_&_ratings_and_in_alphabetical_order')); ?> </p> </div> <div class="p-12 p-sm-20 bg-section rounded"> <div class="d-flex flex-column gap-20"> <div class="bg-white p-3 rounded"> <div class="row g-4"> <div class="col-xl-6 col-md-6"> <div class="form-check d-flex gap-2 gap-sm-3"> <input class="form-check-input radio--input radio--input_lg switcher-input-js" type="radio" name="category_wise_product_list_priority[custom_sorting_status]" value="0" data-parent-class="category-wise-product" data-from="default-sorting" <?php echo e($categoryWiseProductListPriority?->custom_sorting_status == 1 ? '' : 'checked'); ?>> <div class="flex-grow-1"> <label for="" class="form-label text-dark fw-semibold mb-1"> <?php echo e(translate('use_Default_Sorting_List')); ?> </label> <p class="fs-12 mb-3"> <?php echo e(translate('currently_sorting_this_section_based_on_orders')); ?> </p> </div> </div> </div> <div class="col-xl-6 col-md-6"> <div class="form-check d-flex gap-2 gap-sm-3"> <input class="form-check-input radio--input radio--input_lg switcher-input-js" type="radio" name="category_wise_product_list_priority[custom_sorting_status]" value="1" data-parent-class="category-wise-product" data-from="custom-sorting" <?php echo e(isset($categoryWiseProductListPriority?->custom_sorting_status) && $categoryWiseProductListPriority?->custom_sorting_status == 1 ? 'checked' : ''); ?>> <div class="flex-grow-1"> <label for="" class="form-label text-dark fw-semibold mb-1"> <?php echo e(translate('use_Custom_Sorting_List')); ?> </label> <p class="fs-12 mb-3"> <?php echo e(translate('you_can_sorting_this_section_by_others_way')); ?> </p> </div> </div> </div> </div> </div> <div class="custom-sorting-radio-list <?php echo e(isset($categoryWiseProductListPriority?->custom_sorting_status) && $categoryWiseProductListPriority?->custom_sorting_status == 1 ? '' : 'd--none'); ?>"> <div class="d-flex flex-column gap-20"> <div class="d-flex flex-column gap-3 gap-sm-4 border rounded-10 bg-white p-12 p-sm-20"> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="category_wise_product_list_priority[sort_by]" value="most_order" id="category-wise-product-sort-by-most-order" <?php echo e(isset($categoryWiseProductListPriority?->sort_by) ? ($categoryWiseProductListPriority?->sort_by == 'most_order' ? 'checked' : '') : 'checked'); ?>> <label class="form-check-label" for="category-wise-product-sort-by-most-order"> <?php echo e(translate('sort_By_Most_Order')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="category_wise_product_list_priority[sort_by]" value="reviews_count" id="category-wise-product-sort-by-reviews-count" <?php echo e(isset($categoryWiseProductListPriority?->sort_by) && $categoryWiseProductListPriority?->sort_by == 'reviews_count' ? 'checked' : ''); ?>> <label class="form-check-label" for="category-wise-product-sort-by-reviews-count"> <?php echo e(translate('sort_By_Reviews_Count')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="category_wise_product_list_priority[sort_by]" value="rating" id="category-wise-product-sort-by-ratings" <?php echo e(isset($categoryWiseProductListPriority?->sort_by) && $categoryWiseProductListPriority?->sort_by == 'rating' ? 'checked' : ''); ?>> <label class="form-check-label" for="category-wise-product-sort-by-ratings"> <?php echo e(translate('sort_By_Average_Ratings')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="category_wise_product_list_priority[sort_by]" value="a_to_z" id="category-wise-product-alphabetic-order" <?php echo e(isset($categoryWiseProductListPriority?->sort_by) && $categoryWiseProductListPriority?->sort_by == 'a_to_z' ? 'checked' : ''); ?>> <label class="form-check-label" for="category-wise-product-alphabetic-order"> <?php echo e(translate('sort_By_Alphabetical')); ?> (<?php echo e('A '.translate('to').' Z'); ?>) </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="category_wise_product_list_priority[sort_by]" value="z_to_a" id="category-wise-product-alphabetic-order-reverse" <?php echo e(isset($categoryWiseProductListPriority?->sort_by) && $categoryWiseProductListPriority?->sort_by == 'z_to_a' ? 'checked' : ''); ?>> <label class="form-check-label" for="category-wise-product-alphabetic-order-reverse"> <?php echo e(translate('sort_By_Alphabetical')); ?> (<?php echo e('Z '.translate('to').' A'); ?>) </label> </div> </div> <div class="d-flex flex-column gap-3 gap-sm-4 border rounded-10 bg-white p-12 p-sm-20"> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="category_wise_product_list_priority[out_of_stock_product]" value="desc" data-parent-class="category-wise-product" id="category-wise-product-stock-out-remove" <?php echo e(isset($categoryWiseProductListPriority?->out_of_stock_product) && $categoryWiseProductListPriority?->out_of_stock_product == 'desc' ? 'checked' : ''); ?>> <label class="form-check-label" for="category-wise-product-stock-out-remove"> <?php echo e(translate('show_Stock_Out_Products_In_The_Last')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="category_wise_product_list_priority[out_of_stock_product]" value="hide" data-parent-class="category-wise-product" id="category-wise-product-stock-out-last" <?php echo e(isset($categoryWiseProductListPriority?->out_of_stock_product) && $categoryWiseProductListPriority?->out_of_stock_product == 'hide' ? 'checked' : ''); ?>> <label class="form-check-label" for="category-wise-product-stock-out-last"> <?php echo e(translate('remove_Stock_Out_Products_From_The_List')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="category_wise_product_list_priority[out_of_stock_product]" value="default" data-parent-class="category-wise-product" id="category-wise-product-stock-out-default" <?php echo e(isset($categoryWiseProductListPriority?->out_of_stock_product) ? ($categoryWiseProductListPriority?->out_of_stock_product == 'default' ? 'checked' : '') :'checked'); ?>> <label class="form-check-label" for="category-wise-product-stock-out-default"> <?php echo e(translate('none')); ?> </label> </div> </div> <div class="d-flex flex-column gap-3 gap-sm-4 border rounded-10 bg-white p-12 p-sm-20"> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="category_wise_product_list_priority[temporary_close_sorting]" value="desc" data-parent-class="category-wise-product" id="category-wise-product-temporary-close-last" <?php echo e(isset($categoryWiseProductListPriority?->temporary_close_sorting) && $categoryWiseProductListPriority?->temporary_close_sorting == 'desc' ? 'checked' : ''); ?>> <label class="form-check-label" for="category-wise-product-temporary-close-last"> <?php echo e(translate('show_Product_In_The_Last_If_Store_Is_Temporarily_Off')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="category_wise_product_list_priority[temporary_close_sorting]" value="hide" data-parent-class="category-wise-product" id="category-wise-product-temporary-close-remove" <?php echo e(isset($categoryWiseProductListPriority?->temporary_close_sorting) ? ($categoryWiseProductListPriority?->temporary_close_sorting == 'hide' ? 'checked' : '') :'checked'); ?>> <label class="form-check-label" for="category-wise-product-temporary-close-remove"> <?php echo e(translate('remove_Product_From_The_List_If_Store_Is_Temporarily_Off')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="category_wise_product_list_priority[temporary_close_sorting]" value="default" data-parent-class="category-wise-product" id="category-wise-product-temporary-close-default" <?php echo e(isset($categoryWiseProductListPriority?->temporary_close_sorting) ?($categoryWiseProductListPriority?->temporary_close_sorting == 'default' ? 'checked' : '' ) : 'checked'); ?>> <label class="form-check-label" for="category-wise-product-temporary-close-default"> <?php echo e(translate('none')); ?> </label> </div> </div> </div> </div> </div> </div> </div> </div> <?php /**PATH /home/pollibazaar/public_html/resources/views/admin-views/business-settings/priority-setup/partial/category-wise-product.blade.php ENDPATH**/ ?>
Coded With 💗 by
0x6ick