Ecommerce product catalog Wordpress classic-list.php plugin add price -
i'm creating catalog wordpress. want show price :
the used plugin code :
if ( $archive_template == 'default' ) { $product_id = $post->id; $archive_price = apply_filters( 'archive_price_filter', '', $post );
i tried solve got errors. i'm new in php.
so how work?
$return .= '<div class="product-short-descr"><p>' . c_list_desc( $post->id ) . '<p></p></p></div></div>'; ander line need price php code.
Comments
Post a Comment