Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wordpressでshoppプラグインを使用しています。
<?php shopp('cartitem','input'); ?>
結果値「Testing」を取得しましたが、条件が機能しない場合
<?php if(shopp('cartitem','input')=='Testing') ?>
条件が機能しない場合
before shopp プラグインを使用している場合は、私を助けてください!
ありがとう。
使用している Shopp タグはshopp('cartitem', 'input')、値を表示するためだけのものです。
shopp('cartitem', 'input')
shopp('cartitem.get-input')値を値として使用するには、を使用する必要があります。
shopp('cartitem.get-input')