uploads/Products/ changes to uploads/_products/
Posted: Sun Nov 14, 2021 8:53 pm
I recently upgraded from a 1.12.2 to a 2.15.x cmsms. I've run into some issues with the Products module. For some reason the snippet of code below is redefined in my 2.15.x cmsms
<img src="{$entry->file_location}/{$field->thumbnail}" alt="{$field->value}"/>
in 1.12.2 the parsed path is /uploads/Products/product_10/
in 2.15.x the parsed path is /uploads/_products/product_10/
my images will not display for the /uploads/_products/product_10/ url.
Any suggestions?
Thank you,
Monte
<img src="{$entry->file_location}/{$field->thumbnail}" alt="{$field->value}"/>
in 1.12.2 the parsed path is /uploads/Products/product_10/
in 2.15.x the parsed path is /uploads/_products/product_10/
my images will not display for the /uploads/_products/product_10/ url.
Any suggestions?
Thank you,
Monte