Jan 26
修改詢問頁面
components\com_virtuemart\themes\default\templates\pages\shop.ask.tpl.php
第34行

原始程式碼
<textarea rows="10" cols="60" name="text" id="contact_text" class="inputbox"><?php echo utf8_decode($subject) ?></textarea><br />

修正程式碼
<textarea rows="10" cols="60" name="text" id="contact_text" class="inputbox"><?php echo urldecode($subject) ?></textarea><br />


administrator/components/com_virtuemart/classes/ps_product.php
第2190行

原始程式碼
$product_name = htmlentities( $this->get_field($product_id, 'product_name'), ENT_QUOTES );

修正程式碼
$product_name = htmlentities( $this->get_field($product_id, 'product_name'), ENT_QUOTES, 'utf-8' );


使用版本
Joomla 1.5.22
VirtueMart 1.1.6
Jan 25

移除 virtuemark  paypal 的圖示 不指定

文章分類 : Maru Think | 發表時間:2011/01/25 07:13 by zuyan | 迴響:0
Here is the solution

1. Go to your site's file manager
2. Go to Component > com_virtuemart > themes > default > templates > common
3. Open shopIndex.tpl.php in edit mode
4. Locate the following code:

<?php if( isset($paypalLogo)) : ?>
<div class="vmRecent" style="padding: 10px; text-align: center;">
  <?php echo $paypalLogo; ?>
</div>
<?php endif; ?>

5. Delete it.

資料來源
http://forum.virtuem...ex.php?topic=75103.0
Jan 4

Artisteer 懶人網頁佈景主題編輯程式 不指定

文章分類 : Joomla CMS架站系統 | 發表時間:2011/01/04 11:59 by zuyan | 迴響:0
找不到合適的網頁範本嗎...那乾脆自己DIY做一個可用於下列網站

Joomla templates, Drupal themes, Wordpress themes, DotNetNuke skins, Blogger templates

點擊在新視窗中瀏覽此圖片

http://www.artisteer.com/
分頁: 1/1 第一頁 1 最後頁 [ 顯示模式: 摘要 | 清單 ]