私は、美徳マート 2 ショップで、「カートに追加」ボタンをクリックしたときに、連絡先フォームまたは外部リンクに誘導したいと考えています。このボタンの背後にあるリンクを変更できるようにしたい。これはどのように可能ですか?
これまでのところ、製品ページ テンプレート (components/com_virtuemart/views/productdetails/tmpl/default.php) でテンプレートが呼び出されている場所のみを見つけました。
<?php
// Add To Cart Button
// if (!empty($this->product->prices) and !empty($this->product->images[0]) and $this->product->images[0]->file_is_downloadable==0 ) {
// if (!VmConfig::get('use_as_catalog', 0) and !empty($this->product->prices['salesPrice'])) {
echo $this->loadTemplate('addtocart');
// } // Add To Cart Button END
?>
どんな助けでも大歓迎です!
ありがとう!