返信先: WCEX SKU Selectのオリジナルテーマでの導入について

フォーラム 拡張プラグイン WCEX SKU Selectのオリジナルテーマでの導入について 返信先: WCEX SKU Selectのオリジナルテーマでの導入について

#81308
yamapota
参加者

ohnishi様 yasumax様 
ご返信ありがとうございます。
頂いた点の修正を試してみます。

>yasumax様

usces_have_zaiko()の分岐は不要と言うのは、コードの下記(最後に添付)から、

<?php if( usces_have_zaiko() ): ?>、
<?php else: ?>、
<?php endif; ?>

の3つを削除するということでしょうか。それとも他に修正必要でしょうか。

現状、↑とloading画像の指定以外を反映しているところですが、
①プルダウンは表示されるようになった②プルダウンもラジオボタンも
カートに入れる際は1つ目のskuの分が入るという状況です。

以上、何卒よろしくお願いいたします。

						<?php if( usces_have_zaiko() ): ?>
							<?php if (usces_is_options()): while (usces_have_options()) : ?>
								<table class="item-option">
									<tbody>
										<tr><td><?php usces_the_itemOptName(); ?></td><td><?php usces_the_itemOption(usces_getItemOptName(),''); ?></td></tr>
									</tbody>
								</table>
							<?php endwhile; endif; ?>
							<span class="item-quant"><?php usces_the_itemQuant(); ?></span><?php usces_the_itemSkuUnit(); ?>
							<?php usces_the_itemSkuButton('&#xf07a;&nbsp;' .__( 'Add to Cart', 'blanc' ), 0); ?>
					
						<?php else: ?>
					
							<span class="ss_stockstatus"><?php $stock = usces_get_itemZaiko( 'name' ); ?></span>
							<?php echo sprintf(__('<p class="item-stock">This item is currently %s.</p>', 'blanc'), $stock ); ?>
							<span class="ss_stockstatus"><?php echo apply_filters('usces_filters_single_sku_zaiko_message', esc_html(usces_get_itemZaiko( 'name' ))); ?></span>
						<?php endif; ?>