Tag: pro
Follow the instructions below to change the label colors in the Appointment Pro section of the Mobile App Manager. 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). 3) Scroll down to the Advanced SCSS box. If there is already code in the advanced SCSS box,
+ Read More
Commerce Pro is our new and advanced eCommerce (Shopping Cart) feature. Similar to our mCommerce and MobileCart feature, you will be able to sell your products and services in your app. Users will be able to pay for your products via PayPal, credit card, or pay with cash upon delivery. However, our Commerce Pro feature
+ Read More
Follow the instructions below to change the background color of the owner’s reply message in the Review Pro feature? 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). 3) Scroll down to the Advanced SCSS box. If there is already code in the advanced SCSS box,
+ Read More
Follow the instructions below to change the icon color of the shopping cart icon in the MobileCart or Commerce Pro feature. 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). 3) Scroll down to the Advanced SCSS box. If there is already code in the advanced
+ Read More
Use the code below to change the background color of the quantity button in the M-Commerce, Commerce Pro, or MobileCart feature. 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). 3) Scroll down to the Advanced SCSS box. If there is already code in
+ Read More
Use the code below to hide the lock image that is used in the Padlock Pro feature: 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). 3) Scroll down to the Advanced SCSS box. ion-view[state=”loginredirect-view”] .padlock .item:nth-child(2) .ion-locked{ display:none; } 4) Click Save. Important Note: If
+ Read More
Use the code below to replace the lock image that is used in the Padlock Pro feature: 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). 3) Scroll down to the Advanced SCSS box and add the following code. If there is already code in
+ Read More
Use the code below to remove the Sign-up (Register) link from the Padlock Pro feature: 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). 3) Scroll down to the Advanced SCSS box. ion-view[state=”loginredirect-view”] .padlock .item:nth-child(4) {display:none}; 4) Click Save. Important Note: If there is already code
+ Read More
To change the “active” icon that appears as someone is booking an appointment in the Appointments Pro feature, follow the steps below: 1) Log into your Control Panel and select Colors from the left-hand-side of the screen (or the middle of the screen). 2) Scroll down to the Advanced SCSS. If there is already
+ Read More
The Padlock / Permissions Pro feature enables app admins to lock pages or group of pages based on different user roles. An example would be a school needing special permissions for Students, Teachers, and Parents. FEATURES: * Lock single / multiple menus / features * Assign a Single page or Multiple pages to a User
+ Read More