Imperial_Fashion Posted November 26, 2009 Report Share Posted November 26, 2009 Ich möchte ein Zoom Hinweis hinzufügen. Aber sobald ich {#zoom#} in meinem Template einfüge oder dort nur ein Komma lösche geht meine Homepage nicht mehr. Was mache ich da falsch? Hier noch mein Template: {$categories} {if $product_listing} {if $heading_text} {$heading_text} {/if} {if $PRODUCTS_DROPDOWN}{$PRODUCTS_DROPDOWN}{/if} {if $sort_dropdown.options} {form type=form name=sort_dropdown action='dynamic' method=get} {form type=hidden name=page value='categorie'} {form type=hidden name=cat value=$current_category_id} {form type=select name=sorting value=$sort_dropdown.options default='' onchange='this.form.submit();'} {form type=formend} {/if} {if $MANUFACTURER_DROPDOWN} {if $MANUFACTURER_DROPDOWN}{$MANUFACTURER_DROPDOWN}{/if} {/if} {if $manufacturer} {$manufacturer.MANUFACTURER.manufacturers_description} {/if} {foreach name=aussen item=module_data from=$product_listing} {if $module_data.products_image!=''}{/if} {img img=$module_data.products_image type=m_thumb class=productImageBorder alt=$module_data.products_name} {$module_data.products_name} {if $module_data.date_available!=''} • {txt key=TEXT_PRODUCT_AVAILABLE} {$module_data.date_available|date_format:"%A, %B %e, %Y"} {/if} {if $module_data.review_stars_rating} {/if} {if $module_data.products_short_description} {$module_data.products_short_description} {/if} {if $smarty.const._CUST_STATUS_SHOW_PRICE eq '1'} {$module_data.products_price.formated} {$module_data.products_tax_info.tax_desc}{if $module_data.products_shipping_link}{txt key=TEXT_EXCL_SHIPPING}{/if} {if $module_data.base_price} {$module_data.base_price.price} {txt key=TEXT_SHIPPING_BASE_PER} {$module_data.base_price.vpe.name} {/if} {/if} {if $module_data.products_weight > 0} {txt key=TEXT_PRODUCTS_WEIGHT}: {$module_data.products_weight} KG {/if} {if $module_data.shipping_status} {txt key=TEXT_SHIPPING_STATUS}*******{$module_data.shipping_status} {/if} {if $module_data.stock_image} {img img=$module_data.stock_image.image type=t_img_stockrules alt=$module_data.stock_image.name} {$module_data.stock_image.name} {/if} {if $module_data.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=$module_data.products_id} {form type=text name=qty value=1 style='width:50px;'} {button text=$smarty.const.BUTTON_ADD_CART file='button_in_cart.gif' type='form' btn_template='tpl_button_2.gif' space_left='25'} {form type=formend} {/if} {/foreach} {$NAVIGATION_COUNT} {$NAVIGATION_PAGES} {/if} {$error_listing}product_listing_v1.html Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.