Description
App builder works the same popular Page Builder in WordPress but it has a special UI/UX for your easy configuration/previews mobile app.
Features
- Set up user delete their account
- Brands for products
- Make color, image for attributes
- Set default login method
- On/Off captcha option
- WooCommerce Appointments
- WooCommerce Bookings
- Address Book
- Enable / Disable register
- Enable / Disable add to cart button
- Geo location
- Config Intenet connection notification
- Pickup address from map for checkout
- Chat GPT
- WC Cancel Order
- Wishlist Plugin
- Ajax search pro Plugin
- Cache app builder settings
- Multi-language app
- Share dynamic for product, post
- Cloud translate
- Support deeplink working with Permalink
- Hide Our of Stock
- Smart Coupon
- Add vertical payment method layout
- Cart
- Google fonts
- Add vertical shipping layout
- OneSignal Push Notifications
- Open App Link In Webview
- Sticky banner
- Dynamic form
- Reset password
- Identify App Orders
- Intercom Chat
- Upgrader
- Custom icons
- Captcha
Integrations
- Woocommerce
- BuddyPress
- BbPress
- Product Add-Ons
- WooCommerce Brands
- WooCommerce Bookings
- Variation Swatches for WooCommerce
- Bookingwp
- Dokan
- WPML
- Polylang
- WCFM Marketplace
- Wcmp
- Photo Reviews for WooCommerce
- Customer Reviews for WooCommerce
- TeraWallet
- Geo My WP
- Advanced Custom Fields
- YITH WooCommerce Featured Video
- Product Video for WooCommerce
- Image Optimizer, Resizer and CDN – Sirv
- Checkout Field Manager (Checkout Manager) for WooCommerce by QuadLayers
- CURCY – Multi Currency for WooCommerce
- WooCommerce Multilingual & Multicurrency with WPML
- Smart Coupons
- Ajax Search Pro
- TI WooCommerce Wishlis
- WC Cancel Order
- B2BKing Pro
- Simple Local Avatars
- Translate Multilingual sites – TranslatePress
- YITH WooCommerce Badge Management
- YITH WooCommerce Order & Shipment Tracking
- WPC Linked Variation for WooCommerce
- WC Vendors
Enable PHP HTTP Authorization Header
Shared Hosts
Most shared hosts have disabled the HTTP Authorization Header by default.
To enable this option you’ll need to edit your .htaccess file by adding the following:
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
WPEngine
To enable this option you’ll need to edit your .htaccess file by adding the following (see https://github.com/Tmeister/wp-api-jwt-auth/issues/1):
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1