Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test a BigCommerce app or plugin before submission

Tags:

bigcommerce

Is there any way to test your app or plugin before submitting for approval? Or is there any sandbox for BigCommerce to test the apps prior?

How were the developers of the apps that are presently in the BigCommerce store able to test during the development phase?

like image 462
1c. Avatar asked Jun 12 '14 09:06

1c.


2 Answers

You can test your app in a free trial store.

You can do this by:

  1. Setting up a developer account
  2. Logging in to the Apps section
  3. Adding a draft app
  4. Logging in to any Bigcommerce store (preferably a trial store) where you are an admin
  5. Go to Apps then My Drafts
  6. Install your app & test away

See https://developer.bigcommerce.com for more info.

like image 119
developerscott Avatar answered Oct 06 '22 22:10

developerscott


To test your app on local, use ngrok.io to create a https url that tunnels to your localhost

like image 38
BrennerSpear Avatar answered Oct 06 '22 23:10

BrennerSpear