Focal Theme, price add-ons aren’t working on iPhone devices

The focal theme has some conflicting code that doesn’t work with our price add-ons.
Add the code below to line 1205 of your theme.js file  (see screenshot for the exact location)

if (this.className && this.className.indexOf('checkout-button') !== -1) {
return;
}

 

 

Was this article helpful?
Dislike

Pin It on Pinterest