Edit File: products.tpl
{** block-description:products **} {if $block.properties.hide_add_to_cart_button == "Y"} {assign var="_show_add_to_cart" value=false} {else} {assign var="_show_add_to_cart" value=true} {/if} {if $block.properties.hide_options == "Y"} {assign var="_show_product_options" value=false} {else} {assign var="_show_product_options" value=true} {/if} {include file="blocks/list_templates/products_list.tpl" products=$items no_sorting="Y" obj_prefix="`$block.block_id`000" no_pagination=true show_name=true show_sku=true show_rating=true show_features=true show_prod_descr=true show_old_price=true show_price=true show_clean_price=true show_list_discount=true show_discount_label=true show_product_amount=true show_product_options=$_show_product_options show_qty=true show_min_qty=true show_product_edp=true show_add_to_cart=$_show_add_to_cart show_list_buttons=true show_descr=true but_role="action" separate_buttons=true item_number=$block.properties.item_number show_discount_label=true}
Back to File Manager