Moving the Product Variant Attributes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
How can I move the Product Variant Attributes into the box at the top right where the Add To Cart button is?

Thanks
13 年 前
this is easiest to achieve if you use templates/products/OneVariant.ascx    ( or a copy of it )

just move

<nopCommerce:ProductAttributes ID="ctrlProductAttributes" runat="server" />

to where you want it



if you are using VariantsInGrid.ascx then you have to look in modules/ProductVariantsInGrid.ascx
and ProductInfo.ascx


- hayden
13 年 前
You Sir, are a star.

I'm still fumbling my way round the edges of nopC but I am trying to learn what I can.

Thanks very much.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.