问题标签 [expresso-store]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
mysql - SELECT 其中 ID 匹配列表之一
我只是在学习 MYSQL 查询的来龙去脉,但我遇到了一个项目的障碍,我很感激能帮助我找到解决方案。
我有两个表,第一个包含对条目 (entry_id) 和关联修改 (mod_id) 的引用以及它引用的修改类别 (mod_name)
表 1:exp_store_product_options
第二个表包含两个相关字段,mod_id 和 opt_name
表 2:exp_store_product_modifiers
我想要实现的是所有 DISTINCT opt_name 字段的列表,这些字段(通过 mod_id 上的连接)对应于我想作为一个整体传入的 entry_ids。
这是我到目前为止提出的代码,我相信它会做我需要做的事情,除了要求我循环查询每个条目 id,并且在 DISTINCT 要求上失败,因为对于每次迭代,一切都是不同的. ({sale_products} 标签来自 ExpressionEngine,在解析期间将循环以向我提供与此页面相关的 entry_id 结果列表
==================================================== ==
尸检
以防万一其他人试图在 Expresso 的 ExpressionEngine 存储模块中工作并且需要在您的模板中构建一些基本的过滤,这是我最终开始工作的代码。与 Ben 的代码非常相似,但由于解析顺序问题,使用嵌入而不是直接插入 entry_id:
模板:embeds/product_filter
{embed} 看起来像
html - expression engine's plugin expresso tag integration
I’m new to expression engine and also the expresso plugin, so excuse me if this question comes across naive…I’m trying to integrate a custom template using some of the exp:resso tags however, i’m am failing to get this to work correctly. Below is an example of the static version of what i’m trying to achieve. http://iamnatesmithen.com/fluotics/products.html
Thus far in my channel fields created a channel field titled “products” > within my groups i have created 4 group IDs’ {p_details} which is linked to the field type Store Product Details, presume this enables me to enter in all products details such as price, product ID etc, I also have created another field for images {p_productimage} which is linked to the filed type “matrix”.
At the moment when i go into the publish section on ee, exp:resson provides me with fileds for me to apply product sku, vol etc but i'm stuggling to seperate these fields into the classes i have above can someone guide me in the right direction.
e-commerce - 使用 Expresso 商店表达式引擎按邮政编码征税
我有一家使用 Expresso Store 和 Expression Engine 的商店。目前,他们仅根据我需要根据邮政编码(出于法律目的)运行我的税的州进行税收。Expresso Store 没有为此提供开箱即用的解决方案,我想知道是否有人已经解决了这个问题或者可以提供任何帮助?
谢谢!
expressionengine - 将 exp-resso 商店从 1.5.3 升级到 1.6.0
有人在将商店从 1.5.3 升级到 1.6.0 时遇到问题吗?
升级后,上述错误开始出现在结帐页面上。
expressionengine - 在 Expression Engine 上使用 Exp:resso 的商店时,如何更改产品表单以显示改性剂库存?
为我的商店创建产品页面时,很容易显示 {total_stock}。但是如何显示修改器的库存,或根据其库存禁用修改器?
例如,在卖衣服时,我只想启用有货的尺寸。
expressionengine - Exp:resso Store: 如何处理需要押金的产品?
如何设置商店产品条目以要求初始存款,然后在以后请求最终金额?
expressionengine - Exp:resso 商店样品结帐模板
我第一次使用 ExpressionEngine 的 Exp-resso Store,想知道是否有任何地方可用的示例结帐模板。
expressionengine - Exp:resso 商店中的部分退款
有什么方法可以处理 Exp:resso Store 的部分退款?我需要定期将订单中的一件商品的退货记入贷方,并且无法弄清楚如何做到这一点。或者,如果无法通过 CP 完成所有操作,我是否可以通过 Stripe(我的支付处理器)处理退款,然后从订单中删除该商品或将其标记为“已退款”(以保持一致的记录)?
expressionengine - 将现有快递店导出到新站点
我已经在一个旧站点上设置并运行了 Expresso Store。我一直在开发一个新站点,安装了新版本的 Store 并设置了一些测试产品。知道如何将旧产品导出到新站点吗?
据我所见,产品存储在数据库中的 exp_channels 和 exp_store_products 中。我可以在数据库之间进行一些导出/导入吗?
expressionengine - 将折扣值显示为免费送货
当我在 Expresso Store(版本 1.6.0)中创建免费送货的促销代码时,我似乎需要将折扣金额设置为 0 并选择“是”选项以获得免费送货。
这是可行的——但是当用户看到订单的折扣值时,它会显示 0.00 英镑——这会引起一些混乱。我想不出办法让 order_discount 标签显示“免费送货”。我尝试了各种条件,但没有运气。
任何人都可以对此提出建议吗?