Ahir Hemant
@hemant-ahir on WordPress.org
- Member Since: January 2nd, 2014
- Location: Ahmedabad
Bio
Contributions Sponsored
Contribution History
Ahir Hemant’s badges:- Plugin Developer
- Translation Contributor
-
Created a topic, Woocommerce thumbnail gallery – Next and previous arrow missing on lightbox, on the site WordPress.org Forums:
Hi Woocommerce gallery popup with lightbox, next and … -
Posted a reply to wc_get_order() returns false, on the site WordPress.org Forums:
Hi In general, I don't use WP_Query() for customer orders but wc_get_orders() (or get_posts() too)… -
Posted a reply to Plug-in for custom data field, on the site WordPress.org Forums:
Hi I think you don't need plugin for that, few custom code help you to… -
Posted a reply to Mandate part payment for “cash on delivery” method of payment, on the site WordPress.org Forums:
Yeah its possible but need to customize little bit more but here is alternative solution.… -
Posted a reply to Change the text of the buttons on the order-page, on the site WordPress.org Forums:
Hi @taku0407 // Rename My account > Orders "view" action button text add_filter( 'woocommerce_my_account_my_orders_actions', 'change_my_account_my_orders_view_text_button',… -
Posted a reply to Delivery Date Option on Checkout Page, on the site WordPress.org Forums:
Hi A: confirming the code is added correctly? - Yes C: How can i add… -
Posted a reply to Duplicate orders after updating to version 7, on the site WordPress.org Forums:
Hi This kind of problem is usually caused by either a conflict with your theme… -
Posted a reply to Your Site is Experiencing a Technical Issue, on the site WordPress.org Forums:
Hi Chris Please check this: https://wordpress.org/support/topic/your-site-is-experiencing-a-technical-issue-94/ Thanks Ahir -
Posted a reply to listing sku, on the site WordPress.org Forums:
Hi try like this way: '$statuses = array('publish', 'draft'); // Args on the main query… -
Created a topic, Move inventory tab to top, on the site WordPress.org Forums:
Hi How to move inventory tab sections to above the Cat… -
Posted a reply to Remove the plus minus quantity buttons, on the site WordPress.org Forums:
In your css, adding the following rule should hide the +/- option .minus, .plus {… -
Created a topic, Mobile website speed / Theme Astra – Very Slow, on the site WordPress.org Forums:
Hi, Desktop speed: Good Mobile speed test: 18 from Goo… -
Created a topic, Get user ID by meta key and values, on the site WordPress.org Forums:
Hi I am trying to get USER ID by meta key and values. … -
Posted a reply to Contact Form 7 Database Addon – CFDB7 -not compatible with, on the site WordPress.org Forums:
Hi We have logged in user so suppose if I fill CF7 form then that… -
Created a topic, Contact Form 7 Database Addon – CFDB7 -not compatible with, on the site WordPress.org Forums:
Hi This is not stored audio in https://wordpress.org/p… -
Created a topic, Total count by product ID, on the site WordPress.org Forums:
Hi How to get total count of Wishlist for particular … -
Posted a reply to Will I get 404 errors if I remove the Woocommerce plugin?, on the site WordPress.org Forums:
Hi @kernix There are two things to understand when uninstalling or removing WooCommerce. If you… -
Posted a reply to Yet another checkout spinner, on the site WordPress.org Forums:
Hi @andrewm57 I can't see any Add to cart button in detail page. I can… -
Posted a reply to Custom fields inside the order, on the site WordPress.org Forums:
Hi @mmdtarek , I can't see any Add to cart button in detail page. I… -
Posted a reply to problem with automatically complete orders, on the site WordPress.org Forums:
Hi @strigga Try this dd_action( 'woocommerce_thankyou', 'bacs_order_payment_processing_order_status', 10, 1 ); function bacs_order_payment_processing_order_status( $order_id ) {… -
Posted a reply to Woocommerce emails not accepting specific characters, on the site WordPress.org Forums:
Hi, Can you try with this if that helps. Add the following line in the… -
Posted a reply to How to change default woocommerce text, on the site WordPress.org Forums:
Hi @danikas You can use filter for that. Add below function in your active theme's… -
Posted a reply to Switch shipping method by payment gateway / show all gateways, on the site WordPress.org Forums:
Hi @mike8040 For that you need to make custom code(customization job) But i can help… -
Posted a reply to Duplicate orders PROBLEM, on the site WordPress.org Forums:
Hi @bigmoxy Duplicate orders can sometimes be caused by a theme or plugin conflict. Also,… -
Posted a reply to WooCommerce Analytics Missing, on the site WordPress.org Forums:
Hi @jarokal I can see with latest version: https://tinyurl.com/yzyu5kww Thanks Ahir -
Posted a reply to Woocommerce standard coupons, on the site WordPress.org Forums:
Hi @elficra Go to: WooCommerce > Settings > General > Enable coupons Tick the checkbox… -
Posted a reply to How to hide “Shipping Cost Updated” message in Cart?, on the site WordPress.org Forums:
In shortcodes/class-wc-shortcode-cart.php we find wc_add_notice( __( 'Shipping costs updated.', 'woocommerce' ), 'notice' ); In includes/wc-notice-functions.php… -
Posted a reply to Downloadable products “redirect mode” fallback not working since 5.9.0, on the site WordPress.org Forums:
@optimiertes Ah i see. Can you please read this: https://wordpress.org/support/topic/external-redirect-deprecated/ -
Posted a reply to Downloadable products “redirect mode” fallback not working since 5.9.0, on the site WordPress.org Forums:
Hi there, To change the download method on your store, you’ll want to tweak the… -
Posted a reply to Add products with csv but not appear, on the site WordPress.org Forums:
Hi @petrosp6 Can you please check this: https://woocommerce.com/document/product-csv-import-suite-importing-products/ Also please check error log under Woocommerce… -
Posted a reply to Some Space under logo to my menu, on the site WordPress.org Forums:
Hi @ttrading Add below css in Appearance -> customize-> Additional css. .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header{… -
Posted a reply to Preventing image products from generating thumbnails, on the site WordPress.org Forums:
Hi @davexmit Yes understood ! This is a fairly complex development topic. I’m going to… -
Posted a reply to Wholesale flat rate, on the site WordPress.org Forums:
Hi @flannelgraphs So you must have user role like wholesalersetc. I don't think you need… -
Posted a reply to Order status change email is not sent, on the site WordPress.org Forums:
Hi @joaooliveira01 Kindly check that first email which customer got that is status with On-Hold,… -
Posted a reply to Field text in checkout, on the site WordPress.org Forums:
Hi @yannsanche yes i have checked and he has added below css: .woocommerce form .form-row::after,… -
Posted a reply to Default shipping method checked, on the site WordPress.org Forums:
Hi @nicetig add_action( 'woocommerce_before_checkout_form', 'ahir_select_free_shipping_by_default' ); function ahir_select_free_shipping_by_default() { if ( isset(WC()->session) && ! WC()->session->has_session()… -
Posted a reply to How to prevent stock change at “On Hold” status?, on the site WordPress.org Forums:
Hi @hwhwh1224 Stock is already reduced for "on-hold", "processing" and "completed" order statuses, as you… -
Posted a reply to Preventing image products from generating thumbnails, on the site WordPress.org Forums:
Hi @davexmit Login To Your WP Dashboard. Go to Settings and then, Media. Here you… -
Posted a reply to Not all product variations appearing, on the site WordPress.org Forums:
Hi @marissavan I can see approx. 17 options. Thanks Ahir -
Posted a reply to How to remove “WooCommerce Knowledge Base”, on the site WordPress.org Forums:
Try this add_filter( 'woocommerce_marketing_menu_items', '__return_empty_array' ); Or this function wc_disable_marketing_hub( $marketing_pages ) { return array();… -
Posted a reply to Show woocommerce-error stock, on the site WordPress.org Forums:
Hi @keeslamper I haven't tested but you can do something like this. function ahirwp_change_stock_message( $text,… -
Posted a reply to How to remove “WooCommerce Knowledge Base”, on the site WordPress.org Forums:
Hi Add to the functions.php file: add_action('admin_head', 'ahirwp_custom_style'); function ahirwp_custom_style() { echo '<style> .components-card.is-size-medium.woocommerce-marketing-knowledgebase-card.woocommerce-marketing-knowledgebase-card__category-marketing.woocommerce-admin-marketing-card.css-1xs3c37-CardUI.e1q7k77g0 {… -
Posted a reply to Force user to select the default and only shipping method before checkout, on the site WordPress.org Forums:
Hi @darylmalibiran // Validate shipping method fields and returning an error if none is choosed… -
Posted a reply to [URGENT] Endless Loading Spinner on Woocommerce Checkout Page, on the site WordPress.org Forums:
Hi You have JS issues: if() { document.documentElement.classList.add('gn-dark-mode'); } I can see this in console… -
Posted a reply to Page-ID of thank-you/order-received page not different anymore, on the site WordPress.org Forums:
Hi you can use .woocommerce-checkout for checkout page, make sure this is for checkout page… -
Posted a reply to Checkout T&Cs not linking up, on the site WordPress.org Forums:
Hi @sarcuk did you select terms and condition page from Woocommerce settings ? Woocommerce ->… -
Posted a reply to Limiting woocommerce functionalities, on the site WordPress.org Forums:
Hi @mguanloreto , 1)I only want the vendors to be able to upload simple products… -
Posted a reply to The website admin is receiving all Woo emails?, on the site WordPress.org Forums:
hi @carolon You should check WooCommerce -> Settings -> Emails (tab) and On the "New… -
Posted a reply to Order notes field missing, on the site WordPress.org Forums:
Hi @talkiewalkie Does it showing in New order email ? Thanks Ahir Hemant -
Posted a reply to Page-ID of thank-you/order-received page not different anymore, on the site WordPress.org Forums:
Hi @mike8040 , try this selector: .woocommerce-order-received Thanks Ahir Hemant
Developer
-
LR Responsive Slide Menu
Active Installs: Less than 10