{txt key=TEXT_PRODUCT_AVAILABLE} {$date_available|date_format:"%A, %B %e, %Y"}
{/if} {if $allow_add_cart eq 'true'} {if $products_fsk18 == '1'}{txt key=TEXT_PRODUCTS_FSK18_NOTE}
{/if} {/if} {if $smarty.const._CUST_STATUS_SHOW_PRICE eq '1' and $products_price.formated neq ''}{$products_price.formated}
{if $base_price && !$group_price}{$base_price.price} {txt key=TEXT_SHIPPING_BASE_PER} {$base_price.vpe.name}
{/if} {if $products_shipping_link}{$products_tax_info.tax_desc} {txt key=TEXT_EXCL_SHIPPING}
{else}{$products_tax_info.tax_desc} {txt key=TEXT_EXCL_SHIPPING}
{/if} {price_table} {/if} {if $products_model!=''}{txt key=TEXT_PRODUCTS_MODEL} {$products_model}
{/if} {if $products_weight > 0}{txt key=TEXT_PRODUCTS_WEIGHT} {$products_weight|number_format:2:",":"."} KG
{/if} {if $stock_image}{img img=$stock_image.image type=t_img_stockrules}
{$stock_image.name}
{/if} {if $shipping_status}{txt key=TEXT_SHIPPING_STATUS} {$shipping_status}
{/if} {if $products_discount!=''}{$products_discount}
{/if} {hook key=product_info_tpl_before_cart} {if $allow_add_cart eq 'true'} {form type=form name=product action='dynamic' link_params=getParams method=post} {form type=hidden name=action value=add_product} {form type=hidden name=product value=$products_id} {$products_information}{form type=text name=qty value=1} {css_button text=$smarty.const.BUTTON_ADD_CART type='form'}
{form type=formend} {/if} {hook key=product_info_tpl_cart}{img img=$products_image type=m_info alt=$products_name|escape:"html" width=auto height=auto}
{/if}{$products_name}
{$products_description}
{txt key=TEXT_XT_REVIEWS_RATING_DESC}
{$message} {form type=form name=write_review action='dynamic' link_params=getParams method=post} {form type=hidden name=action value=add_review} {form type=hidden name=page value='reviews'} {form type=hidden name=paction value='write'} {form type=hidden name=products_id value=$products_id} {form params='id="review_rating"' type=select name=review_rating value=$rating default=$review_rating} {form id=review_title type=text name=review_title size=60 value=$review_title} {form id=review_text type=textarea name=review_text cols=60 rows=10 default=$review_text}{css_button text=$smarty.const.BUTTON_SAVE type='form'} {txt key=BUTTON_BACK}
{form type=formend}