mtm100
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Order Tip for WooCommerce] Failed payment removes tip amountYes I have it right above the payment box on the checkout page. This is where I prefer to have it. If for some reason payment is declined the tip is removed so that when the customer completes the order the failed order has the tip but the completed does not. Is there a way to make it stick so it doesn’t go back to no tip in case of errors during checkout?
Forum: Plugins
In reply to: [WooCommerce Square] Credit card input is displaying twice at checkout.Hello, I am also having this issue. Would you be able to tell me where to place the script?
Thank you for any help you can provide, I appreciate it! Mike
Forum: Plugins
In reply to: [WooCommerce Square] Show postal code fieldIt seems I had to refresh the browser cache and it is displaying the zipcode field. I use $styles->default_version = 2.123 in functions.php to force browsers to refresh cache but that doesn’t seem to effect this plugin.
Is there some other file I could change a version number or a similiar way to force returning visitors to see the zipcode field?
Thanks
Mike MForum: Plugins
In reply to: [WooCommerce Square] Show postal code fieldHi Mike W,
Was there an update that would have caused the css you provided to stop working?
The zipcode field is hidden again and the code you provided is no longer working.Thank for all you help!
Mike MForum: Plugins
In reply to: [WooCommerce Square] Show postal code fieldThank you Mike! The css you provided did the trick.
Forum: Plugins
In reply to: [WooCommerce Square] Show postal code fieldWe don’t make a customer go through the process of filling in their address since they are picking up their food order from us. We have those fields hidden and only collect name, phone number and email. We have been doing it like this for years and customers appreciate the quick checkout.
I just need to show the zipcode field in the square payment box. It shows for a moment and then disappears so I would think it shouldn’t be to hard to keep it from hiding. I tried with css but was unsuccessful.
Forum: Plugins
In reply to: [PWA for WP & AMP] Add To Home On Element ClickYes my site is also completely https:
No error messages. Some basic instructions on setting it up would be helpful.
Forum: Plugins
In reply to: [PWA for WP & AMP] WoocommerceThanks for getting back to me.
Before I give it a try on my live site I want to make sure if I need to uninstall the plugin does it completely remove itself including the serviceworker?
Also I don’t use amp so does this work as pwa even if not using amp?
Forum: Plugins
In reply to: [WooCommerce Square] Pre-filled credit card detailsThanks for getting back to me!
I’ve tested this on my phone and laptop with the same results as customers are reporting. Chrome will pre-fill name, email etc but will not prompt or fill the square cc info. Tested on other sites not using Square when ordering things for my self and it does pre-fill and ask for cvv in chrome. I didn’t know if it was something to do with Square. Have you been successfully test the filling of cc info?
On another note would it be possible to add the saving of logged in customers cc info to their account? Or does Square not have this ability?
Thanks for you help
Forum: Plugins
In reply to: [Super Progressive Web Apps] WoocommerceThanks for taking the time to reply!
I will test it out as soon as I get a chance and report back.
Thanks again
MikeForum: Plugins
In reply to: [Opening Hours] Show in PopupHere is some info I found from popupmaker about using other shortcodes. Below is from popupmaker documentation.
// Or even use other shortcodes.
[popup_trigger id=”123″][button_shortcode][/popup_trigger]Not sure how to implement but I would like to open a popup when we are closed and show our next opening time in it . Do you think opening hours shortcode could trigger the popup?
Thanks again for all your help!
Sorry about duplicate post, I hit submit twice.
- This reply was modified 6 years, 10 months ago by mtm100.
Forum: Plugins
In reply to: [Opening Hours] Show in PopupHere is some info I found from popupmaker about using other shortcodes. Below is from popupmaker documentation.
// Or even use other shortcodes.
[popup_trigger id=”123″][button_shortcode][/popup_trigger]Not sure how to implement but I would like to open a popup when we are closed and show our next opening time in it . Do you think opening hours shortcode could trigger the popup?
Thanks again for all your help!
- This reply was modified 6 years, 10 months ago by mtm100.
Forum: Plugins
In reply to: [Opening Hours] Show in PopupHi janizde,
Yeah I was thinking a popup window. We are a quick serve restaurant with online ordering. When we are closed I was thinking to have popup telling the customer we are closed and that they could place there order for the next time that we are open. I use popup maker and I didn’t know if it would be possible to trigger a popup during closed hours.Thanks for any help you can provide.