Description after specification tab

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Hi,

It looks like the description can be added only above the specification tab, in my scenario I have to add short description of product after specification and display multiple image to show different views of product. How can I achieve this?

Please help! Thanks in advance.

-Thameem
13 年 前
you need to edit one of the product templates

look in the folder   templates/products

and either copy an existing product template ( and rename it )  or just edit one of the default ones -




for example, in   OneVariant.ascx    your task could be as simple as moving

            <div class="fulldescription">
                <asp:Literal ID="lFullDescription" runat="server" />
            </div>

to below the        <ajaxToolkit:TabContainer >...</ajaxToolkit:TabContainer>
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.