{$lang.text_gr_desired_products}

{include file="common_templates/subheader.tpl" title=$lang.defined_desired_products} {if $event_data.products}
{if $access_key} {/if} {foreach from=$event_data.products item="product" key="key"} {/foreach}
{include file="common_templates/image.tpl" image_width=$settings.Appearance.thumbnail_width obj_id=$key images=$product.main_pair object_type="product"}
{$product.product|escape:html} {$lang.remove} {if $product.product_code}
{$lang.sku}: {$product.product_code}
{/if}

{$product.short_description|truncate:200:"..."}

{include file="products_pages/product_options.tpl" product_options=$product.product_options product=$product name="event_products" id=$key location="cart"}
{$lang.price} {$lang.desired_amount} {$lang.bought_amount}
{if $product.discounts} {include file="common_templates/price.tpl" value=$product.discounted_price span_id="discounted_price_`$key`" class="main-text"} {else} {include file="common_templates/price.tpl" value=$product.price span_id="original_price_`$key`" class="main-text"} {/if} {$product.ordered_amount}
{if $product.product_type == 'C'} configure {/if}

{include file="buttons/button.tpl" but_text=$lang.update but_onclick="javascript:document.event_products_form.submit();" but_type="input"}

{else}


{$lang.text_no_products_defined}
 


{/if}
{include file="common_templates/subheader.tpl" title=$lang.add_products_to_section} {capture name="section"} {include file="products_pages/products_search_form.tpl" target="events" mode="update" search_type="extended" form_name="event_search_products" search_form="N" search_products='Y' extra=""} {/capture} {include file="common_templates/section.tpl" section_title=$lang.search_for_products section_content=$smarty.capture.section} {if $products} {if $smarty.capture.js_loaded != "Y"} {capture name="js_loaded"}Y{/capture} {/if}
{if $access_key} {/if} {include file="common_templates/pagination.tpl"} {foreach from=$products item=product key=key name="products"} {/foreach}
{include file="common_templates/image.tpl" image_width=$settings.Appearance.thumbnail_width obj_id=$product.product_id images=$product.main_pair object_type="product"} {$lang.view_details} ››   
{$product.product|escape:html}
{if $product.product_code}
{$lang.sku}: {$product.product_code}

{/if} {$product.short_description|truncate:280:"... `$lang.more_link`"}

{if $product.price|floatval || $product.zero_price_action == 'P'} {if $product.discounts && $product.price|floatval}{$lang.discounted_price} {include file="common_templates/price.tpl" value=$product.discounted_price span_id="discounted_price_`$product.product_id`"} {else} {if $product.list_price > $product.price && $product.price != 0}{$lang.our_price}{else }{$lang.price}{/if}: {include file="common_templates/price.tpl" value=$product.price span_id="original_price_`$product.product_id`"} {/if} {elseif $product.zero_price_action == 'A'} {$lang.enter_your_price}: {elseif $product.zero_price_action == 'R'} {$lang.contact_us_for_price} {/if}

{if $product.is_edp == 'Y'} [{$lang.text_edp_product}]
{/if} {if $product.product_options} {include file="products_pages/product_options.tpl" id=$product.product_id product_options=$product.product_options name="product_data"}

{/if} {if $settings.General.inventory_tracking == 'Y' && $product.amount <= 0 && $product.is_edp != 'Y' && $product.tracking == 'B'}
{$lang.text_out_of_stock}
{/if}
  
{$lang.top} 
{if !$smarty.foreach.products.last}

{/if}
{include file="common_templates/pagination.tpl"}
{include file="buttons/button.tpl" but_text=$lang.add_selected but_onclick="add_bulk_products();" action_but="action_"}

{/if}