Close Cookie Popup
Cookie Settings
By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyse site usage and assist in our marketing efforts. More info
Issue: Facilitating international orders on Shopify poses a challenge due to Shopflo's limitation of processing orders solely in INR currency.
Solution: Below are the steps for configuring a solution, which you can share with your developers:
6. Search for handleFloCheckoutBtn()
and replace it with openCheckout()
flo-buy-now-button
and comment the already existing code as shown in video and replace it with below code <button type="button" style="display: none;" id="flo-buy-now-button" onclick="handleFloBuyNowBtn(event)" class="shopify-payment-button__button shopify-payment-button__button--unbranded" name="flo-buy-now-button">
{{ 'BUY IT NOW' }}
</button>
<div id="shopify_buy_now_button_wrapper" style="display: none;">
{{ form | payment_button }}
</div>
Testing the Setup: Follow the steps outlined in the video tutorial. Additionally, use the provided code to check the current timezone in the console.
Intl.DateTimeFormat().resolvedOptions().timeZone