ipd

投稿の際は下記の情報をお書き添えください。
-------------------------------------------
WordPress のバージョン:(例 6.0.2)
Welcart のバージョン:(例 2.8.1)
PHP のバージョン:(例 8.0)
Welcart専用の拡張プラグインとバージョン:(例 DL Seller 3.4.1、SKU Select 1.4.2)
ご利用の親テーマとバージョン :(例 Welcart Basic 1.7.1)
ご利用の子テーマとバージョン :(例 Welcart Beldad 1.4)
症状を確認したブラウザ:
サーバー【重要】:(会社名、サービス名)
--------------------------------------------

フォーラムへの返信

15件の投稿を表示中 - 16 - 30件目 (全53件中)
  • 投稿者
    投稿
  • ipd
    参加者

    nanbu様

    お忙しい中大変ありがとうございます。

    現在表示は思い通りに出来ていまして、教えて頂いた方法で、現在SKUの問題も解消されました、誠にありがとうございます。

    売り切れの商品のみ売り切れと表示にはどうしたら良いのでしょうか?

    因に今ご教授下さったコードとみくらべ<a href="' . get_permalink($post->ID) . '">' .が不要と言う事でしょうか?

    しかしながら<a href="' . get_permalink($post->ID) . '">' .をなくしました所商品一覧ページのサムネイルや商品名をクリックしても商品詳細ページへ飛ばなくなってしまいました…

    私のコードでは何かまずいものでしょうか?…

    ipd
    参加者

    ご教授いただけませんでしょうか?…

    ipd
    参加者

    nanbu様

    売り切れになっている商品も在庫ありの表示になってしまいます…これだけ何とかご教授下さいませ。

    お忙しいとは思いますが宜しくお願い致します。

    ipd
    参加者

    色はitem_list_layout.cssで変更できました!

    ipd
    参加者

    nanbu様ありがとうございます!!

    下記の様に書いたら完璧でした!、ですが売り切れになっている商品も在庫ありの表示になってしまいます…どうしてでしょうか?…これはフィルターフックの問題では有りませんよね…

    文字も赤にできません…

    質問ばかりで申し訳有りません。

    <?php

    add_filter(‘item_list_layout_filter_list’, ‘my_item_list_layout_filter_list’, 10, 3);

    function my_item_list_layout_filter_list(){

    global $usces;

    $args = func_get_args();

    $post = $args[1];

    $opts = $args[2];

    $width = $opts;

    $colum = $opts;

    $limargin = $opts;

    $lipadding = $opts;

    $liborder = $opts;

    $liwidth = ($width + $limargin) / $colum – $limargin – ($lipadding * 2) – ($liborder * 2);

    $liheight = $opts – $lipadding * 2;

    $txtheight = $opts;

    $imgwidth = $liwidth;

    $imgheight = $liheight – $txtheight;

    $border = $liborder ? ” : ‘border:0px’;

    $list = ‘<li id=”ill_li” class=”item_list_layout_li” style=”text-align: center; overflow: hidden; display: block; float: left; padding:’.$lipadding.’px; width:’.$liwidth.’px; height:’.$liheight.’px; margin-right:’.$limargin.’px; margin-bottom:’.$limargin.’px; ‘.$border.'”>ID) . ‘”>’ . usces_the_itemImage(0, $imgwidth, $imgheight, $post, ‘return’ ) . ‘<div class=”thumtitle”>’ . esc_html(usces_the_itemName(‘return’)) . ‘</div><div class=”price”>’ . __(‘$’, ‘usces’) . number_format(usces_the_firstPrice(‘return’)) . $usces->getGuidTax() . ‘</div><div class=”exp”>’ . $excerpt . ‘</div><div class=”zaiko”>’ . esc_html(usces_the_itemZaiko(‘return’)) . ” . “”;

    return $list;

    }

    ?>

    ipd
    参加者

    nanbu様

    その後も色々試しましたが変な文字が表示され商品詳細ページに飛ばないなどでどうにもおてあげです…

    単純にアイテムネーム、プライス、売切の場合売切を赤色で表示にしたいのですが…

    何とぞお力お貸し頂けませんでしょうか?

    ipd
    参加者

    お忙しい所わざわざご教授感謝致します、下記コードに編集致しましたがエラーが出ます…

    書き方間違えておりますでしょうか?

    コード

    <?php

    add_filter(‘item_list_layout_filter_list’, ‘my_item_list_layout_filter_list’, 10, 3);

    global $usces;function my_item_list_layout_filter_list(){

    $args = func_get_args();

    $post = $args[1];

    $opts = $args[2];

    $width = $opts;

    $colum = $opts;

    $limargin = $opts;

    $lipadding = $opts;

    $liborder = $opts;

    $liwidth = ($width + $limargin) / $colum – $limargin – ($lipadding * 3) – ($liborder * 3);

    $liheight = $opts – $lipadding * 3;

    $txtheight = $opts;

    $imgwidth = $liwidth;

    $imgheight = $liheight – $txtheight;

    $border = $liborder ? ” : ‘border:0px’;

    $list = ‘<li id=”ill_li” class=”item_list_layout_li” style=”text-align: center; overflow: hidden; display: block; float: left; padding:’.$lipadding.’px; width:’.$liwidth.’px; height:’.$liheight.’px; margin-right:’.$limargin.’px; margin-bottom:’.$limargin.’px; ‘.$border.’ “>ID) . ‘ “>’. usces_the_itemImage(0, $imgwidth, $imgheight, $post, ‘return’ ) . ‘<div class=”thumtitle”>’ . esc_html(usces_the_itemName(‘return’)) . ‘</div><div class=”zaiko”>’ . esc_html(usces_the_itemZaiko(‘return’)) . ‘</div><div class=”price”>’ . __(‘$’, ‘usces’) . number_format(usces_the_firstPrice(‘return’)) . $usces->getGuidTax() . ‘</div><div class=”exp”>’ . $excerpt . ‘</div>’ ;

    return $list;

    }

    ?>

    エラーコード

    Parse error: syntax error, unexpected ‘”‘ in /export/sd203/www/jp/r/e/gmoserver/7/9/sd0211679/imperial-designworks.com/blog/wp-content/themes/gents-company/functions.php on line 19

    ipd
    参加者

    申し訳ありません、function.phpに下記コードを追加致しました。

    <?php

    add_filter(‘item_list_layout_filter_list’, ‘my_item_list_layout_filter_list’, 10, 3);

    function my_item_list_layout_filter_list(){

    $args = func_get_args();

    $post = $args[1];

    $opts = $args[2];

    $opts = $args[3];

    $width = $opts;

    $colum = $opts;

    $limargin = $opts;

    $lipadding = $opts;

    $liborder = $opts;

    $liwidth = ($width + $limargin) / $colum – $limargin – ($lipadding * 3) – ($liborder * 3);

    $liheight = $opts – $lipadding * 3;

    $txtheight = $opts;

    $imgwidth = $liwidth;

    $imgheight = $liheight – $txtheight;

    $border = $liborder ? ” : ‘border:0px’;

    $list = ‘<li id=”ill_li” class=”item_list_layout_li” style=”text-align: center; overflow: hidden; display: block; float: left; padding:’.$lipadding.’px; width:’.$liwidth.’px; height:’.$liheight.’px; margin-right:’.$limargin.’px; margin-bottom:’.$limargin.’px; ‘.$border.'”>ID) . ‘”>’ . usces_the_itemImage(0, $imgwidth, $imgheight, $post, ‘return’ ) . ‘<div class=”thumtitle”>’ . esc_html(usces_the_itemName(‘return’)) . ‘</div><div class=”zaiko”>’ . esc_html(usces_the_itemZaiko(‘return’)) . ‘</div><div class=”price”>’ . __(‘$’, ‘usces’) . number_format(usces_the_firstPrice(‘return’)) . $usces->getGuidTax() . ‘</div><div class=”exp”>’ . $excerpt . ‘</div>’ ;

    return $list;

    }

    ?>

    するとエラーで下記コードが出てしまいます。

    Warning: Division by zero in /export/sd203/www/jp/r/e/gmoserver/7/9/sd0211679/imperial-designworks.com/blog/wp-content/themes/gents-company/functions.php on line 13

    Fatal error: Call to a member function getGuidTax() on a non-object in /export/sd203/www/jp/r/e/gmoserver/7/9/sd0211679/imperial-designworks.com/blog/wp-content/themes/gents-company/functions.php on line 20

    どうか宜しくお願い致します。

    返信先: [解決済み] WP-PageNaviが反映されない #62553
    ipd
    参加者

    申し訳ありません、うっかりしておりました…

    ipd
    参加者

    了解いたしました、ありがとうございました。

    ipd
    参加者

    nanbu様

    何にもしてないのに時間が経ったらいきなり治りました…

    ご心配おかけいたしました。

    お陰様で全部完成しまして16日にオープンでございます。

    一応、お暇な時にでもご覧下さい。

    http://www.backbone-spirit.com/the-little/

    ちなみにWP-PageNaviを入れても何故ナビが反映されないのでしょうか?

    ipd
    参加者

    おっしゃる通り改行になっておりました。

    大変申し訳有りませんでした…

    ご丁寧な御対応ありがとうございました。

    ipd
    参加者

    すみません、phpのままだとむりでしたね…

    ipd
    参加者

    そうですか…

    一度モジュールファイルをお送り致しますので見て頂いても構いませんでしょうか?

    ipd
    参加者

    こちらです

    かなり以下者から文句言われてて急いでいまして…

    宜しくお願い致します。

    Parse error: syntax error, unexpected T_STRING in /virtual/backbone/public_html/the-little/wp-content/plugins/usc-e-shop/settlement/epsilon.php on line 57

    まだクレジットはテスト環境でやってますので試しにお買い物してみて下さい。

    http://www.backbone-spirit.com/the-little/?p=295

15件の投稿を表示中 - 16 - 30件目 (全53件中)