Ecommerce product catalog Wordpress classic-list.php plugin add price -


i'm creating catalog wordpress. want show price :

enter image description here

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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -