<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>bestlong 怕失憶論壇 - EC</title>
    <link>http://www.bestlong.idv.tw/forum.php?mod=forumdisplay&amp;fid=65</link>
    <description>Latest 20 threads of EC</description>
    <copyright>Copyright(C) bestlong 怕失憶論壇</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 02 Jul 2026 22:06:31 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.bestlong.idv.tw/static/image/common/logo_88_31.gif</url>
      <title>bestlong 怕失憶論壇</title>
      <link>http://www.bestlong.idv.tw/</link>
    </image>
    <item>
      <title>電子商務網站整合 PayPal 付款機制</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=4786</link>
      <description><![CDATA[電子商務都會有做金流整合的需求
可以採取以下選項：
1.郵寄現金袋
2.銀行臨櫃匯款
3.ATM 轉帳
4.貨到付款
只是對客戶來說有些選項很麻煩且花時間，對商家而言也會有服務手續費侵蝕利潤的問題
不過若是網站要增加線上刷卡的功能，對於個體戶可就沒有什麼選擇了
幸好還可 ...]]></description>
      <category>EC</category>
      <author>bestlong</author>
      <pubDate>Wed, 12 Jun 2013 09:38:49 +0000</pubDate>
    </item>
    <item>
      <title>Magento 購物車系統</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=915</link>
      <description><![CDATA[Magento 是個基於 PHP Zend framework 的開放源始碼電子商務(B2C)系統



官方網站 http://www.magentocommerce.com/]]></description>
      <category>EC</category>
      <author>bestlong</author>
      <pubDate>Thu, 10 Mar 2011 03:12:33 +0000</pubDate>
    </item>
    <item>
      <title>osCommerce 在 XAMPP 環境運作不太正常</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=760</link>
      <description><![CDATA[在 windows 主機上用 xampp 環境來開發 PHP + MySQL 的程式算是很方便
不過 windows 與 Linux 環境在本質上還是會有所差異
特別是歷史悠久的 PHP 系統碰到的問題會更多

像 osCommerce 的後台就讓我無法登入
同樣的程式在 CentOS 4 與 bluehost 虛擬主機上就可以跑

若 ...]]></description>
      <category>EC</category>
      <author>bestlong</author>
      <pubDate>Wed, 22 Sep 2010 08:48:22 +0000</pubDate>
    </item>
    <item>
      <title>osCommerce 解決 register_globals 未開啟</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=759</link>
      <description><![CDATA[基於提高安全性，新的環境都預設將 register_globals 關閉
想要改成預設 register_globals = on 會有很多障礙
所以只好山不轉路轉，路不轉人轉

若是環境支援 .htaccess 功能，就加上或是]]></description>
      <category>EC</category>
      <author>bestlong</author>
      <pubDate>Wed, 22 Sep 2010 08:18:22 +0000</pubDate>
    </item>
    <item>
      <title>OSC 出現 1054 - Unknown column 'p.products_id' in 'on clause' 錯誤</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=756</link>
      <description><![CDATA[測試移轉 OSCommerce 到 MySQL5 環境，在點選商品分類時，某些分類會出現了下列 SQL 語法問題

1054 - Unknown column 'p.products_id' in 'on clause'

select count(p.products_id) as total from products_description pd, products p left join manufacturers m on  ...]]></description>
      <category>EC</category>
      <author>bestlong</author>
      <pubDate>Sun, 19 Sep 2010 16:25:34 +0000</pubDate>
    </item>
    <item>
      <title>OSCommerce 出現 Deprecated: Function eregi() is deprecated</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=755</link>
      <description><![CDATA[Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\osc\includes\classes\language.php on line 87

修改 includes/classes/language.php修改成參考資料 Function eregi() is deprecated]]></description>
      <category>EC</category>
      <author>bestlong</author>
      <pubDate>Sun, 19 Sep 2010 14:44:12 +0000</pubDate>
    </item>
    <item>
      <title>OSCommerce 出現 Deprecated: Function session_register() is deprecated</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=754</link>
      <description><![CDATA[移轉到在 PHP5 環境下碰到的問題

Deprecated: Function session_register() is deprecated in C:\xampp\htdocs\osc\includes\functions\sessions.php on line 74

可以修改 includes/functions/sessions.php 找到改成參考資料 http://forums.oscommerce.com/topic/3425 ...]]></description>
      <category>EC</category>
      <author>bestlong</author>
      <pubDate>Sun, 19 Sep 2010 13:43:47 +0000</pubDate>
    </item>
    <item>
      <title>OSCommerce 出現 Deprecated: Function session_is_registered() is deprecated</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=753</link>
      <description><![CDATA[遷移 OSCommerce 到 PHP5 環境下，出現下列訊息

Deprecated: Function session_is_registered() is deprecated in C:\xampp\htdocs\osc\includes\functions\sessions.php on line 84

請修改 includes/functions/sessions.php 找到下面的函數：改成參考來源 Function s ...]]></description>
      <category>EC</category>
      <author>bestlong</author>
      <pubDate>Sun, 19 Sep 2010 12:57:00 +0000</pubDate>
    </item>
    <item>
      <title>進入 OSCommerce 後台碰到 Fatal error: Cannot re-assign $this</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=752</link>
      <description><![CDATA[幫朋友將 osc 購物車系統移轉到虛擬主機上所碰到的錯誤訊息如下

Fatal error: Cannot re-assign $this in /var/www/html/osc/admin/includes/classes/upload.php on line 31Line 31 就是 $this = null 這一行，改成這樣就過關了 ...]]></description>
      <category>EC</category>
      <author>bestlong</author>
      <pubDate>Sat, 18 Sep 2010 18:24:50 +0000</pubDate>
    </item>
    <item>
      <title>網頁設計標準尺寸</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=742</link>
      <description><![CDATA[本文引用自 wowbox blog (網頁設計知識庫)

1、800*600下，網頁寬度保持在778以內，就不會出現水平滾動條，高度則視版面和內容決定。

2、1024*768下，網頁寬度保持在1002以內，如果滿框顯示的話,高度是612-615之間.就不會出現水平滾動條和垂直滾動條。

3、在ps裡面做 ...]]></description>
      <category>EC</category>
      <author>bestlong</author>
      <pubDate>Fri, 23 Jul 2010 16:44:29 +0000</pubDate>
    </item>
    <item>
      <title>將 xtc 或 twe 的 Smarty 版本升級</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=637</link>
      <description><![CDATA[使用 xtc 或 twe 架設購物網站的人應該很多
這兩套系統都是使用 Smarty 樣版引擎
想要更新其實很簡單

到 http://www.smarty.net/ 下載 Smarty 新的版本
解壓縮後將其中的 libs 目錄名稱改成 Smarty_x.x.x 後，複製到 includes/classes 目錄下
修改 Smarty_x.x.x/Smarty ...]]></description>
      <category>EC</category>
      <author>bestlong</author>
      <pubDate>Sun, 01 Nov 2009 13:59:47 +0000</pubDate>
    </item>
  </channel>
</rss>