我正在使用 WP eCommerce snd 下面的 PHP 代码行应该链接到此页面,但它却将其链接到错误的页面
<?php else: ?>
<p class="empty">
<?php _e('Your shopping cart is empty', 'wpsc'); ?><br />
<a target="_parent" href="<?php echo get_option('product_list_url'); ?>" class="visitshop" title="<?php _e('Visit Shop', 'wpsc'); ?>"><?php _e('Visit the shop', 'wpsc'); ?></a>
</p>
<?php endif; ?>
<?php
wpsc_google_checkout();
?>