Rank: Member
Joined: 12/18/2009(UTC) Posts: 1
|
Good Afternoon:
Has anyone implemented a three-column approach (i.e., amazon.com) for their eCommerce site? Would you be willing to post a link?
Thanks in advance.
|
|
|
|
Rank: Member
Joined: 9/26/2008(UTC) Posts: 121
|
Hi, As far as remember I did such update. You just need to include ContentColumnControl where ColumnName is name of desired column from admin. Just a small sample: Code: <uc4:ContentColumnControl ID="ContentColumnControl1" runat="server" ColumnName="System Account Pages" />
And please do not forget to add control reference: Code: <%@ Register Src="~/BVModules/Controls/ContentColumnControl.ascx" TagName="ContentColumnControl" TagPrefix="uc4" %>
Regards |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.