バージョン選択

フォーラム

メニュー

オンライン状況

45 人のユーザが現在オンラインです。 (40 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 45
もっと...

サイト内検索

質問 > 管理機能 > 会員登録画面をスキップさせたい

管理機能

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
yanaii
投稿日時: 2020/11/27 13:36
対応状況: 開発中
新米
登録日: 2020/11/27
居住地:
投稿: 8
会員登録画面をスキップさせたい
▼テンプレート
[EC-CUBE] 2.17.1
[レンタルサーバ] ConoHa
[OS]
[PHP] 7.4.6
[データベース] MySQL 5.7.27

[現象] 商品をカートに入れた後、購入手続きへに進むと表示される「会員登録済みのお客さま」「会員登録がお済みでないお客さま」「会員登録しないで購入する」の画面をスキップさせて、「お客さま情報」の入力画面に遷移させたいです。
なお、初心者ですので、ご了承いただければと思います。

よろしくお願いいたします。
coremobile
投稿日時: 2020/11/27 16:15
対応状況: −−−
長老
登録日: 2018/8/30
居住地:
投稿: 186
Re: 会員登録画面をスキップさせたい
data/class/pages/shopping/LC_Page_Shopping.phpをカスタマイズすれば可能かと思います。
LC_Page_Shopping.php内にswitch文がりますがそこを下記のように変更してみてください。


    $mode = $this->getMode();←追加
		if($mode == ""){←追加
			$mode = "nonmember_confirm";←追加
		}←追加
        switch ($mode) {←変更
            // ログイン実行
            case 'login':
                $this->lfInitLoginFormParam($objFormParam);
                $objFormParam->setParam($_POST);
                $objFormParam->trimParam();
                $objFormParam->convParam();
                $objFormParam->toLower('login_email');
                $this->arrErr = $objFormParam->checkError();

これで「会員登録済みのお客さま」「会員登録がお済みでないお客さま」「会員登録しないで購入する」の画面をスキップすることができると思います。
yanaii
投稿日時: 2020/11/27 17:09
対応状況: −−−
新米
登録日: 2020/11/27
居住地:
投稿: 8
Re: 会員登録画面をスキップさせたい
ご案内ありがとうございます。
恐らく指示通りできたと思いますが

システムエラーが発生しました。
大変お手数ですが、サイト管理者までご連絡ください。

と表示されます。
何か考えられる原因はございますでしょうか?
coremobile
投稿日時: 2020/11/27 17:24
対応状況: −−−
長老
登録日: 2018/8/30
居住地:
投稿: 186
Re: 会員登録画面をスキップさせたい
いただきました件ですが該当エラーのエラーログを記載いただくことは可能でしょうか?
エラーログは

/data/logs/error.log

上記に該当エラーの記載があると思いますのでご確認ください。
yanaii
投稿日時: 2020/11/27 18:15
対応状況: −−−
新米
登録日: 2020/11/27
居住地:
投稿: 8
Re: 会員登録画面をスキップさせたい
お手数をお掛けしておりますが、よろしくお願い申し上げます。

2020/11/27 18:12:46 [/cart/index.php] Warning(E_WARNING): Use of undefined constant USE_NORMALIZE_HOSTNAME - assumed 'USE_NORMALIZE_HOSTNAME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/SC_Initial.php(502)] from 118.109.238.109
2020/11/27 18:12:46 [/cart/index.php] Warning(E_WARNING): register_shutdown_function(): Invalid shutdown callback 'LC_Page_Index_Ex::destroy' passed on [/home/c8277475/public_html/zds.cc/cart/index.php(31)] from 118.109.238.109
2020/11/27 18:12:46 [/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::install($arrPlugin) should be compatible with SC_Plugin_Base::install($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(45)] from 118.109.238.109
2020/11/27 18:12:46 [/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::uninstall($arrPlugin) should be compatible with SC_Plugin_Base::uninstall($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(150)] from 118.109.238.109
2020/11/27 18:12:46 [/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::enable($arrPlugin) should be compatible with SC_Plugin_Base::enable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(196)] from 118.109.238.109
2020/11/27 18:12:46 [/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::disable($arrPlugin) should be compatible with SC_Plugin_Base::disable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(207)] from 118.109.238.109
2020/11/27 18:12:46 [/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_FLAG - assumed 'PENDING_ORDER_CANCEL_FLAG' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/pages/LC_Page_Index.php(66)] from 118.109.238.109
2020/11/27 18:12:46 [/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_TIME - assumed 'PENDING_ORDER_CANCEL_TIME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_Purchase.php(1383)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant USE_NORMALIZE_HOSTNAME - assumed 'USE_NORMALIZE_HOSTNAME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/SC_Initial.php(502)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): register_shutdown_function(): Invalid shutdown callback 'LC_Page_Products_Detail_Ex::destroy' passed on [/home/c8277475/public_html/zds.cc/cart/products/detail.php(32)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Declaration of CustomTradelaw::install($arrPlugin) should be compatible with SC_Plugin_Base::install($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(45)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Declaration of CustomTradelaw::uninstall($arrPlugin) should be compatible with SC_Plugin_Base::uninstall($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(150)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Declaration of CustomTradelaw::enable($arrPlugin) should be compatible with SC_Plugin_Base::enable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(196)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Declaration of CustomTradelaw::disable($arrPlugin) should be compatible with SC_Plugin_Base::disable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(207)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_FLAG - assumed 'PENDING_ORDER_CANCEL_FLAG' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/pages/products/LC_Page_Products_Detail.php(172)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_TIME - assumed 'PENDING_ORDER_CANCEL_TIME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_Purchase.php(1383)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant TAX_RULE_PRIORITY - assumed 'TAX_RULE_PRIORITY' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(165)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): count(): Parameter must be an array or an object that implements Countable on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/ProductOptions/class/plg_ProductOptions_LC_Page_Products_Detail.php(119)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Invalid argument supplied for foreach() on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/ProductOptions/class/plg_ProductOptions_LC_Page_Products_Detail.php(120)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:49 [/cart/products/detail.php] Warning(E_WARNING): count(): Parameter must be an array or an object that implements Countable on [/home/c8277475/public_html/zds.cc/cart/data/Smarty/templates_c/zdsec001/48a1a89a2e6144b5bb6240dee13387589b1e524d_0.file.detail.tpl.php(76)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant USE_NORMALIZE_HOSTNAME - assumed 'USE_NORMALIZE_HOSTNAME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/SC_Initial.php(502)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): register_shutdown_function(): Invalid shutdown callback 'LC_Page_Products_Detail_Ex::destroy' passed on [/home/c8277475/public_html/zds.cc/cart/products/detail.php(32)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Declaration of CustomTradelaw::install($arrPlugin) should be compatible with SC_Plugin_Base::install($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(45)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Declaration of CustomTradelaw::uninstall($arrPlugin) should be compatible with SC_Plugin_Base::uninstall($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(150)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Declaration of CustomTradelaw::enable($arrPlugin) should be compatible with SC_Plugin_Base::enable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(196)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Declaration of CustomTradelaw::disable($arrPlugin) should be compatible with SC_Plugin_Base::disable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(207)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant TAX_RULE_PRIORITY - assumed 'TAX_RULE_PRIORITY' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(165)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/products/detail.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant USE_NORMALIZE_HOSTNAME - assumed 'USE_NORMALIZE_HOSTNAME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/SC_Initial.php(502)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): register_shutdown_function(): Invalid shutdown callback 'LC_Page_Cart_Ex::destroy' passed on [/home/c8277475/public_html/zds.cc/cart/cart/index.php(32)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::install($arrPlugin) should be compatible with SC_Plugin_Base::install($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(45)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::uninstall($arrPlugin) should be compatible with SC_Plugin_Base::uninstall($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(150)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::enable($arrPlugin) should be compatible with SC_Plugin_Base::enable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(196)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::disable($arrPlugin) should be compatible with SC_Plugin_Base::disable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(207)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_FLAG - assumed 'PENDING_ORDER_CANCEL_FLAG' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/pages/cart/LC_Page_Cart.php(78)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_TIME - assumed 'PENDING_ORDER_CANCEL_TIME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_Purchase.php(1383)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant TAX_RULE_PRIORITY - assumed 'TAX_RULE_PRIORITY' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(165)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:56 [/cart/cart/index.php] Warning(E_WARNING): count(): Parameter must be an array or an object that implements Countable on [/home/c8277475/public_html/zds.cc/cart/data/Smarty/templates_c/zdsec001/2c47c01e86c58ae9f1e3d472307431483ac049ab_0.file.index.tpl.php(167)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant USE_NORMALIZE_HOSTNAME - assumed 'USE_NORMALIZE_HOSTNAME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/SC_Initial.php(502)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): register_shutdown_function(): Invalid shutdown callback 'LC_Page_Cart_Ex::destroy' passed on [/home/c8277475/public_html/zds.cc/cart/cart/index.php(32)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::install($arrPlugin) should be compatible with SC_Plugin_Base::install($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(45)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::uninstall($arrPlugin) should be compatible with SC_Plugin_Base::uninstall($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(150)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::enable($arrPlugin) should be compatible with SC_Plugin_Base::enable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(196)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::disable($arrPlugin) should be compatible with SC_Plugin_Base::disable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(207)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_FLAG - assumed 'PENDING_ORDER_CANCEL_FLAG' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/pages/cart/LC_Page_Cart.php(78)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_TIME - assumed 'PENDING_ORDER_CANCEL_TIME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_Purchase.php(1383)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant USE_NORMALIZE_HOSTNAME - assumed 'USE_NORMALIZE_HOSTNAME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/SC_Initial.php(502)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): register_shutdown_function(): Invalid shutdown callback 'LC_Page_Cart_Ex::destroy' passed on [/home/c8277475/public_html/zds.cc/cart/cart/index.php(32)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::install($arrPlugin) should be compatible with SC_Plugin_Base::install($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(45)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::uninstall($arrPlugin) should be compatible with SC_Plugin_Base::uninstall($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(150)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::enable($arrPlugin) should be compatible with SC_Plugin_Base::enable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(196)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::disable($arrPlugin) should be compatible with SC_Plugin_Base::disable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(207)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_FLAG - assumed 'PENDING_ORDER_CANCEL_FLAG' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/pages/cart/LC_Page_Cart.php(78)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_TIME - assumed 'PENDING_ORDER_CANCEL_TIME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_Purchase.php(1383)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant TAX_RULE_PRIORITY - assumed 'TAX_RULE_PRIORITY' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(165)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:12:59 [/cart/cart/index.php] Warning(E_WARNING): count(): Parameter must be an array or an object that implements Countable on [/home/c8277475/public_html/zds.cc/cart/data/Smarty/templates_c/zdsec001/2c47c01e86c58ae9f1e3d472307431483ac049ab_0.file.index.tpl.php(167)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant USE_NORMALIZE_HOSTNAME - assumed 'USE_NORMALIZE_HOSTNAME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/SC_Initial.php(502)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): register_shutdown_function(): Invalid shutdown callback 'LC_Page_Cart_Ex::destroy' passed on [/home/c8277475/public_html/zds.cc/cart/cart/index.php(32)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::install($arrPlugin) should be compatible with SC_Plugin_Base::install($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(45)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::uninstall($arrPlugin) should be compatible with SC_Plugin_Base::uninstall($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(150)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::enable($arrPlugin) should be compatible with SC_Plugin_Base::enable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(196)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::disable($arrPlugin) should be compatible with SC_Plugin_Base::disable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(207)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_FLAG - assumed 'PENDING_ORDER_CANCEL_FLAG' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/pages/cart/LC_Page_Cart.php(78)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_TIME - assumed 'PENDING_ORDER_CANCEL_TIME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_Purchase.php(1383)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant USE_NORMALIZE_HOSTNAME - assumed 'USE_NORMALIZE_HOSTNAME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/SC_Initial.php(502)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): register_shutdown_function(): Invalid shutdown callback 'LC_Page_Cart_Ex::destroy' passed on [/home/c8277475/public_html/zds.cc/cart/cart/index.php(32)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::install($arrPlugin) should be compatible with SC_Plugin_Base::install($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(45)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::uninstall($arrPlugin) should be compatible with SC_Plugin_Base::uninstall($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(150)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::enable($arrPlugin) should be compatible with SC_Plugin_Base::enable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(196)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::disable($arrPlugin) should be compatible with SC_Plugin_Base::disable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(207)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_FLAG - assumed 'PENDING_ORDER_CANCEL_FLAG' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/pages/cart/LC_Page_Cart.php(78)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_TIME - assumed 'PENDING_ORDER_CANCEL_TIME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_Purchase.php(1383)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant TAX_RULE_PRIORITY - assumed 'TAX_RULE_PRIORITY' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(165)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:01 [/cart/cart/index.php] Warning(E_WARNING): count(): Parameter must be an array or an object that implements Countable on [/home/c8277475/public_html/zds.cc/cart/data/Smarty/templates_c/zdsec001/2c47c01e86c58ae9f1e3d472307431483ac049ab_0.file.index.tpl.php(167)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant USE_NORMALIZE_HOSTNAME - assumed 'USE_NORMALIZE_HOSTNAME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/SC_Initial.php(502)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): register_shutdown_function(): Invalid shutdown callback 'LC_Page_Cart_Ex::destroy' passed on [/home/c8277475/public_html/zds.cc/cart/cart/index.php(32)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::install($arrPlugin) should be compatible with SC_Plugin_Base::install($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(45)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::uninstall($arrPlugin) should be compatible with SC_Plugin_Base::uninstall($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(150)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::enable($arrPlugin) should be compatible with SC_Plugin_Base::enable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(196)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::disable($arrPlugin) should be compatible with SC_Plugin_Base::disable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(207)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_FLAG - assumed 'PENDING_ORDER_CANCEL_FLAG' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/pages/cart/LC_Page_Cart.php(78)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant PENDING_ORDER_CANCEL_TIME - assumed 'PENDING_ORDER_CANCEL_TIME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_Purchase.php(1383)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant TAX_RULE_PRIORITY - assumed 'TAX_RULE_PRIORITY' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(165)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:02 [/cart/cart/index.php] Warning(E_WARNING): Use of undefined constant OPTION_PRODUCT_TAX_RULE - assumed 'OPTION_PRODUCT_TAX_RULE' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/helper/SC_Helper_TaxRule.php(124)] from 118.109.238.109
2020/11/27 18:13:03 [/cart/shopping/index.php] Warning(E_WARNING): Use of undefined constant USE_NORMALIZE_HOSTNAME - assumed 'USE_NORMALIZE_HOSTNAME' (this will throw an Error in a future version of PHP) on [/home/c8277475/public_html/zds.cc/cart/data/class/SC_Initial.php(502)] from 118.109.238.109
2020/11/27 18:13:03 [/cart/shopping/index.php] Fatal error(E_PARSE): syntax error, unexpected '$mode' (T_VARIABLE) on [/home/c8277475/public_html/zds.cc/cart/data/class/pages/shopping/LC_Page_Shopping.php(118)] from 118.109.238.109
customer_id =
2020/11/27 18:13:03 [/cart/shopping/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::install($arrPlugin) should be compatible with SC_Plugin_Base::install($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(45)] from 118.109.238.109
2020/11/27 18:13:03 [/cart/shopping/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::uninstall($arrPlugin) should be compatible with SC_Plugin_Base::uninstall($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(150)] from 118.109.238.109
2020/11/27 18:13:03 [/cart/shopping/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::enable($arrPlugin) should be compatible with SC_Plugin_Base::enable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(196)] from 118.109.238.109
2020/11/27 18:13:03 [/cart/shopping/index.php] Warning(E_WARNING): Declaration of CustomTradelaw::disable($arrPlugin) should be compatible with SC_Plugin_Base::disable($arrPlugin, $objPluginInstaller = NULL) on [/home/c8277475/public_html/zds.cc/cart/data/downloads/plugin/CustomTradelaw/CustomTradelaw.php(207)] from 118.109.238.109
coremobile
投稿日時: 2020/11/27 21:28
対応状況: −−−
長老
登録日: 2018/8/30
居住地:
投稿: 186
Re: 会員登録画面をスキップさせたい
2020/11/27 18:13:03 [/cart/shopping/index.php] Fatal error(E_PARSE): syntax error, unexpected '$mode' (T_VARIABLE) on [/home/c8277475/public_html/zds.cc/cart/data/class/pages/shopping/LC_Page_Shopping.php(118)] from 118.109.238.109
customer_id =

構文エラーになっているようですので変更した箇所のソースを張りつけて頂けないでしょうか?
よろしくお願いいたします。
yanaii
投稿日時: 2020/11/27 21:39
対応状況: −−−
新米
登録日: 2020/11/27
居住地:
投稿: 8
Re: 会員登録画面をスキップさせたい
お世話になります。
以下の部分でしょうか?

    $mode = $this->getMode();
if($mode == ""){
$mode = "nonmember_confirm";
}
switch ($mode) {
// ログイン実行
case 'login':
//$this->lfInitLoginFormParam($objFormParam);
$objFormParam->setParam($_POST);
$objFormParam->trimParam();
$objFormParam->convParam();
$objFormParam->toLower('login_email');
$this->arrErr = $objFormParam->checkError();
coremobile
投稿日時: 2020/11/27 21:51
対応状況: −−−
長老
登録日: 2018/8/30
居住地:
投稿: 186
Re: 会員登録画面をスキップさせたい
念のため確認になりますが、
$modeの前に全角スペースが入っています。
ソース上にも全角スペースが入っていますでしょうか?
ここ↓
    $mode = $this->getMode();

ご確認よろしくお願いいたします。
coremobile
投稿日時: 2020/11/27 21:59
対応状況: −−−
長老
登録日: 2018/8/30
居住地:
投稿: 186
Re: 会員登録画面をスキップさせたい
またエラー箇所は

LC_Page_Shopping.php(118)

となっているので上記ファイルの118行目のみ貼り付けていただけますでしょうか?
yanaii
投稿日時: 2020/11/27 22:16
対応状況: −−−
新米
登録日: 2020/11/27
居住地:
投稿: 8
Re: 会員登録画面をスキップさせたい
お世話になります。
118行目です。
よろしくお願い申し上げます。

$mode = $this->getMode();
(1) 2 »
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は88,288名です
総投稿数は109,688件です

投稿数ランキング

1
seasoft
7365
2
468
3217
3
AMUAMU
2712
4
nanasess
2303
5
umebius
2085
6
yuh
1818
7
h_tanaka
1610
8
red
1567
9
mcontact
1240
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
796
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.