Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
<?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 } ?>