Hello
Pls i replace this code in selller.php in the business profile
<?php $c = 1; ?>
<?php while( osc_has_custom_items() ) { ?>
<?php bpr_draw_item($c, 'gallery'); ?>
<?php $c++; ?>
<?php } ?>
TO THIS
<?php $c = 1; ?>
<?php while( osc_has_items() ) { ?>
<?php stela_draw_item($c, 'gallery'); ?>
<?php if ($c % 6 == 0) {?>
<?php echo stela_banner('item_description'); ?>
<?php } ?>
<?php $c++; ?>
<?php } ?>
But not working Kindly assist on what to do
The code is working fine on Search Gallery
Thanks