「usces_the_item」の検索結果

フォーラム 検索 「usces_the_item」の検索結果

15件の結果を表示中 - 121 - 135件目 (全529件中)
  • 投稿者
    検索結果
  • #85980
    hiromaya
    参加者

    すみません、間違えました。

    商品画像URLの関数usces_the_itemImageURLを編集するフックが見つかりませんでした。
    どなたかお教え頂ければ幸いです。

    #85979
    hiromaya
    参加者

    この度はお世話になります。

    商品画像情報usces_the_itemImage()などを編集する、フィルターフックはどちらになりますでしょうか。

    申し訳ございませんが、ご教授ください。
    よろしくお願いいたします。

    #85607

    返信が含まれるトピック: YARPPの商品画像の掲載方法

    yasumax
    キーマスター

    こんにちは。

    自分なりに調べて、template_thumbnails.phpを編集すればいいのではないかというところまでわかりました

    プラグイン内のファイルを直接修正されるのは非推奨です。
    YARPPの公式FAQでも明示されてますが、表示をカスタマイズする場合はカスタムテンプレートが利用できます。
    「How can I use the custom template feature?」の項目を参照してください。
    この部分は、Welcartの話ではなくなってきますので「YARPP カスタムテンプレート」などで検索して情報を集めてみてもらえればと思います。

    usces_the_itemImageURL()を利用してもなかなかうまくいきませんでした。

    usces_the_itemImageURL()の第三引数にpost情報を渡す方法は試されてますか?
    usces_the_itemImageURL( 0, 'return', ◯◯ )という感じに第三引数(◯◯の部分)にpost情報を渡してみてください。
    第二引数はechoするのであれば''、値を返すのであれば'return'としてください。

    #85606

    トピック: YARPPの商品画像の掲載方法

    フォーラム内 その他
    hiromaya
    参加者

    お世話になります。

    Welcartを使用させていただいております。

    サイトの回遊率上昇のため、レコメンド機能の導入を考えています。

    Yet Another Related Postsを導入しましたが、商品ページのメイン画像がアイキャッチになっていないため、サムネイルとして一覧表示されませんでした。

    自分なりに調べて、template_thumbnails.phpを編集すればいいのではないかというところまでわかりましたが、usces_the_itemImageURL()を利用してもなかなかうまくいきませんでした。

    誠に恐縮ではございますが、だれかご教授いただけないでしょうか。
    宜しくお願い致します。

    WordPress のバージョン:4.9.5

    Welcart のバージョン:1.9.7

    ご利用のテーマ:オリジナル

    症状を確認したブラウザ:

    サーバー(会社名、サービス名):エックスサーバー

    SSLの利用:独自SSL

    WordPress のパーマリンク設定:

    #85230

    返信が含まれるトピック: lightbox などについて

    sjin
    参加者

    返信有り難う御座います

    デフォルトの Welcart Basic に戻してもswipebox は動作し無いようです

    「すべて (12) | 使用中 (2) | 停止中 (10) | 最近まで使用 (8) 」
    プラグインもすべて停止してみましたが状況は変わらないようです
    設定変更後は、PC の FF,Chrome と Android の Chrome で確認しています

    最初の投稿前にも、一応、プラグインの設定は外して試してみました

    パーマネント設定は「投稿名」に設定してあります
    検索エンジン対策と、別サイトからのリンクのし易さが必要ですので
    スラッグでリンクできる様にしました

    テンプレートの修正点は こんな感じで wc_item_single にカテゴリーの表示などを追加しています

    <!– #img-box –>

    <h2 class=”item-name”><?php usces_the_itemName(); ?></h2>

    (<?php usces_the_itemCode(); ?>)

    <!– ここから 2018-02-01 //–>

    <span class=”cat”><?php _e(“カテゴリー:”); ?> <?php the_category(‘,’) ?></span><br>
    <span class=”tag”><?php the_tags(__(‘Tags: ‘)); ?></span>

    <!– ここまで 2018-02-01 //–>

    <?php welcart_basic_campaign_message(); ?>

    <?php the_content(); ?>
    #85172
    arachin
    参加者

    一般的なテーマはWelcartで画像が最適化されていないようなので、大きさを変更するか、画像を中央に持ってきたいのですがどこをいじれば良いのかわかりません。「single_item.php」恐らく「Welcart Default Theme: wc_item_single.php (wc_templates/wc_item_single.php)」の部分のいじれば良いのかと思い下記の「<?php usces_the_itemImage(0, 300, 300, $post); ?>」を(0.800.800 )にしてみたのですが変更出来ません。何処をいじれば画像サイズの変更或は画像を中央にすることが出来ますか?

    Attachments:
    You must be logged in to view attached files.
    #84976
    ohnishi
    キーマスター

    こんにちは

    usces_the_itemImage() というテンプレートタグで商品画像を表示しております。
    引数にサイズを指定することで商品画像のサイズを変更することが可能です。

    Welcart テンプレートタグ一覧

    トップページ:PCレイアウトの変更は、
    スタイル修正が必要になり、CSS の知識が必要となります。

    また、商品画像サイズ・レイアウト変更ともに子テーマを作成し修正してください。

    子テーマ作成方法|Welcart Basic 1.2 ドキュメント

    #84792

    返信が含まれるトピック: 金額は反映されない

    nobs1970
    参加者

    自己レスです。
    カートに入れるの前に
    <?php usces_have_skus(); ?><!– SKU情報取得準備タグ –><?php usces_the_itemPrice(); ?>円
    の記述を忘れていました。

    #84229
    lazyeyed
    参加者

    まずwp_cronの実行が速過ぎるとuces_~の関数からデータ取得出来ないという点が理解できません。

    wordpressを利用、且つuscesから情報の取得を行う上でwhile have_host() the_post()が含まれていないと稼働しないのは最低限度必要なことであり、welcart開発者であればそのあたり把握してらっしゃるのが当然の物だと思って質問しています。
    逆にusces~を使う時に
    “ステータス変更のフックを通して関数wp_cron_mailを叩くように設定し実行すると、usces_the_item()等からちゃんと値がとれます。”
    と書いてますし、the_postを通さずに値が取得できる方法があるのでしょうか?
    無いですよね。
    この点から、あなたも含め文章をよく読んでらっしゃらないことが分かります。

    この回答だけではありません。
    他のスレッドも見返した上で、私の前回の質問も含め、最近の回答への返しの殆どが場当たり的な返答で返されているので、ここのフォーラムに運営が参入している意図が全く見受けられません。

    答えを頂くのが当たり前だとはさらさら思っていませんが、それにしても専属の開発者としては文章理解能力に欠ける方の対応であると取らざるを得ないので、喚起の点も含めご指摘申し上げたまでです。

    #84163
    yskysmr
    キーマスター

    こんにちは。

    usces_the_item() で商品情報を取得するには、先に the_post() が実行されている必要があります。つまり、global $post; に商品情報が取得されていないといけません。

    aii
    参加者

    早速のお返事、ありがとうございます!

    せっかくご指摘くださったのに申し訳ありません。。
    再度よく確認したところ、そもそも使用しているテーマの「wc_item_single.php」のコードが、
    welcartのものと異なっていることに気付きました。

    ですので、同じように書き換えることができず、どうしたらよいのかわかりません。
    下記が、使用中のテーマの「wc_item_single.php」内の、
    SKUが1つの場合の販売価格表示に関わると思われる箇所のコードです。

     <?php if( usces_the_itemCprice(‘return’) > 0 ) : ?>
     <dl>
      <dt class=”field_name”><?php _e(‘List price’, ‘usces’); ?><?php usces_guid_tax(); ?></dt>
      <dd class=”field_cprice”><?php usces_the_itemCpriceCr(); ?></dd>
     </dl>
     <?php endif; ?>
     <dl>
      <dt class=”field_name”><?php _e(‘selling price’, ‘usces’); ?><?php usces_guid_tax(); ?></dt>
      <dd class=”field_price”><?php usces_the_itemPriceCr(); ?></dd>
     </dl>
     <dl>
       <dt class=”field_name”><?php _e(‘stock status’, ‘usces’); ?></dt>
       <dd><?php usces_the_itemZaiko(); ?></dd>
     </dl>

    <?php if( $item_custom = usces_get_item_custom( $post->ID, ‘list’, ‘return’ ) ) : ?>
     

    <?php echo $item_custom; ?>

    <?php endif; ?>

    上記のコードの場合、どのようにすればよいのか、再度ご教示いただけますでしょうか。

    #83801
    monge
    参加者

    いつもお世話になっております。

    商品の公開されているページは正常なのですが、
    プレビュー画面を出ると下記のエラーが表示されます。

    Warning: Invalid argument supplied for foreach() in /XXXXXX/welcart/single_item.php on line 140

    該当コードは下記あたりになります。
    ==
    $imageid = usces_get_itemSubImageNums();
    foreach ( $imageid as $id ) {
    $html .= ‘<a href=”‘ . usces_the_itemImageURL($id, ‘return’) . ‘”‘;
    $html = apply_filters(‘usces_itemimg_anchor_rel’, $html);
    $html .= ‘>’;
    $itemImage = usces_the_itemImage($id, 137, 200, $post, ‘return’);
    $html .= apply_filters(‘usces_filter_the_SubImage’, $itemImage, $post, $id);
    $html .= ‘‘.”\n”;
    }
    ==

    プラグインに同封されている「single_item.php」を改変しない状況で確かめても
    同様のエラーが出ますのでご確認頂けましたら幸いです。

    どうぞよろしくお願い致します。

    ——————————————-
    WordPress のバージョン:(例 4.8.1)
    Welcart のバージョン:(例 1.9.3)
    Welcart専用の拡張プラグイン:無し
    ご利用のテーマ:自作テーマにWelcartのテンプレートを
    症状を確認したブラウザ:Chrome
    サーバー:(会社名、サービス名) エックスサーバー
    SSLの利用:常時SSL
    WordPress のパーマリンク設定: /%postname%/
    ——————————————–

    • このトピックはmongeが7年、 8ヶ月前に変更しました。
    • このトピックはmongeが7年、 8ヶ月前に変更しました。
    • このトピックはmongeが7年、 8ヶ月前に変更しました。
    #83668

    返信が含まれるトピック: WCEX SKU Selectのカスタマイズについて

    brj
    参加者

    そうでした。。。申し訳ありません。。。ご指摘ありがとうございます!
    wc_sku_select.phpを今現在設置はしているのですが全く機能していない状態です。
    もしお時間ありましたらご確認よろしくお願いいたします。

    <?php
    /**
    * <meta content=”charset=UTF-8″>
    * @package Welcart
    * @subpackage Welcart walden theme
    */
    get_header();
    ?>

    <?php if (have_posts()) : the_post(); ?>

    id=”post-<?php the_ID(); ?>”>

    <?php usces_remove_filter(); ?>
    <?php usces_the_item(); ?>
    <?php usces_have_skus(); ?>

    <script language=”javascript”>
    $(document).ready(
    function (){
    $(“#itemgallery”).PikaChoose({carousel:true,transition:[0]});
    });
    </script>

    <ul id=”itemgallery” class=”jcarousel-skin-pika”>

  • <?php usces_the_itemImage(0, 750, 480, $post); ?>
  • <?php $imageid = usces_get_itemSubImageNums(); ?>
    <?php foreach ( $imageid as $id ) : ?>

  • <?php usces_the_itemImage($id, 750, 480, $post); ?>
  • <?php endforeach; ?>

    <!– .alpha–>

    <?php if(usces_sku_num() === 1) : usces_have_skus(); ?>
    <!–1SKU(SKUを1つしかもたない時の表示)–>

    <h1 class=”item_page_title”><?php the_title(); ?></h1>

    <?php the_content(); ?>
    <?php if( $item_custom = usces_get_item_custom( $post->ID, ‘list’, ‘return’ ) ) : ?>

    <?php echo $item_custom; ?>

    <?php endif; ?>

    <!– end of exp –>

    <section class=”orderitem”>

    <?php if( usces_the_itemCprice(‘return’) > 0 ) : ?>
    <dl>
    <dt class=”field_name”><?php _e(‘List price’, ‘usces’); ?><?php usces_guid_tax(); ?></dt>
    <dd class=”field_cprice”><span class=”ss_cprice”><?php usces_the_itemCpriceCr(); ?></span></dd>
    </dl>
    <?php endif; ?>
    <dl>
    <dt class=”field_name”><?php _e(‘selling price’, ‘usces’); ?><?php usces_guid_tax(); ?></dt>
    <dd class=”field_price”><span class=”ss_cprice”><?php usces_the_itemPriceCr(); ?></span></dd>
    </dl>
    <dl>
    <dt class=”field_name”><?php _e(‘stock status’, ‘usces’); ?></dt>
    <dd><span class=”ss_stockstatus”><?php usces_the_itemZaiko(); ?></span></dd>
    </dl>

    <?php if( $item_custom = usces_get_item_custom( $post->ID, ‘list’, ‘return’ ) ) : ?>

    <?php echo $item_custom; ?>

    <?php endif; ?>

    <form action=”<?php echo USCES_CART_URL; ?>” method=”post”>
    <?php //usces_the_itemGpExp(); ?>

    <?php wcex_sku_select_form(); ?>

    <?php if (usces_is_options()) : ?>
    <table class=’skusingle’>
    <?php while (usces_have_options()) : ?>
    <tr><th><?php usces_the_itemOptName(); ?></th><td><?php usces_the_itemOption(usces_getItemOptName(),”); ?></td></tr>
    <?php endwhile; ?>
    </table>
    <?php endif; ?>
    <?php if( !usces_have_zaiko() ) : ?>

    <?php echo apply_filters(‘usces_filters_single_sku_zaiko_message’, __(‘Sold Out’, ‘usces’)); ?>

    <?php else: ?>

    <?php _e(‘Quantity’, ‘usces’); ?><?php usces_the_itemQuant(); ?><?php usces_the_itemSkuUnit(); ?><?php usces_the_itemSkuButton(__(‘Add to Shopping Cart’, ‘usces’), 0); ?>
    <?php usces_singleitem_error_message($post->ID, usces_the_itemSku(‘return’)); ?>

    <?php endif; ?>

    <!– end of skuform –>
    <?php echo apply_filters(‘single_item_single_sku_after_field’, NULL); ?>
    <?php do_action(‘usces_action_single_item_inform’); ?>
    </form>

    </section><!– end of action-section –>

    <?php elseif(usces_sku_num() > 1) : usces_have_skus(); ?>
    <?php //else: ?>
    <!–some SKU(複数のSKUを持っている場合:SKUごとに注文番号やオプション、価格、カートに入れるボタンを表示します)–>

    <h1 class=”item_page_title”><?php usces_the_itemName(); ?></h1>

    <?php the_content(); ?>
    <?php if( $item_custom = usces_get_item_custom( $post->ID, ‘list’, ‘return’ ) ) : ?>

    <?php echo $item_custom; ?>

    <?php endif; ?>

    <!– end of exp –>

    <section class=”orderitem”>
    <form action=”<?php echo USCES_CART_URL; ?>” method=”post”>

    <?php wcex_sku_select_form(); //追記?>

    <?php do { ?>

    <h3><?php usces_the_itemSkuDisp(); ?><span>注文番号<?php usces_the_itemSku(); ?></span></h3>

    <?php if( usces_the_itemCprice(‘return’) > 0 ) : ?>
    <dl>
    <dt class=””><?php _e(‘List price’, ‘usces’); ?><?php usces_guid_tax(); ?></dt>
    <dd class=”field_cprice”><span class=”ss_cprice”><?php usces_the_itemCpriceCr(); ?></span></dd>
    </dl>
    <?php endif; ?>
    <dl>
    <dt class=””><?php _e(‘selling price’, ‘usces’); ?><?php usces_guid_tax(); ?></dt>
    <dd class=”field_price”><span class=”ss_price”><?php usces_the_itemPriceCr(); ?></span></dd>
    </dl>
    <dl>
    <dt class=””><?php _e(‘stock status’, ‘usces’); ?></dt>
    <dd class=””><span class=”ss_stockstatus”><?php usces_the_itemZaiko(); ?></span></dd>
    </dl>

    <?php if (usces_is_options()) : ?>
    <table class=’item_option’>
    <?php while (usces_have_options()) : ?>
    <tr>
    <th><?php usces_the_itemOptName(); ?></th>
    <td><?php usces_the_itemOption(usces_getItemOptName(),”); ?></td>
    </tr>
    <?php endwhile; ?>
    </table>
    <?php endif; ?>

    <span class=”ss_stockstatus”><?php echo apply_filters(‘usces_filters_single_sku_zaiko_message’, esc_html(usces_get_itemZaiko( ‘name’ ))); ?></span>
    <span class=”ss_stockstatus”><?php echo apply_filters(‘usces_filters_single_sku_zaiko_message’, __(‘Sold Out’, ‘usces’)); ?></span>
    <?php _e(‘Quantity’, ‘usces’); ?><?php usces_the_itemQuant(); ?><?php usces_the_itemSkuUnit(); ?><?php usces_the_itemSkuButton(__(‘Add to Shopping Cart’, ‘usces’), 0); ?>
    <?php _e(‘Quantity’, ‘usces’); ?> <?php usces_the_itemQuant(); ?><?php usces_the_itemSkuUnit(); ?><?php usces_the_itemSkuButton(__(‘Add to Shopping Cart’, ‘usces’), 0); ?>

    <?php //endif; ?>
    <p class=”error”><?php usces_singleitem_error_message($post->ID, usces_the_itemSku(‘return’)); ?></p>

    <!– skumultibox –>
    <?php } while (usces_have_skus()); ?>

    <!– end of skuform –>
    <?php echo apply_filters(‘single_item_multi_sku_after_field’, NULL); ?>
    <?php do_action(‘usces_action_single_item_inform’); ?>
    </form>
    </section>
    <?php endif; ?>

    <?php usces_assistance_item( $post->ID, __(‘An article concerned’, ‘usces’) ); ?>

    <!– end of beta –>

    <!– end of itemspage –>

    <!– end of storycontent –>

    <?php else: ?>
    <p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p>
    <?php endif; ?>

    <!– end of catbox –>

    <h3>You may also like</h3>

    <?php related_items_list(); ?>

    <!– end of relatedbox –>

    <!– end of content –>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    • この返信は7年、 9ヶ月前にwelcartが編集しました。
    #83615
    brj
    参加者

    ——————————————-
    WordPress のバージョン:(4.8.1)
    Welcart のバージョン:(1.9.3)
    Welcart専用の拡張プラグイン:(例 DLSeller、Mobileなど)
    ご利用のテーマ:(welthemesのwalden)
    症状を確認したブラウザ:safari
    サーバー:(ロリポップ)
    SSLの利用:(あり)
    WordPress のパーマリンク設定:(/%category%/%postname%.html)
    ——————————————–

    お世話になっております。
    welthemesのwaldenというテーマを利用しています。
    http://demo4.welthemes.com

    WCEX SKU Selectを購入し導入したいと思っていたのですが、オリジナルテーマを利用している場合、設定が必要なんだそうなんです。
    https://www.welcart.com/docs/SkuSelect/themes.html#themes2-2

    どうしてもうまくいきません…
    ご教授頂けましたら幸いです。よろしくお願いいたします。

    <?php
    /**
     * <meta content="charset=UTF-8">
     * @package Welcart
     * @subpackage Welcart walden theme
     */
    get_header();
    ?>
    <div class="two-column itemsingle clearfix">
    <div class="catbox">
    
    <?php if (have_posts()) : the_post(); ?>
    
    <div> id="post-<?php the_ID(); ?>">
    
    <div class="storycontent">
    
    <?php usces_remove_filter(); ?>
    <?php usces_the_item(); ?>
    <?php usces_have_skus(); ?>
    
    <div>
    
    <div class="alpha">
    
     <script language="javascript">
      $(document).ready(
      function (){
      $("#itemgallery").PikaChoose({carousel:true,transition:[0]});
      });
     </script>
     		
     <div class="pikachoose">
     	<ul id="itemgallery" class="jcarousel-skin-pika">
     	<li><?php usces_the_itemImage(0, 750, 480, $post); ?></li>
     	<?php $imageid = usces_get_itemSubImageNums(); ?>
     	<?php foreach ( $imageid as $id ) : ?>
     	<li><?php usces_the_itemImage($id, 750, 480, $post); ?></li>
     	<?php endforeach; ?>
     	</ul>
     </div>
     
    </div><!-- .alpha-->
    <div class="beta">	
     
     <?php if(usces_sku_num() === 1) : usces_have_skus(); ?>
     <!--1SKU(SKUを1つしかもたない時の表示)-->
      <div class="text-section">
      <h1 class="item_page_title"><?php the_title(); ?></h1>
     		<div class="exp">
     		<?php the_content(); ?>
     		<?php if( $item_custom = usces_get_item_custom( $post->ID, 'list', 'return' ) ) : ?>
     		<div class="field">
     			<?php echo $item_custom; ?>
     		</div>
     		<?php endif; ?>
     	</div><!-- end of exp -->
      </div>
     	
     	<section class="orderitem">
     	
     	<div class="stockstatus">
     		<?php if( usces_the_itemCprice('return') > 0 ) : ?>
     		<dl>
     			<dt class="field_name"><?php _e('List price', 'usces'); ?><?php usces_guid_tax(); ?></dt>
     			<dd class="field_cprice"><span class="ss_cprice"><?php usces_the_itemCpriceCr(); ?></span></dd>
     		</dl>
     		<?php endif; ?>
     		<dl>
     			<dt class="field_name"><?php _e('selling price', 'usces'); ?><?php usces_guid_tax(); ?></dt>
     			<dd class="field_price"><span class="ss_cprice"><?php usces_the_itemPriceCr(); ?></span></dd>
     		</dl>
     		<dl>
      		<dt class="field_name"><?php _e('stock status', 'usces'); ?></dt>
      		<dd><span class="ss_stockstatus"><?php usces_the_itemZaiko(); ?></span></dd>
     		</dl>
     		
     		<?php if( $item_custom = usces_get_item_custom( $post->ID, 'list', 'return' ) ) : ?>
     		<div class="field"><?php echo $item_custom; ?></div>
     		<?php endif; ?>
     	</div>
     	
     	<div class="actionform">
      	<form action="<?php echo USCES_CART_URL; ?>" method="post">
      	<?php //usces_the_itemGpExp(); ?>
      	<div class="skuform">
        <?php wcex_sku_select_form(); ?>
        <div class="wcss_loading"></div>
      	<?php if (usces_is_options()) : ?>
      		<table class='skusingle'>
      		<?php while (usces_have_options()) : ?>
      			<tr><th><?php usces_the_itemOptName(); ?></th><td><?php usces_the_itemOption(usces_getItemOptName(),''); ?></td></tr>
      		<?php endwhile; ?>
      		</table>
      	<?php endif; ?>
      	<?php if( !usces_have_zaiko() ) : ?>
      		<div class="zaiko_status"><?php echo apply_filters('usces_filters_single_sku_zaiko_message', __('Sold Out', 'usces')); ?></div>
      	<?php else: ?>
      		<div class="addtocart"><?php _e('Quantity', 'usces'); ?><?php usces_the_itemQuant(); ?><?php usces_the_itemSkuUnit(); ?><?php usces_the_itemSkuButton(__('Add to Shopping Cart', 'usces'), 0); ?></div>
      		<div class="error_message"><?php usces_singleitem_error_message($post->ID, usces_the_itemSku('return')); ?></div>
        <?php endif; ?>
      	</div><!-- end of skuform -->
      	<?php echo apply_filters('single_item_single_sku_after_field', NULL); ?>
      	<?php do_action('usces_action_single_item_inform'); ?>
      	</form>    
     	</div>
     	</section><!-- end of action-section -->
     	
     	
     <?php elseif(usces_sku_num() > 1) : usces_have_skus(); ?>
     <?php //else: ?>
     <!--some SKU(複数のSKUを持っている場合:SKUごとに注文番号やオプション、価格、カートに入れるボタンを表示します)-->
      <div class="text-section">
       <h1 class="item_page_title"><?php usces_the_itemName(); ?></h1>
      	<div class="exp">
      		<?php the_content(); ?>
      		<?php if( $item_custom = usces_get_item_custom( $post->ID, 'list', 'return' ) ) : ?>
      		<div class="field">
      			<?php echo $item_custom; ?>
      		</div>
      		<?php endif; ?>
      	</div><!-- end of exp -->
      </div>
     
     
     <section class="orderitem">
     <form action="<?php echo USCES_CART_URL; ?>" method="post">
     	
     <div class="skuform">
     <?php wcex_sku_select_form(); //追記?>
     <div class="wcss_loading"></div>
    
     <?php do { ?>
     <div class="skumultibox clearfix"> 
    
     <h3><?php usces_the_itemSkuDisp(); ?><span>注文番号<?php usces_the_itemSku(); ?></span></h3>
     <div class="stockstatus">
       <?php if( usces_the_itemCprice('return') > 0 ) : ?>
       <dl>
         <dt class=""><?php _e('List price', 'usces'); ?><?php usces_guid_tax(); ?></dt>
         <dd class="field_cprice"><span class="ss_cprice"><?php usces_the_itemCpriceCr(); ?></span></dd>
       </dl>
       <?php endif; ?>			
       <dl>
         <dt class=""><?php _e('selling price', 'usces'); ?><?php usces_guid_tax(); ?></dt>
         <dd class="field_price"><span class="ss_price"><?php usces_the_itemPriceCr(); ?></span></dd>
       </dl>
       <dl>
         <dt class=""><?php _e('stock status', 'usces'); ?></dt>
         <dd class=""><span class="ss_stockstatus"><?php usces_the_itemZaiko(); ?></span></dd>
       </dl>
     </div>
     	
     <div class="actionform">
     	
     			<?php if (usces_is_options()) : ?>
     					<table class='item_option'>
     			<?php while (usces_have_options()) : ?>
     						<tr>
     							<th><?php usces_the_itemOptName(); ?></th>
     							<td><?php usces_the_itemOption(usces_getItemOptName(),''); ?></td>
     						</tr>
     			<?php endwhile; ?>
     					</table>
     		<?php endif; ?>
     	
       <div class="zaiko_status itemsoldout"><span class="ss_stockstatus"><?php echo apply_filters('usces_filters_single_sku_zaiko_message', esc_html(usces_get_itemZaiko( 'name' ))); ?></span></div>
       <div class="zaiko_status itemsoldout"><span class="ss_stockstatus"><?php echo apply_filters('usces_filters_single_sku_zaiko_message', __('Sold Out', 'usces')); ?></span></div>
       <div class="c-box"><?php _e('Quantity', 'usces'); ?><?php usces_the_itemQuant(); ?><?php usces_the_itemSkuUnit(); ?><?php usces_the_itemSkuButton(__('Add to Shopping Cart', 'usces'), 0); ?></div>
       <div class="addtocart"><?php _e('Quantity', 'usces'); ?> <?php usces_the_itemQuant(); ?><?php usces_the_itemSkuUnit(); ?><?php usces_the_itemSkuButton(__('Add to Shopping Cart', 'usces'), 0); ?></div> 
       <?php //endif; ?>
       <p class="error"><?php usces_singleitem_error_message($post->ID, usces_the_itemSku('return')); ?></p>
     </div>
     
     </div><!-- skumultibox -->
     <?php } while (usces_have_skus()); ?>
     	
     	
     	</div><!-- end of skuform -->
     	<?php echo apply_filters('single_item_multi_sku_after_field', NULL); ?>
     	<?php do_action('usces_action_single_item_inform'); ?>
     	</form>
     	</section>
     <?php endif; ?>
      
     <?php usces_assistance_item( $post->ID, __('An article concerned', 'usces') ); ?>
    
    </div><!-- end of beta -->
    
    </div><!-- end of itemspage -->
    </div><!-- end of storycontent -->
    </div>
    
    <?php else: ?>
    <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
    <?php endif; ?>
    
    </div><!-- end of catbox -->
    
    <div class="relatedbox">
    <h3>You may also like</h3>
    <div class="clearfix thumbindex">
    <?php related_items_list(); ?>
    </div>
    </div><!-- end of relatedbox -->
    
    </div><!-- end of content -->
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
    #83549

    返信が含まれるトピック: 商品画像のalt属性

    yskysmr
    キーマスター

    fuji 様

    usces_the_itemImage 内の alt に usces_filter_img_alt というフィルターフックがあるのですが、そちらを使ってみてくださいますでしょうか。

15件の結果を表示中 - 121 - 135件目 (全529件中)