ECB

Alchemy Theme Integration - ECB

Alchemy Theme Integration ECB ECB theme integration

Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Check the "Pin the bar" option Scrolling to the very end, and click the "Save" button to save the change Step 2: Add the bar Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find header.liquid from the left-hand side file list and open it Add following codes at the very top of the file and save the changes. <div id="ecb_placeholder">   <script>     var ecb_adjusted = false;     $( "#ecb_placeholder" ).on( "ecb_fully_loaded", function(event, p1) {       if...

Read more →


Showcase Theme Integration - ECB

ECB ECB theme integration Showcase Theme Integration

Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Scrolling to the very end, and click the "Save" button to save the change Step 2: Add the bar Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find header.liquid from the left-hand side file list and open it Add following codes at the very top of it and save the changes. <div id="ecb_placeholder">   <script>   var ecb_adjusted = false;   $( "#ecb_placeholder" ).on( "ecb_fully_loaded", function(event, p1) {     if ((p1=='inserted' || p1=='inserted_sticky') && !ecb_adjusted ){       ecb_adjusted = true;...

Read more →


When I have a bunch of emails collected, how do those people get the discount?

ECB ECB FAQs

To send the coupon to your customers, you will need a 3rd party email service like MailChimp. Take MailChimp as an example; the Email Collection Bar app offers integration with the MailChimp. It will automatically import the email list to your MailChimp account. This automation is a Premium feature. You can find the details on the "Integration" page in the app. Also, you can export a CSV file of the collected email addresses, and manually import it into the MailChimp. You can find the collected email addresses and the export function on the "Email List" page in the app.  ...

Read more →


MyShop Theme by themetony Integration - ECB

ECB ECB theme integration MyShop Theme by themetony Integration

Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Check the "Pin the bar" option Scrolling to the very end, and click the "Save" button to save the change Step 2: Add the bar Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find theme.liquid from the left-hand side file list and open it Find <body Add following codes after it and save the changes. <div id="ecb_placeholder"></div> Step 3: Add CSS Find style.scss.liquid from the left-hand side file list and open it Add following codes at the...

Read more →


Symmetry Theme Integration - ECB

ECB ECB theme integration Symmetry Theme Integration

Step 1: Add the CSS Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find styles.scss.liquid from the left-hand side file list and open it Add following codes to the very end of the file and save the changes. #ecb_background{z-index:6000 !important;}   Enjoy the app Congratulations. The integration is done.

Read more →