Welcart Carina 1.0.8 をリリースしました。
商品一覧に「定価」を追加
コード追加:
welcart_basic-carina/archive.php 44行目あたり
welcart_basic-carina/category.php 61行目あたり
welcart_basic-carina/front-page.php 103行目あたり
welcart_basic-carina/search.php 41行目あたり
welcart_basic-carina/wc_search_page.php 73行目あたり
<div class="itemprice"> <?php if ( usces_the_firstCprice( 'return' ) > 0 ) : ?> <span class="itemcprice"><?php usces_the_firstCPriceCr(); ?></span> <?php endif; ?> <?php usces_the_firstPriceCr() . usces_guid_tax(); ?> </div>
コード追加: welcart_basic-carina/inc/front-customize.php 473行目あたり
$list .= '<div class="itemprice">' . "\n"; if ( usces_the_firstCprice( 'return' ) > 0 ) { $list .= '<span class="itemcprice">' . usces_the_firstCPriceCr( 'return' ) . '</span>' . "\n"; } $list .= usces_the_firstPriceCr( 'return' ) . usces_guid_tax( 'return' ) . "\n"; $list .= '</div>' . "\n";