问题标签 [volusion]
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.
php - 如何通过 php cURL 使用 Volusion API 在 Volusion 中调用产品的自定义字段?
我已经使用 cURL 从 PHP 调用 volusion API 以使用 generic/all_products url 获取所有产品。最后,我以 XML 格式列出了产品属性。
是否可以在获取所有产品及其属性的同时调用产品的自定义字段属性。
c# - Volusion API service works on one PC but no others
My company has a service running on our server(2008 R2) that makes API calls to our Volusion store to get new orders.The service converts the exported orders into QuoteWerks xml format for use in BusinessWorks.
I've been tasked with making some changes and I'm now trying to test the service on my workstation(Win7). I can't get my altered version to work when running on my workstation, nor can I get the original service to run correctly. Both versions post errors regarding no root element for the xml. As far as I can tell this means the returned value either wasn't xml or was literally nothing. The error is thrown on the doc.Load(reader):
I added the "using" block as an attempt to read the returned values and throw them into my event log before the error was thrown and see if there was a formatting error. The URL has this format, which I have tried to check for errors without success.
My problem is that everything I can think of that could cause a bad return can't be the problem because the original service continues to run on the server while I make this change.
So my question is this, why would a windows service get nothing back from an API call when the same service running on another pc using the exact same code gets usable results? What should I check to track this down?
cart - Volusion Soft 添加到购物车 - 显示购物车总计而不是小计
在 Volusion 购物车“软添加到购物车”功能中,该功能在产品选项中通过“启用添加到购物车弹出窗口”打开,弹出窗口显示当前购物车中产品的“小计”。
问题是此小计不包括数量折扣,因此在应用折扣后向客户显示的价格高于实际小计。
出于这个原因,我们希望显示购物车总计,其中包括应用的任何数量折扣。
问题是,我找不到可以在我们可以访问的 HTML 中完成此操作的地方,如果我要找到它,我不确定用于调用 Total 而不是 Subtotal 的正确 Volusion 语法.
谢谢!
sql - TSQL Group By Sum Where Like And > - 包含 '%x%' > y 的所有产品的总和,提取分组 keyid - Volusion - SQL Server 2008
SQL Server 2008 - 这是我的标准导出
OrderDetailID - OrderID - ProductName - TotalPrice - ShipDate
对于今天购买的绿色产品,我需要包含总和 >= 5.00 的所有 OrderID 的输出。(把它想象成圣帕特里克节特卖,购买价值 5.00 美元的绿色物品,有资格获得产出。)
最终结果将是:
订单编号
17
20
我知道我可以在 excel 中做到这一点,但让我每天都这样做并不是我想要的。幸运的是,我可以访问一个内置的 API,它允许我设置存储的 SQL 查询,所以如果我能找到如何表达这个,理论上任何人都应该能够单击 1 个按钮并获得他们想要的结果(基于我根据需要编辑标准,即:绿色、>5 等)
到目前为止,我在这样的地方
它只是不断回来
关键字“FROM”附近的语法不正确。
也许有人会回答,希望有人能指出我正确的方向,如果我弄清楚了,我会确保更新。
volusion - 如何自定义 volusion 商店并集成“获取报价”选项
我想自定义商店并为用户提供一个选项来获取产品的报价,一旦单击该选项,它将向商店管理员发送与产品 ID 大致相同的邮件
让我知道如何实现?
java - 如何在不使用管理面板的情况下连接 Volusion DB
寻找一种将本地计算机上的基于 java 的 SQL 程序连接到 Volusion 的 SQL 的方法 - 这样我就可以运行报告而无需使用 Volusion 管理区域导入/导出网页。
有没有办法做到这一点?
sql - 分组后的SQL总和
我有一个为 Volusion 构建的查询,它的 SQL 能力非常有限,例如我不能使用临时表,甚至不能使用变量……这就是我通常会尝试执行此任务的方式。
但是,我有这个查询,它为我提供了我需要的信息,但我必须在运行后在 Excel 中使用它......我想获得查询以获得我需要的结果。
我最终需要的是 google_gender 和 rep... 的成本/利润。有没有一种方法可以在没有变量或临时表的情况下完成此操作?
这是我当前的查询:
因为查询必须从 OrderDetails 中提取商品信息,以获取“售价”,它在结果文件中列出每个订单#和 sku,我不需要,我只需要每个 google_gender 的总金额,由代表. 并且只有 4 个代表 :)