コード例 #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>
コード例 #2
0
						
						
					<?php
						if(function_exists('gold_shpcrt_display_gallery')) :					
							echo gold_shpcrt_display_gallery(wpsc_the_product_id());
						endif;

						echo wpsc_also_bought(wpsc_the_product_id());
					?>
					</div>
		
					<form onsubmit="submitform(this);return false;" action="<?php echo wpsc_this_page_url(); ?>" method="post" name="product_<?php echo wpsc_the_product_id(); ?>" 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(); ?>
<?php endwhile; ?>
<?php /** end the product loop here */?>

		<?php
		if(function_exists('fancy_notifications')) {
			echo fancy_notifications();
		}
		?>
	

</div>