krishna0122
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Google drive link not supportedi have added below code in theme function.php
function custom_woocommerce_billing_fields($fields) { if (WC()->cart->needs_shipping() == false) { // Check if only digital products are in the cart // Only keep the billing name field $fields = array( ‘billing_first_name’ => $fields[‘billing_first_name’], ‘billing_last_name’ => $fields[‘billing_last_name’] ); } return $fields;}add_filter(‘woocommerce_billing_fields’, ‘custom_woocommerce_billing_fields’);function custom_override_checkout_fields($fields) { if (WC()->cart->needs_shipping() == false) { // Check if only digital products are in the cart // Remove billing fields except name unset($fields[‘billing’][‘billing_company’]); unset($fields[‘billing’][‘billing_country’]); unset($fields[‘billing’][‘billing_address_1’]); unset($fields[‘billing’][‘billing_address_2’]); unset($fields[‘billing’][‘billing_city’]); unset($fields[‘billing’][‘billing_state’]); unset($fields[‘billing’][‘billing_postcode’]); unset($fields[‘billing’][‘billing_phone’]); unset($fields[‘billing’][‘billing_email’]); } return $fields;}add_filter(‘woocommerce_checkout_fields’, ‘custom_override_checkout_fields’);
Forum: Plugins
In reply to: [WooCommerce] Google drive link not supportedwhy we need to buy premium plugin for this issue? This feature already supported to be availed in woocommerce plugin.
Forum: Plugins
In reply to: [WooCommerce] Google drive link not supportedGoogle Drive URLs problem is solved.
But I’m still facing issue in hiding/removing address field for digital products.
And I’m surprised, none of custom codes, plugins aren’t working for this function. ?????
the code is working… I have adjusted height as per my requirement but here the another problem is raised that the pop is not displaying in mobile / tablet devices except destop.
Forum: Themes and Templates
In reply to: [Go] How to hide footer in Go themeNot working this code. ??
Forum: Themes and Templates
In reply to: [Go] How to hide footer in Go themeHow i remove this white space at bottom. It’s looking so weird. Check out this site.
Forum: Plugins
In reply to: [Quiz Maker] All questions on single pageWhich format we can import our quiz in pro version. I want to know then i will go for pro version.
Still not working ??
https://drive.google.com/file/d/1_UKU75rIMdSsfWTA03Ca9thZfA9_niX4/view?usp=drivesdkForum: Plugins
In reply to: [Quiz Maker] “Show Answer” buttonIs there any option to show answer before choose any answer (in case user don’t know the answer)
Forum: Themes and Templates
In reply to: [Magever] Remove default widgetHey, i am using static page but still this theme is showing default posts.
Visit my website ??
https://zerosegenioustak.com/
Check at the bottom of website.Forum: Themes and Templates
In reply to: [Magever] Remove default widgetI want remove this widget which is on front of website.
Screenshot ??
https://drive.google.com/file/d/1Q90b6YEmtYfkQXk5jGQ6sUTaCPopz9ES/view?usp=drivesdkThank You
But the WC order payment done still it isn’t working.
Also note that, Quiz gets invisible automatically when i set end quiz and sometimes visible but end quiz don’t works.
Kind regards,
Krishna