问题标签 [bigcommerce]
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 - 通过 API 创建优惠券
目前,在资源“/coupon.json”尝试优惠券(POST)时,我们得到以下返回 JSON:
响应代码:
“ID”字段显然不在我们的代码中,但我们仍然收到此错误。
在这个添加中,我们认为它可能来自“applies_to”,因为该对象资源包含一个“ids”元素,但我们禁用了它并且仍然收到相同的效果。
目前,我们最好的猜测是,这是服务器端的一个错误,它正在为带有“ID”点的优惠券资源注册传入的 JSON。
问题:目前可以创建优惠券吗?
bigcommerce - 为什么每个 API 请求都会收到响应代码 301?
我正在尝试使用 BigCommerce 的 Playground,但我总是得到响应代码为 301,没有产品结果。
我第一次与 BigCommerce 合作,我的客户有自己的域名,所以我拥有的 API 路径是https://my-domain-name/api/v2/
api - Bigcommerce 产品更新 API
我正在使用 bigcommerce API 来更新产品库存值。大约有 3000 个产品要更新。使用 API 更新了几百个,但之后它给出“无法连接到主机”。我在 github 上使用 bigcommerce 提供的相同代码。请帮忙
options - Big Commerce Prevent 选项显示哪些没有 SKU
我正在开发一个从我们的股票系统到一个基于 Big Commerce 的网站的界面,但我遇到了一个障碍,我希望有人能提供帮助
我们设置了选项集……。例如裤子,夹克等我们然后设置选项裤子尺寸,裤子颜色,夹克尺寸,夹克颜色等
针对我们的每种产品,我们都有选项集所以假设我们有 1 条裤子,尺码为 30 和 32,颜色为蓝色和黑色 我们创建 4 个 SKUS 30/蓝色、32/蓝色、30/黑色和 32/黑色 然后说我们有另一条裤子,尺码 34 和 36 红色和绿色 再次以同样的方式创建 4 个 SKU,一切正常
现在的问题!
当您在前端查看这两种产品时,它们会在两种产品上显示所有尺寸和所有颜色,而不仅仅是附加 SKU 的产品(我之前已连接到 Magento,并且仅显示该产品的相关尺寸/颜色,即仅那些与他们相关的简单)
有没有办法在 Big Commerce 上做到这一点?——我希望某处有开关?
ruby - 如何使用 BigCommerce API 更新自定义字段?
jquery - 主页上的时事通讯弹出窗口-Bigcommerce
我有一个 Bigcommerce 网站,我发现用户很难找到时事通讯注册(页脚)的位置。我想使用一个滑动框(请参阅 hotsy totsy),因为我熟悉该功能 - 使弹出窗口在人们第一次访问主页时出现,并且只使用 cookie 使其发生一次。
我在 Bigcommerce 和论坛上找不到任何关于 cookie 的内容,他们的支持在这方面没有帮助。
你也可以让我知道用于实现滑动框的函数的名称吗?
api - 我将如何在 bigcommerce 上引用用户帐户,以便他们不需要 2 次登录?
我有 shop.domain.com,在 www.domain.com 中我有一些与博客有关的社交内容等。我希望用户能够在博客上发表评论,并使用社交功能而无需维护2个单独的登录。
当他们注册并以我的方式发送时,我可以/应该使用 webhook 来捕获他们的信息吗?
bigcommerce - 未找到 Bigcommerce 类“Bigcommerce\Api\Error”
当我尝试在服务器上执行一个简单的脚本而它在我的本地机器上运行良好时,我不断收到此错误。
错误
致命错误:在第 370 行的 /customers/0/4/1/myDomainName/httpd.www/demo/hello/bigcommerce.php 中找不到类“Bigcommerce\Api\Error”
链接到API
示例代码
php版
- 服务器:
5.3.23
- 当地的:
5.3.13
api - BigCommerce API。允许我以 xml 格式下载订单的 url 字符串的语法是什么?
BigCommerce API。允许我以 xml 格式下载订单的 url 字符串的语法是什么?我可以在字符串中嵌入登录凭据并以 https get 的形式发布,还是需要以 xml 的形式发布?我尝试了不同的用户名、api_key、api_toke 变体并将它们插入到 url 字符串中,但我不断收到错误消息。
php - how to configure the Bigcommerec api
In bigcommerce site I want functionality like anonymous users can upload image for products which he wants to purchase and add to cart.Like this (http://www.woowoonails.com/) site.
When you will open this link you will see Design Your Own Nail Wraps! container on home containing link user your own photos when you will click on this you will be on this link (http://www.woowoonails.com/designer/layout).Here you can upload your photos and click on add to bag. Same functionality I want on my site but I did not get any idea.Bigcommerce team does now allow to upload php file to their server.Then I tried to use api.
But I am not able to configure it.I have downloaded the api from (github.com/bigcommerce/bigcommerce-api-php) .But I am not getting idea how to configure it and use.
I have also download the single php file(raw.github.com/bigcommerce/bigcommerce-api-php/master/bigcommerce.php) and put it inside the Bigcommerce1 folder and then include in my file containing code:
But nothing work.Can you give me some light about how can I achieve the functionality to upload photos and also about api configuration.
Thanks