Ejemplo n.º 1
0
    ?>
" id="product_extra_<?php 
    echo wpsc_the_product_id();
    ?>
">
						<input type="hidden" value="<?php 
    echo wpsc_the_product_id();
    ?>
" name="prodid"/>
						<input type="hidden" value="<?php 
    echo wpsc_the_product_id();
    ?>
" name="item"/>
					</form>
				</div>
			</div>
		</div>
		
		<?php 
    echo wpsc_product_comments();
}
/** end the product loop here */
?>

		<?php 
if (function_exists('fancy_notifications')) {
    echo fancy_notifications();
}
?>
		<div class="clear"></div>
</div>
Ejemplo n.º 2
0
function wpsc_fancy_notifications()
{
    echo fancy_notifications();
}