Repository URL to install this package:
|
Version:
1.6.10 ▾
|
<?php
/**
* Item image
*
* @package cartflows
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<?php if ( 'yes' === self::$product_option_data['product_images'] ) { ?>
<div class="wcf-item-image" style=""><?php echo $rc_product_obj->get_image(); ?></div>
<?php } ?>