I am trying to add code php after price (not on single product pages) but on shop pages and archive page woocommerce.
Code
<?php echo CFS()->get( 'name-code' ); ?>
This is the insert code from the Custom Field Suite plugin
Sincere thanks !
I am trying to add code php after price (not on single product pages) but on shop pages and archive page woocommerce.
Code
<?php echo CFS()->get( 'name-code' ); ?>
This is the insert code from the Custom Field Suite plugin
Sincere thanks !
2
Answers
I found a great solution Here is the result
You can’t just push PHP code into normal text editors etc…
You need to find exact file that render those page’s and write it in php file