Connect my Shopify
Follow these 4 steps to successfully connect your Shopify store to Bigblue
1. Install the Bigblue Shopify app
- Access the Bigblue Shopify app from the Shopify App Store with this link.
- Alternatively, you can find your way from the Bigblue App:
- From Bigblue, open the Shop Integrations tab.
- On top right of the page, click Connect a shop.
- Among the list of platforms that appears, click the Shopify one and click Next.
- Click the Shopify App Store link to access the Bigblue Shopify app
- On the Shopify App Store, click the Add app button to get started!
2. Connect your store to Bigblue
- From the Bigblue Shopify app, click Connect store to Bigblue.
- After following those steps, from Bigblue, open the Shop Integrations tab and ensure that your Shopify store appears in the list of your shop integrations.
3. Set up order processing on Shopify
- From your Shopify admin, go to Settings > General
- In the Order processing section, for After an order has been paid, select either Automatically fulfill only the gift cards of the order or Do not automatically fulfill any of the order's line items
- Click Save
4. Finalise your setup on Bigblue
Read our article about linking your Shopify products.
5. Enable pickup point selection on Shopify
Read this this article, section 2 to install and set up our pickup point selection app.
6. Troubleshooting
For certain themes that do not respect Shopify's guidelines, you might encounter some display issue in the Shopify item cart (cf picture)
Click here to see the process to fix it
- In your Shopify admin interface
- Go to the "Themes" page, from the "Online store" section
- For the used theme, click on "Actions" then "Edit code" in the dropdown menu
- Look for the file named "cart.liquid" (in some cases this file may be named also "main-cart.liquid"). You can use the search bar for finding it quickly.
- Open the file
- It is possible that a comment in the file redirect you towards another file as in the example below. If so, you need to go to the stated file
- Once you are in the "liquid" template which runs the shopping cart functioning, look for the following line of code (you can use ctrl+F or cmd+F for opening the search bar): "for p in item.properties"
Directly below the line of code "{% for p in item.properties %}", copy and paste the following line of code: "{% if p.first.first == "_" %}{% continue %}{% endif %}"
Click on the "Save" green button at top right of the screen