Display product Full Description in "ProductVariantsInGrid.ascx"

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Hi all,

Is it possible to display product's full decription in ProductVariantsInGrid.ascx file? How should I do that?
Hace 13 años
1. Open \Modules\ProductBox1.ascx.cs file
2. Replace "lShortDescription.Text = product.LocalizedShortDescription;" with "lShortDescription.Text = product.LocalizedFullDescription;"
3. Recompile the solution
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.