Display product Full Description in "ProductVariantsInGrid.ascx"

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
Hi all,

Is it possible to display product's full decription in ProductVariantsInGrid.ascx file? How should I do that?
Il y a 13 ans
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.