来自用户的电子邮件旅行套餐信息(CMS Made Simple、CGECommerce、购物车、产品等)
我正在使用 CMS Made Simple 以及 Calguy 的所有电子商务插件(产品、订单、购物车等),我不太清楚如何制作我需要的东西。如何制作一个包含产品模块中的项目和每个项目的复选框的表单,最后将选中项目的总计和丢失发送给网站所有者?任何指示将不胜感激,我可以弄清楚其余的。
I am using CMS Made Simple along with all of Calguy's plugins for e-commerce(Products, Orders, Cart, etc.)I can't quite figure out how to make what I need. How can I make a form with items from the Products module and checkboxes for each, and at the end a total and lost for the checked items is sent to the owner of the site? Any pointers would be appreciated much, I can figure out the rest.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用购物车模块,您可以尝试在“Viewcart Form Templates”下自定义 viewcart 模板。
选择产品后,您可以使用另一个模板将购物车的内容放入电子邮件中。像这样的东西可以用来创建一个真正基本的列表+总列表:
您始终可以临时将 {$cartitems|print_r} 插入模板中以查看可在 smarty 代码中使用的属性。
If you use the Cart Module you could try customizing a viewcart template under "Viewcart Form Templates".
Once products are selected you can use another template to put the contents of the cart in an email. Something like this can be used to create a really basic list + total listing:
You can always temporarily insert {$cartitems|print_r} into your template to view the attributes that are available for use in the smarty code.