Moving the Product Variant Attributes

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

Thanks
Il y a 13 ans
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
Il y a 13 ans
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.