Re: how to movie login menu to left column on top
Sorry still having probs:
I created a new freeship.tpl and loaded this to customer folder where the home.tpl sits, it reads
{* $Id: authbox.tpl,v 1.25.2.1 2007/09/03 06:15:21 max Exp $ *}
{capture name=menu}
Spend over $180 in one order to receive free shipping! <br> <br> Simply enter the coupon code <br><br><strong>bulkbuy</strong> <br> <br> when you check out.
{/capture}
{ include file="menu.tpl" dingbats="dingbats_shipping.gif" menu_title="Bulk Buy" menu_content=$smarty.capture.menu }
I found where the dingbats live and uploaded dingbats_shipping.gif
I then changed the home template to read as follows:
<td class="VertMenuRightColumn">
{if $active_modules.SnS_connector && $config.SnS_connector.sns_display_button eq 'Y' &&
$sns_collector_path_url ne ''}
{include file="modules/SnS_connector/button.tpl"}
<br />
{/if}
{if $active_modules.Feature_Comparison ne "" && $comparison_products ne ''}
{include file="modules/Feature_Comparison/product_list.tpl" }
{/if}
<br />
{include file="news.tpl" }
<br />
{if $login eq "" }
{include file="auth.tpl" }
{else}
{include file="authbox.tpl" }
{/if}
<br />
{include file="customer/menu_cart.tpl" }
<br />
{if $active_modules.XAffiliate ne ""}
<br />
{include file="partner/menu_affiliate.tpl" }
{/if}
{if $active_modules.Interneka ne ""}
<br />
{include file="modules/Interneka/menu_interneka.tpl" }
{/if}
<br />
{include file="freeship.tpl"}
<br />
{include file="poweredby.tpl" }
<br />
</tr>
</table>
{include file="rectangle_bottom.tpl" }
{if $active_modules.Google_Analytics ne "" && $config.Google_Analytics.ganalytics_code ne ""}
{include file="modules/Google_Analytics/ga_code.tpl"}
{/if}
</body>
</html>
{/if}
and the results were not good I got
Warning: Smarty error: unable to read resource: "freeship.tpl" in /home/makeu/public_html/Smarty-2.6.12/Smarty.class.php on line 1095
does this mean I have to edit the smarty.class.php file as well - any suggestions?
|