问题标签 [price]
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.
ibm-cloud - 我可以限制我的 Bluemix 使用率和费用吗?
想象一下,我希望制作一个 Bluemix 应用程序的原型,或者只是想学习 Bluemix。我知道它的许多服务在产生任何费用之前都有免费门槛。有没有办法在我的 Bluemix 帐户上设置阈值,以便在超出免费限制之前警告我?我是否可以限制我的帐户,使其在产生费用之前禁用服务,或者以其他方式自动化我的 Bluemix 使用的机械限制?
这种需求的一个潜在例子可能是自学但不想产生费用的业余爱好者,或者犯逻辑错误导致资源消耗过多的程序员,或者意外忽略关闭资源消耗的用户测试后申请。
java - Generate Price-Ranges in Java from Big-Integer-List
I hava a list of Products, which have a Price as a BigInteger. I want to create dynamic price-ranges to filter the product-search, like google does on google.com/shopping:
How do i calculate good dynamic price ranges from the given list of items/prices? I tried google but couldn't find any good results or any solution at all! I do NOT want to define Ranges by hand and simply add the prices to the given ranges....
I appreciate your help!
php - 来自数据库的 Magento 自定义选项定价修复
所以说来话长,但我有一个客户在 CE 1.9.0.1 上运行 Magento Ecomerce 网站,她的印象是她知道如何为产品使用自定义选项......
她继续前进,并让她的团队使用批量购买等自定义选项创建数千种产品,并为每一种产品设定价格。然而不幸的是,她的印象是自定义选项的定价是新价格,而不是额外价格,因此她就是这样做的。
因此,当您使用 Option1 选择 ProductA 时,您会得到 PriceA + PriceB。
所以不知何故,我需要能够浏览所有这些产品,并从每个带有自定义选项的产品中删除 PriceA 从 PriceB、C、D 等。
具体来说,我希望有人能指出一种方法来编辑数据库中的产品以调整定价并使其
通过从任何自定义选项价格中删除原始产品价格
希望这有一定的意义,反过来又让其他人有机会更多地了解magento数据库结构......
谢谢
回应撒吉,
我想以现有的产品(请参阅http://leedshydroponics.com/biobizz-light-mix-50l.html为例),使 20L 选项 +0.00 英镑和 50L 选项 +4.00 英镑(£ 10.95 - 6.95 英镑)
谢谢
我们又来了@Sagi
所以在表catalog_product_option我有option_id和product_id之间的链接
这将我的自定义选项链接到它们相关的产品......
然后我有一个名为catalog_product_option_type_price的表,其中有两列我感兴趣,option_id和price
然后在一个名为catalog_product_index_price的表中,我有entity_id和price
然后我必须将entity_id链接到product_id,这是我有点迷路的地方
javascript - 选择多个项目时如何更改价格?
我正在做一个项目(学校),需要有关 javascript 编程的帮助。代码可以在这里看到:https ://jsfiddle.net/zvov1jpr/3/
HTML:
Javascript:
当我选中复选框时,它会自动增加价格(出于某种原因,它不在 jsfiddle 上,但在我的网站上运行良好)。但是,我需要它,所以当我选中 3 个或更多框时,它必须将价格更改为 29 美元。支票而不是 39 美元。
谢谢你。
jquery - 通过添加自定义变量字段等来调整下拉价格表。有什么想法吗?
您好,这是一个价目表下拉菜单。我想知道的是如何添加一些自定义值和一些下拉值,这些值将乘以结果并添加到总价中。将其命名为 index.js 下面是 javascript:
现在对于我正在使用的 html。数量应该是您输入可变数量的自定义字段。它必须根据输入的金额乘以价格和下拉选项。另一个问题是重量和颜色选项卡也应该相应地更改总价,但必须保留为下拉菜单。当您选择该选项时,总数会根据您的选择而变化,但也取决于数量......请帮助我一团糟!
让我知道我是否可以解释更多我的问题。
r - 价格回报 R
这是示例数据:
让我们认为这些是收益,我想将它们转换为起始值为 100 的价格。这里有一个将收益向量转换为价格的答案:如何将收益转换为价格?我试过以下:
但这不适用于数据框。我也尝试了应用功能,但无法从中得到任何合理的东西。
php - How to customize "my own price string" WooCommerce Composite products
I got this snippet from WooCommerce where I can now add my own price string for each composite product in back-end.
I have added, as I wanted to have it: "From: € 887 incl. tax". This shall be fixed, no link to the database but the style needs to sync with the UX Flatsome theme I'm using where "From:" shall be light gray, "€ 887" no changes and "incl. tax" smaller but black and normal style, only smaller than "€ 887". The solution will then help me to let this fixed "text" to look just like the theme does with its "From: € xxx incl. tax" that normally appears.
Thanks for your understanding and consideration.
syntax-error - 错误更改价格简单产品
当我去一个简单的产品以调整价格时,我在保存产品时遇到错误。
我希望有人能告诉我可能是什么原因。
最好的问候,米歇尔
php - PHP中的乘法值
我这里有这些 php...
用 HTML 编写的值是 this $16.67
。
我不确定这是什么值类型,不确定它是字符串还是整数。
无论如何,我需要取这个值并将其增加3%
.
我试过这个但无济于事:
如果有人可以在这里帮助我,那就太好了。
woocommerce - Hide Subscription Price & Details WooCommerce for Free Sample
A customer would like to offer a free trial of her subscription services. For some reason WooCommerce details the full price of the subscription next to the Free Sample item within the cart. We'd like the price next to this specific item not be shown in the cart.
I thought it'd be easiest to just edit the CSS to not display the price. So far the code I have below will remove all prices from cart and checkout. I'd like only to remove the price from a specific product. How can I edit this to target the one product?
.shop_table thead, .shop_table .amount {display:none; }