関数
ItemPage::updateCurrentSku( int $post_id )
Updates the value of the currently selected SKU when using wcex_sku_select
パラメータ パラメータ
- $post_id
(数値) (必須)
ファイル: src/Views/ItemPage/ItemPage.php
public function updateCurrentSku($post_id) { ?> $('.wishlist-button').attr('onclick', "return wcexwl.item.addToWishlist(event, this, '<?php echo $post_id; ?>', '" + data['sku_enc'] + "')"); <?php }