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
-
Posted a reply to NewsLetter Message – CheckOut, on the site WordPress.org Forums:
might be you have used: Mailchimp for WooCommerce plugin. so go to MailChimp -> Audience…10 hours ago
-
Posted a reply to NewsLetter Message – CheckOut, on the site WordPress.org Forums:
Where can i see that message ? I mean in which page. Your given page…10 hours ago
-
Posted a reply to Woocommerce Customer data show nothing, on the site WordPress.org Forums:
Hi could you please paste your code so i can help you better way. you…13 hours ago
-
Posted a reply to Custom Field/Code on Products & Invoices, on the site WordPress.org Forums:
function ahirwp_add_custom_sku() { $args_1 = array( 'label' => __( 'location number', 'woocommerce' ), 'placeholder' =>…2 days ago
-
Posted a reply to Product Variation Pricing Range, on the site WordPress.org Forums:
add_filter('woocommerce_variable_price_html', 'custom_variation_price', 10, 2); function custom_variation_price( $price, $product ) { $price = ''; $price .=…2 days ago
-
Posted a reply to woocommerce category display, on the site WordPress.org Forums:
/** * Change number or products per row to 3 */ add_filter('loop_shop_columns', 'loop_columns', 999); if…2 days ago
-
Posted a reply to The editor has encountered an unexpected error, on the site WordPress.org Forums:
activity log plugin installed ? if so please deactivate and check. Thanks Ahir2 days ago
-
Created a topic, custom login link redirect to previous page, on the site WordPress.org Forums:
add_filter("wpdiscuz_login_link", function (…3 days ago
-
Posted a reply to Adding Product Short Description or other fields to content-product.php, on the site WordPress.org Forums:
you can do like this : $product->get_short_description(); add_action( 'woocommerce_after_shop_loop_item', 'ahir_show_product_dimensions_loop', 20 ); function ahir_show_product_dimensions_loop() {…2 weeks ago
-
Posted a reply to How to force reloading whole cart page, on the site WordPress.org Forums:
You should try woocommerce_update_cart_action_cart_updated action hook. I have revisited your code a bit. Try this:…2 weeks ago
-
Posted a reply to Adding Product Short Description or other fields to content-product.php, on the site WordPress.org Forums:
add_action( 'woocommerce_after_shop_loop_item', 'ahir_show_product_dimensions_loop', 20 ); function ahir_show_product_dimensions_loop() { global $product; $dimensions = $product->get_dimensions(); if (…2 weeks ago
-
Posted a reply to Product data randomly changing on its own, on the site WordPress.org Forums:
Hi Most of the times errors are caused by a plugins conflicting with each other,…2 weeks ago
-
Posted a reply to Is possible to write full keywords in the state code?, on the site WordPress.org Forums:
Okay but did you checked aorder Thank you and email etc. does you get that…3 weeks ago
-
Posted a reply to Is possible to write full keywords in the state code?, on the site WordPress.org Forums:
Hi No but you can do like this: // Only one state e.g. PA in…3 weeks ago
-
Posted a reply to Woocommerce CSS in Child Theme, on the site WordPress.org Forums:
Okay don't touch that plugin style. you can make your custom.css in your active child…3 weeks ago
-
Posted a reply to Redirect to my account page, on the site WordPress.org Forums:
Add the following code: add_filter( 'woocommerce_prevent_admin_access', '__return_false' ); To your functions PHP file and it…3 weeks ago
-
Posted a reply to “There are no shipping options available” for San Jose, CA, on the site WordPress.org Forums:
There are multiple reasons why this error could happen. The most common reasons include: Products…3 weeks ago
-
Posted a reply to Woocommerce Lead Times in Confirmation Emails, on the site WordPress.org Forums:
The filter woocommerce_get_item_data can be used for that. Like so: add_filter( 'woocommerce_cart_item_name', 'ahir_wc_cart_item_data', 10, 3);…3 weeks ago
-
Posted a reply to Woocommerce CSS in Child Theme, on the site WordPress.org Forums:
Using a child theme If you wish to modify the stylesheet or CSS of a…3 weeks ago
-
Posted a reply to display custom field value on product page in Woocommerce, on the site WordPress.org Forums:
Hi What you did for adding custom fields to product page ? Put your code…3 weeks ago
-
Posted a reply to Delete extra blank space, on the site WordPress.org Forums:
.no-widgets .site-footer { margin-top: 0px !important; } Put this css to your active theme or…3 weeks ago
-
Posted a reply to Changing button basket to price quote in woocommerce, on the site WordPress.org Forums:
You can contact me.3 weeks ago
-
Posted a reply to Changing button basket to price quote in woocommerce, on the site WordPress.org Forums:
it's your personal choice: but i can recommended: https://woocommerce.com/products/request-a-quote-plugin-for-woocommerce/ but you can read description what…3 weeks ago
-
Posted a reply to Changing button basket to price quote in woocommerce, on the site WordPress.org Forums:
Yes you can buy that: Display the quote button on selected products and let customers…3 weeks ago
-
Posted a reply to Shipping Options Control, on the site WordPress.org Forums:
but if you print $shipping_method, you will get all shipping method. you can do like:…3 weeks ago
-
Posted a reply to Shipping Options Control, on the site WordPress.org Forums:
Hi I can give you idea but you need to modify this function little bit.…3 weeks ago
-
Posted a reply to Unknown item in my product page, on the site WordPress.org Forums:
Hi You mean on product detail page ? You have used this plugin for slideshow:…3 weeks ago
-
Posted a reply to Unknown item in my product page, on the site WordPress.org Forums:
Hi product-store is your Shop(Archive page) page so whatever products you have added under woo…3 weeks ago
-
Posted a reply to Unknown item in my product page, on the site WordPress.org Forums:
Hi I can see only one product: European Jersey in given link. Thanks Ahir3 weeks ago
-
Posted a reply to Changing button basket to price quote in woocommerce, on the site WordPress.org Forums:
You can add below function to active child theme's function.php file. // ========================================================================= // CHANGE…3 weeks ago
-
Posted a reply to Delivery Adress restricted to Shipping zones?, on the site WordPress.org Forums:
glad to help you!3 weeks ago
-
Posted a reply to Free Shipping for specific Brands, on the site WordPress.org Forums:
Hi 1. Create a Shipping Class From the WordPress dashboard, go to WooCommerce > Settings…3 weeks ago
-
Posted a reply to “Payment accepted” message on archive field, on the site WordPress.org Forums:
Okay so for that you need to check this message came from which payment method…3 weeks ago
-
Posted a reply to “Payment accepted” message on archive field, on the site WordPress.org Forums:
Hi but yo really need that archive page ? because default order thank you page…3 weeks ago
-
Posted a reply to “Payment accepted” message on archive field, on the site WordPress.org Forums:
Hi For that you need to pass: wc_order_key in url on order-received page. Thanks Ahir3 weeks ago
-
Posted a reply to How to edit cart details table on checkout page, on the site WordPress.org Forums:
You would need to customize the checkout template. This template can be overridden by copying…3 weeks ago
-
Posted a reply to Delivery Adress restricted to Shipping zones?, on the site WordPress.org Forums:
add_action( 'wp_footer', 'webtoffee_checkout_shipping_filter_it_states' ); function webtoffee_checkout_shipping_filter_it_states() { if ( ! is_checkout() ) { return; }…3 weeks ago
-
Posted a reply to Delivery Adress restricted to Shipping zones?, on the site WordPress.org Forums:
check this: add_filter( 'woocommerce_states', 'custom_woocommerce_states' ); function custom_woocommerce_states( $states ) { $states['XX'] = array( 'XX1'…3 weeks ago
-
Posted a reply to Delivery Adress restricted to Shipping zones?, on the site WordPress.org Forums:
Hi Put this code into your child theme function.php and should do the job function…3 weeks ago
-
Posted a reply to wp_remote_post sends empty body, on the site WordPress.org Forums:
Hi @linch1 Try with below code. $url = 'myAPIURL HERE'; $username = 'apiuser'; $password =…1 month ago
-
Posted a reply to Padding menu, on the site WordPress.org Forums:
Hi Look like given demo link have static menu and not dynamic menu using wp_nav_menu.…1 month ago
-
Posted a reply to Hide Product Category on, on the site WordPress.org Forums:
if ( in_array( ‘product_cat’, $taxonomies ) && !is_admin() && is_shop() ) { try with this:…1 month ago
-
Posted a reply to woocommerce_after_cart_item_name, on the site WordPress.org Forums:
Hi @pneupress To display and save custom meta data added to cart in cart, checkout…1 month ago
-
Posted a reply to How to get order-received URL with key for each orders, on the site WordPress.org Forums:
Hey yes i did this. I hope below code will help someone ! // Add…1 month ago
-
Created a topic, How to get order-received URL with key for each orders, on the site WordPress.org Forums:
Hi How to get this url: order-received/522?key=wc_ord…1 month ago
-
Created a topic, How to change Bold text + Font-family, on the site WordPress.org Forums:
.h5p-blanks .h5p-question-content p { line-height:…1 month ago
-
Created a topic, How to Translate Elementor Header and footer block, on the site WordPress.org Forums:
Hi How to translate Header and footer block by elemen…2 months ago
-
Created a topic, Show login form in page template, on the site WordPress.org Forums:
Hi How to call login form in custom page template. is…3 months ago
-
Created a topic, Blog post layout, on the site WordPress.org Forums:
Hi, How to customize blog layout ? For example i want …3 months ago
-
Posted a reply to CUSTOM POST TYPE ISSUE, on the site WordPress.org Forums:
Check this3 months ago
Developer
-
LR Responsive Slide Menu
Active Installs: Less than 10