Fixed: error not show the label sale on category list product, detail product, the sm extension when apply promotions

Issue:

Error not show the label sale on category list product, detail product, the sm extension when apply promotions in admin

Solution:

1. In category list products

Please go to in app/design/frontend/default/sm_theme/template/catalog/product/list.phtml and find:

=> change to:

2. In detail product

Please go to \app\design\frontend\default\sm_theme\template\catalog\product\view\media.phtml and find:

=> change to:

3. In these extensions: sm tablisting, sm slider, sm slideshow….

Please refer use the code in :

\app\design\frontend\default\sm_theme\template\sm\slider\slider.phtml

\app\design\frontend\default\sm_theme\template\sm\tablisting\default_items.phtml

=> the code:

Thanks!