Moving the Product Variant Attributes

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

Thanks
Hace 13 años
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
Hace 13 años
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.