Reply to: How To Receive SMS Order Notifications

I recommend using Twilio.

We have had a few customers in the industry that use it, and it works great.

We don’t actually handle any SMS functions, so this is definitely something that you would want to make sure integrates with WooCommerce for sure.

Reply to: How to change the colour of + and – section on online order pop up.

New styles for those additional plus/minus buttons:

/* Style for Online Order Plus and Minus Buttons*/
.fp_orderonline_add_cart input.minus {
background-color: #fff;
color: #000;
border: solid 2px #f55c2d;
}
.fp_orderonline_add_cart input.plus{
background-color: #fff;
color: #000;
border: solid 2px #f55c2d;
}

adjust as needed.

Reply to: Add To Cart Success Message (Off Screen)

I would have to dissect your plugin script and load a alternate method for our plugin to handle the script, it may take a few days as I am not currently available for this type of work.

If you can disable the scroll function in the plugin/theme that’s your best bet for now, even if its just that portion of the script.

Reply to: Add To Cart button on menu not working

The add to cart works, BUT the quantity options are being overwritten by a script issue we are fixing this week.

THis is something we thought was fixed, evidentally, its not and causing a lot of people problems.

Sorry for the inconvenience.