帝国CMS二次开发调用购物车商品数量和总价
<?php
/**
*依据Cookie值对购物车产品数量和总价格调用
*/
require("class/connect.php");
$totalProducts=0;//购物车产品总数
$totalPrice=0.0;//购物车产品总价
//|77,...
/**
*依据Cookie值对购物车产品数量和总价格调用
*/
require("class/connect.php");
$totalProducts=0;//购物车产品总数
$totalPrice=0.0;//购物车产品总价
//|77,...