{"id":199415,"date":"2025-05-03T10:40:16","date_gmt":"2025-05-03T02:40:16","guid":{"rendered":"https:\/\/server.hk\/cnblog\/199415\/"},"modified":"2025-05-03T10:40:16","modified_gmt":"2025-05-03T02:40:16","slug":"%e8%a7%a3%e5%86%b3ecshop%e5%85%8d%e8%bf%90%e8%b4%b9%e8%b5%a0%e5%93%81%e5%8a%a0%e5%85%a5%e8%b4%ad%e7%89%a9%e8%bd%a6%e4%be%9d%e6%97%a7%e6%94%b6%e5%8f%96%e8%bf%90%e8%b4%b9%e9%97%ae%e9%a2%98","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/199415\/","title":{"rendered":"\u89e3\u51b3ecshop\u514d\u8fd0\u8d39\u8d60\u54c1\u52a0\u5165\u8d2d\u7269\u8f66\u4f9d\u65e7\u6536\u53d6\u8fd0\u8d39\u95ee\u9898"},"content":{"rendered":"<p>ecshop\u6240\u6709\u7248\u672c\u5305\u62ec\u6700\u65b02.7.4\u7248\u672c\uff0c\u5b58\u5728\u514d\u8fd0\u8d39\u8d60\u54c1\u52a0\u5165\u8d2d\u7269\u8f66\u540e\u4f9d\u65e7\u6536\u53d6\u8fd0\u8d39\u7684\u9519\u8bef\u6f0f\u6d1e\u95ee\u9898\u3002\u6bd4\u5982\u628a\u5145\u503c\u5361\u5546\u54c1\u540e\u53f0\u52fe\u9009\u8bbe\u7f6e\u4e3a\u514d\u8fd0\u8d39\uff0c\u4e70\u5bb6\u8d2d\u4e70\u8be5\u5145\u503c\u5361\u5546\u54c1\u5e76\u6dfb\u52a0\u514d\u8fd0\u8d39\u7684\u8d60\u54c1\u540e\uff0c\u8ba2\u5355\u53cd\u800c\u53c8\u8981\u6536\u53d6\u90ae\u8d39\u7684BUG\u95ee\u9898\u3002<\/p>\n<p> \u89e3\u51b3\u65b9\u6cd5\u6253\u5f00ECSHOP\u7f51\u7ad9\u6839\u76ee\u5f55\u4e2d\u7684flow.php\u6587\u4ef6\uff0c\u641c\u7d22\u5982\u4e0b\u4ee3\u7801 <\/p>\n<pre>\r\nfunction add_gift_to_cart($act_id, $id, $price)\r\n{\r\n    $sql = \"INSERT INTO \" . $GLOBALS['ecs']-&gt;table('cart') . \" (\" .\r\n                \"user_id, session_id, goods_id, goods_sn, goods_name, market_price, goods_price, \".\r\n                \"goods_number, is_real, extension_code, parent_id, is_gift, rec_type ) \".\r\n            \"SELECT '$_SESSION[user_id]', '\" . SESS_ID . \"', goods_id, goods_sn, goods_name, market_price, \".\r\n                \"'$price', 1, is_real, extension_code, 0, '$act_id', '\" . CART_GENERAL_GOODS . \"' \" .\r\n            \"FROM \" . $GLOBALS['ecs']-&gt;table('goods') .\r\n            \" WHERE goods_id = '$id'\";\r\n    $GLOBALS['db']-&gt;query($sql);\r\n}<\/pre>\n<p> \u5c06\u4ee5\u4e0a\u7684\u4ee3\u7801\u4fee\u6539\u4e3a\u5982\u4e0b\u4ee3\u7801 <\/p>\n<pre>\r\nfunction add_gift_to_cart($act_id, $id, $price)\r\n{\r\n    $sql = \"INSERT INTO \" . $GLOBALS['ecs']-&gt;table('cart') . \" (\" .\r\n                \"user_id, session_id, goods_id, goods_sn, goods_name, market_price, goods_price, \".\r\n                \"goods_number, is_real, extension_code, parent_id, is_gift, rec_type, is_shipping ) \".\r\n            \"SELECT '$_SESSION[user_id]', '\" . SESS_ID . \"', goods_id, goods_sn, goods_name, market_price, \".\r\n                \"'$price', 1, is_real, extension_code, 0, '$act_id', '\" . CART_GENERAL_GOODS . \"', is_shipping \" .\r\n            \"FROM \" . $GLOBALS['ecs']-&gt;table('goods') .\r\n            \" WHERE goods_id = '$id'\";\r\n    $GLOBALS['db']-&gt;query($sql);\r\n}<\/pre>\n<p> \u6309\u7167\u4ee5\u4e0a\u64cd\u4f5c\u5c31\u5f88\u597d\u7684\u89e3\u51b3\u4e86ECShop\u7f51\u5e97\u6dfb\u52a0\u514d\u8fd0\u8d39\u8d60\u54c1\u540e\uff0c\u8d2d\u7269\u8f66\u53d8\u4e3a\u6536\u53d6\u8fd0\u8d39\u7684\u9519\u8bef\u6f0f\u6d1e\u8fd9\u4e2a\u95ee\u9898\u4e86\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ecshop\u6240\u6709\u7248\u672c\u5305\u62ec\u6700\u65b02.&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4925],"tags":[],"class_list":["post-199415","post","type-post","status-publish","format-standard","hentry","category-4925"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/199415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/comments?post=199415"}],"version-history":[{"count":0,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/199415\/revisions"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=199415"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=199415"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=199415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}