Prestashop 中是否有任何模块(无闪存)可用于在线生成名片/名片,然后用户可以将其添加到购物车?
我厌倦了寻找这样的 Prestashop 模块。
请帮忙 !!!
参考。http://demo.onprintshop.com/product_design_customize.php?pid=1 但不是在闪存中和作为Prestashop 模块
Prestashop 中是否有任何模块(无闪存)可用于在线生成名片/名片,然后用户可以将其添加到购物车?
我厌倦了寻找这样的 Prestashop 模块。
请帮忙 !!!
参考。http://demo.onprintshop.com/product_design_customize.php?pid=1 但不是在闪存中和作为Prestashop 模块
Without flash, nope, there is not such module, as it is a customized module. It will be not as easy as flash based and will be very complex.
I dont think so if without flash there will be any, but it can be developed with some limitations.
Like you will have a defined set of design rules (backgrounds, colors, templates etc etc) which can be made manageable from admin. You can use JQuery (or any other ajax library) to make it more attractive.
It will be good if you still look into a flash solution.
Thank you
前段时间,我使用 SWFUpload(一个 JavaScript + Flash 上传器)为客户创建了一个照片实验室类型的网站。
在大多数情况下,我的应用程序使用 jQuery,而我只使用 Flash 进行上传,因为 2010 年主要浏览器不支持 FileAPI 和 FileReference,所以我无法在不刷新页面的情况下上传文件(除非我使用 Flash 或 Java)。
我的实现旨在允许用户批量添加多达 500 个图像。每个图像都可以单独配置——打印的纸张类型、纸张尺寸、消除红眼等。其中一些会影响价格,有些则不会。
我可以告诉你的是,在 PrestaShop 1.3.1 中实现这一点需要的不仅仅是一个模块。该模板非常依赖于产品/服务配置模块,我们也必须应用一些核心补丁(由于性能限制,我们选择不使用 PrestaShop 的属性系统)。
名片的事情需要对核心行为的侵入少一点,但你仍然真的不应该寻找一个可以单枪匹马做这件事的模块,因为它比那更复杂。
用户界面方面的复杂性对于您的项目来说比我的要大一些,并且可以在 jQuery 中完成,只是需要更多的自定义编码。