bigcommerce

BigCommerce user defined custom fields for address and customer

时光毁灭记忆、已成空白 提交于 2020-01-03 06:45:15
问题 I need to retrieve custom field values for customers and addresses using the Big Commerce API. There appears to be a facility for this for custom product fields; https://developer.bigcommerce.com/api/stores/v2/products/custom_fields However no documentation exists for customers and addresses. I tried to access with a similar URL to the products custom fields URL (ie. GET /stores/{store_hash}/v2/customers/{customer_id}/custom_fields) with no success I realise a similair question has been asked

How to retrieve customer form fields in BigCommerce using the API

强颜欢笑 提交于 2020-01-02 07:36:45
问题 I have customer form fields in BigCommerce that are filled out when a customer creates an account. I am trying to extract customers using the API. I can extract the form fields using the Export functionality on the site, however I can't seem to find how to extract the form field data using the API. Is there a way? I'm guessing from the lack of information in the API docs that the answer is no, and I realise it would be difficult to implement, but it sort of defeats the purpose of having the

How to update “inventory_level” of product by sku id in Bigcommerce?

让人想犯罪 __ 提交于 2019-12-30 03:26:27
问题 I am trying to update the inventory level of a products but unfortunately not getting success.Here is my code. I want to update product's "inventory_level" but enable to do so.. <?php require "bigcommerce.php"; use Bigcommerce\Api\Client as Bigcommerce; Bigcommerce::configure(array( 'store_url' => 'https://store-nos85a.mybigcommerce.com/', 'username' => 'admin', 'api_key' => '4b7c4bba19f290a728e00be6ae7133cda71f477b' )); Bigcommerce::setCipher('RC4-SHA'); Bigcommerce::verifyPeer(false);

Categories API only pulling 50 categories

不羁的心 提交于 2019-12-25 11:15:08
问题 I'm trying to pull all of the categories from my store via the API. But I can't seem to get it to work. I only get 50. Is there a limit to how many categories that can be pulled? Thanks, 回答1: By default the API will return a maximum of 50 items for any resources requested via the API. To increase the number of returned categories you can include a limit parameter in your request. In addition you can also specify a page parameter to retrieve a particular page of results. Example To return the

how to count review per product and show in product listing in big commerce?

最后都变了- 提交于 2019-12-25 09:32:39
问题 Please find attached image which is gives you idea i want to count review per product Please find attache code <li class="%%GLOBAL_AlternateClass%%"> <div class="inner"> <div class="ProductImage QuickView" data-product="%%GLOBAL_ProductId%%"> %%GLOBAL_ProductThumb%% </div> <div class="ProductDetails"> <a href="%%GLOBAL_ProductLink%%" class="%%GLOBAL_SearchTrackClass%% pname">%%GLOBAL_ProductName%%</a> </div> <em class="p-price">%%GLOBAL_ProductPrice%%</em> <div class="ProductPriceRating">

Bigcommerce Stencil: Javascript Error “Object doesn't support property or method 'assign'” in Windows Safari and IE

点点圈 提交于 2019-12-25 09:14:23
问题 Not sure what's happening but this error is preventing the page to display. The error message is pointing to my bundle.js file (stencil bundle with webpack, babel, etc) and specifically to the Object.assign() method in the stencil-utils package. It's line 27 of @bigcommerce/stencil-utils/src/lib/request.js Here's the section of code producing the error. const defaultOptions = { method: 'GET', remote: false, requestOptions: { formData: null, params: {}, config: {}, template: [], }, }; const

BigCommerce stencil bundle error

十年热恋 提交于 2019-12-25 08:25:39
问题 BigCommerce stencil init error loading helped me resolve an init error that I was seeing but now I'm seeing the following. root@23c28dbe0af1:/Runway-1.2.0# stencil bundle Validating theme... SCSS Parsing Started... Template Parsing Started... Language Files Parsing Started... Building Theme Schema File... Generating Manifest Started... JavaScript Bundling Started... failed -- Error loading "js/app" at file:/Runway-1.2.0/assets/dist/js/app.js ENOENT: no such file or directory, open '/Runway-1

BigCommerce PHP hello world app installation error

六月ゝ 毕业季﹏ 提交于 2019-12-24 18:23:35
问题 I am trying to create a BigCommerce app and used hello world app from here >> https://github.com/bigcommerce/hello-world-app-php-silex As per its documentation, I have to write localhost URL in callback URL. I have done the same, but when I am trying to install app from my trial store, I am getting error in console and the page shows installing... . Console error is: Mixed Content: The page was loaded over HTTPS, but requested an insecure form action 'http://localhost/hello-test/auth/callback

Install a BigCommerce Stencil Theme

假如想象 提交于 2019-12-24 13:48:06
问题 I have developed two Stencil themes following the BigCommerce online docs. As of to date: how does one go about installing a theme developed against Stencil on BigCommerce? After filling out the upload request form (as instructed) and bouncing around with their tech support all night and morning -- who insisted on pointing me to docs on how to use a customizer. I am being told installation of custom Stencil themes is not possible (?) until June. Please tell me this is just a misinformed rep.

Bigcommerce Cart Redirect URL not working

那年仲夏 提交于 2019-12-24 11:44:18
问题 Hi We have an app where we are trying to shows items that they had selected in their cart and abandoned it. We are doing this for registered and unregistered users. For this purpose we have created a redirect url for cart as per docs https://developer.bigcommerce.com/api/v3/#/reference/cart/server-to-server-cart/create-redirect-url And when we try to use the URL generated via the function we have written we get following error "Your cart couldn't be retrieved. Please click here to continue