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.
Opencart 製品ページの在庫状況の下にテキストを追加したいと思います。私は単純な PHP If Then でうまくいくと思っていましたが、残念ながら私は間違ったやり方をしているに違いありません。誰か助けてくれませんか?
ありがとう!
<?php if ($text_stock > 0) echo "If ordered before 5pm this product ships same day"; ?>