That will certainly improve the app! Hopefully that will make an easy and cost effective way to accomplish this for people. The $30 per month app is just unrealistic for such a simple feature. Something more like $5/mn (with possible upsells for other features) would be more marketable. Maybe $10/mn.
We have a manual shipping method for picking up at our store ($0). I use the following JavaScript code in the Additional Google Analytics JavaScript field (found in preferences) and it works for us (Venture theme) as it selects the first non-zero shipping method on the shipping page. We still have an issue with Apple Pay as this code has no effect on accelerated checkouts.
function simulateClick(t){var e,n=document.getElementById(t);document.createEvent&&(e=document.createEvent("MouseEvents"),e.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null)),e?n.dispatchEvent(e):n.click&&n.click()}function getFirstNonZeroShipping(t){for(var e=document.getElementsByClassName(t),n=0;n<e.length;n++){var i=e[n].getAttribute("data-checkout-total-shipping-cents");if(i>0)return e[n].getAttribute("id")}}if("object"==typeof Checkout&&"function"==typeof Checkout.$){var shippingId=getFirstNonZeroShipping("input-radio"),button=document.getElementById(shippingId);simulateClick(shippingId),button.focus()}
@Helper_Tools wrote:
Hello Kyle,
Like I mentioned, I'll be making an update to my app so it will no longer use the coupon field, therefore it will be left free for use.
I'll be using the same method you mentioned where it adds a store pick up product to the cart as well.
The app's price will remain unchanged.
I'm looking forward to trying this out when you get to this point. As I've mentioned before, the coupon code is a deal breaker for us, but if you can figure out another way that works consistently well we will happily pay $4.99/month for the app.
HT, your app looks great. (Unfortunately?) I am using Infinite Options as well in my store and the 2 don't seem to work well together. From my very basic understanding, IO uses drafts to create orders and your free shipping appears to override those drafts which then deletes any options my customers have selected. And, I'm guessing IO then messes with your app because when I would get to the checkout screen I would be presented with "no shipping options available" and I was not able to proceed with payment. Sorry, I really liked your app otherwise. Very easy to install and use.
Hi! You may have to add a third party app to get all the flexibility you want to offer in-store pickup. Take a look at ShipperHQ - you can easily manage your pickup locations and show it as a delivery option right at checkout.
Subject | Author | Posted |
---|---|---|
5m ago | ||
41m ago | ||
an hour ago | ||
2 hours ago | ||
2 hours ago |
User | Count |
---|---|
323 | |
77 | |
72 | |
65 | |
56 |