3
我想添加簡短的產品描述到購物車:我確實將它添加到購物車,但奇怪的是,它不會顯示在結帳頁上,因爲我的購物車在標題中。任何意見或其他解決方案是提前在購物車中添加產品簡要說明Woocomerce
function excerpt_in_cart() {
$excerpt = get_the_excerpt();
$excerpt = substr($excerpt, 0, 80);
return '<br><p class="shortDescription">' . $excerpt .'...' . '</p>';
}
add_action('woocommerce_cart_item_name', 'excerpt_in_cart', 40);
時非常有幫助的感謝結賬頁面上不會顯示此部分從代碼「。 $摘錄。' p出現在班上就好了。