Try previous thread at
http://www.zen-cart.com/forum/showthread.php?t=127600
Try previous thread at
http://www.zen-cart.com/forum/showthread.php?t=127600
Product description add to admin or short description module
Bug fix in the 'short description' module located here:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=271
in admin/includes/modules/product/preview_info.php
look for:
$pInfo->products_short_desc = zen_get_products_ahort_desc($pInfo->products_id, $languages[$i]['id']);
replace with:
$pInfo->products_short_desc = zen_get_products_short_desc($pInfo->products_id, $languages[$i]['id']);
i'll post more once i get this module working for 1.3.9h.
Twitch.