简体   繁体   English

Shopify为每个产品创建单选按钮选项

[英]Shopify create radio buttons options for each product

I am developing on Shopify and I am trying to create the ability for the customer to build a computer. 我正在Shopify上进行开发,并试图为客户提供构建计算机的能力。 But, I cant find way to do this. 但是,我找不到办法。 I want to make it look similar to www.cyberpowerpc.com/system/CyberPower_Z77_Configurator/ If I do it with JavaScript, how do i connect to the shopping card for the final price? 我想使其看起来类似于www.cyberpowerpc.com/system/Cyber​​Power_Z77_Configurator/如果使用JavaScript进行处理,如何以最终价格连接到购物卡? I also have read the Shopify API, but nothing helpful. 我也阅读了Shopify API,但没有帮助。 Any tips please! 任何提示,请!

Thanks 谢谢

Assuming the final price is the sum of the components, you could create a configurator-tool using Javascript. 假设最终价格是组件的总和,则可以使用Javascript创建配置器工具。 Shopify has a small AJAX API library available, which can add products to the cart, look for product details etc. Shopify有一个小的AJAX API库,可以将产品添加到购物车,查找产品详细信息等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM