{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"}
{block name="module_order_details_table"} {block name="module_order_details_table_thead"} {include file="get_usermod:{$tpl_path}snippets/order/order_item.html" is_wishlist=false is_tablehead=true } {/block} {block name="module_order_details_table_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:"
"} {/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} {/block}
{/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"}
{$button.continue_shopping}
{/block} {/if} {/block}
{block name="module_order_details_order_total"}
{include file="get_usermod:{$tpl_path}snippets/order/order_total.html"}
{/block} {/block}