Display product Full Description in "ProductVariantsInGrid.ascx"

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Hi all,

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