dongpengyu1363 2015-01-15 06:02
浏览 6

自定义打开购物车默认产品搜索

Hello so far i have done everything good..What i'm trying to do is to add a checkin and checkout..

Where am i going wrong

SELECT
   p.product_id,
   (SELECT
      AVG(rating) AS total 
   FROM
      " . DB_PREFIX . "review r1 
   WHERE
      r1.product_id = p.product_id  
      AND r1.status = '1' 
   GROUP BY
      r1.product_id) AS rating,
   (SELECT
      price 
   FROM
      " . DB_PREFIX . "product_discount pd2 
   WHERE
      pd2.product_id = p.product_id 
      AND pd2.customer_group_id = '" . (int)$this->config->get('config_customer_group_id') . "' 
      AND pd2.quantity = '1' 
      AND (
         (
            pd2.date_start = '0000-00-00' 
            OR pd2.date_start < NOW()
         ) 
         AND (
            pd2.date_end = '0000-00-00' 
            OR pd2.date_end > NOW()
         )
      ) 
   ORDER BY
      pd2.priority ASC,
      pd2.price ASC LIMIT 1) AS discount,
   (SELECT
      price 
   FROM
      " . DB_PREFIX . "product_special ps 
   WHERE
      ps.product_id = p.product_id 
      AND ps.customer_group_id = '" . (int)$this->config->get('config_customer_group_id') . "' 
      AND (
         (
            ps.date_start = '0000-00-00' 
            OR ps.date_start < NOW()
         ) 
         AND (
            ps.date_end = '0000-00-00' 
            OR ps.date_end > NOW()
         )
      )

   ORDER BY
      ps.priority ASC,
      ps.price ASC LIMIT 1) AS special

I have added Checkin and checkout to Product table

So when a user search i will pass checkin and checkout dates in the url

I have done all the parts but the sql is not working

How can i add checkin and checkout to this??

Thanks alot..i hope some one will help me :)

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥100 set_link_state
    • ¥15 虚幻5 UE美术毛发渲染
    • ¥15 CVRP 图论 物流运输优化
    • ¥15 Tableau online 嵌入ppt失败
    • ¥100 支付宝网页转账系统不识别账号
    • ¥15 基于单片机的靶位控制系统
    • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
    • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
    • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
    • ¥15 手机接入宽带网线,如何释放宽带全部速度