Integrating BazaarVoice to the BigCommerce for WordPress Plugin
-
I am attempting to integrate some HTML code from BazaarVoice into the product page that is displayed by the BigCommerce for WordPress plugin. I see that the two template pages that should be edited are archive-bigcommerce_product.php and single-bigcommerce_product.php (https://developer.bigcommerce.com/bigcommerce-for-wordpress/extending-the-plugin/customization-guide). However I am not familiar enough with this php code to know how to add some html code into the body of that page. Can anyone assist? Essentially I need to add 4 or so Divs into the body of the Product/s page.
Here is the single-bigcommerce_product.php code:
<?php /** * Default Product Single Template * Override this template in your own theme by creating a file at * [your-theme]/bigcommerce/single-bigcommerce_product.php */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } get_header(); echo apply_filters( 'bigcommerce/template/product/single', '', get_the_ID() ); get_footer();
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Integrating BazaarVoice to the BigCommerce for WordPress Plugin’ is closed to new replies.