Woo – Checkout widget offers you easy options to customize the default checkout page and make it more beautiful and profitable.
Here are few common questions that you might face while using this widget.
Can I use any page to add UAE Woo – Checkout widget? You can only use page that is assigned as a checkout page in WooCommerece settings. To do this, create a page and then visit WooCommerce > Settings > Advanced Tab > Page setup > Checkout page and select your page.
Why shipping address fields are not displayed on the checkout page?To display the shipping address on the checkout page you need to enable it from WooCommerce settings. From your WordPress dashboard go to WooCommerce > Settings > Shipping > Shipping Zones > Add a shipping zone and set a shipping method. Now go to Shipping options > shipping destination > Select option according to your choice.
Colors and other stylings set from the widget are not reflecting on the checkout form? If the page you are working on is not assigned as a checkout page from WooCommerece settings you might face this situation. To avoid such a case set your page as a checkout page in the WooCommerece settings. You will find settings under WooCommerce > Settings > Advanced Tab > Page setup > Checkout page.
How to build a custom checkout page for WooCommerce?UAE Woo – Checkout widget offers you easy options to customize the default checkout page. You can use manage the layout, login, coupon section, and style the page to suit your website look.
How to create a multistep checkout page using for WooCommerce?UAE Woo – Checkout widget offers a multistep layout for the checkout page. It divides all checkout fields into 4 steps – login, billing, shipping, and payment. This reduces the length of the checkout form and enhances the user experience. You can enable multistep just with a click and even style it with advanced options.
How to hide the Shipping step from the multi-step form?You can use the following filter code to hide the Shipping step from Multi-step form.add_filter( 『uael_multistep_checkout_hide_shipping_step』, 『__return_true』 );The above code needs to be added to your currently active Themes Functions.php