登录 注册
当前位置:主页 > 资源下载 > 9 > PrestaShop在欧盟的配置流程涉及到增值税

PrestaShop在欧盟的配置流程涉及到增值税

  • 更新:2024-11-03 15:23:08
  • 大小:11KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

prestashop-eu-vat 此脚本为每个欧盟国家/地区添加特定的价格条目以及每个产品的单一统一价格(零售价 + 欧盟增值税税率)。 要求 节点.js 新产品经理 安装 首先,git clone 项目: git clone git@github.com:cnstechnicalgroup/prestashop-eu-vat.git cd prestashop-eu-vat/ 安装节点模块: npm install 配置 将 _config.js 复制到 config.js 并修改它以匹配您的数据库设置: var config = { db_config : { host : 'localhost' , user : 'prestashop' , password : 'password' , dat