how to move add to card button in "Variant in Grid" Template ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anni tempo fa
how to move add to card button in Variant in Grid Template ?

i want to move ADD TO CARD & ADD TO WISHLIST buttons up with E-MAIL A FRIEND BUTTON like this- http://img31.imageshack.us/img31/6930/movebuttons.jpg

i tried looking at products/templates/variantingrid.ascx but couldn't find how to do it, can anyone help me with it ?
13 anni tempo fa
You started in the right place, but  VariantsInGrid.ascx    loads that part of the page from another control


        <nopCommerce:ProductVariantsInGrid ID="ctrlProductVariantsInGrid" runat="server">
        </nopCommerce:ProductVariantsInGrid>



go into     modules/ProductVariantsInGrid.ascx

and you will see the buttons come after the attributes - you can start here :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.