Hi,
ich habe xt commerce veyton 4 und möchte gerne den preis, mwst, versandkosten,art. nr und den "in den warenkorb" button in der rechten seite, sprich in dem div "rightcol".
Wenn ich jetzt den code:
PHP-Code:
<div class="price_box">
<p class="productprice">{$products_price.formated}</p>
<p class="taxandshippinginfo">{$products_tax_info.tax_desc}{if $products_shipping_link}<br /><a href="{$products_shipping_link}" target="_blank" rel="nofollow">{txt key=TEXT_EXCL_SHIPPING}</a>{/if}</p>
{price_table}
{/if}
{if $base_price}{$base_price.price} {txt key=TEXT_SHIPPING_BASE_PER} {$base_price.vpe.name}{/if}
{if $products_discount!=''}{$products_discount}{/if}
{if $products_model!=''}{txt key=TEXT_PRODUCTS_MODEL}: {$products_model}{/if}
{if $smarty.const._CUST_STATUS_SHOW_PRICE eq '1'}{if $link_priceinquiry}<p><a href="{$link_priceinquiry}">{txt key=TEXT_XT_PRICEINQUIRY_ASK}</a></p>{/if}{/if}
{if $shipping_status}<p class="shippingtime">{txt key=TEXT_SHIPPING_STATUS} {$shipping_status}</p>{/if}
<div class="addtobasket">
<table border="0" cellspacing="0" cellpadding="2">
<tr><td colspan="2">{$products_information}</td></tr>
<tr>
<td style="width:100%">{form type=text name=qty value=1 style='width:50px;'}</td>
<td>{button text=$smarty.const.BUTTON_ADD_CART file='button_in_cart.gif' type='form' btn_template='tpl_button_2.gif' space_left='25'}</td>
</tr>
</table>
</div>
</div>
in box_cart.html ein füge, bleibt die komplette seite weis.
Woran liegt das, wie bekomme ich das richtig hin?