the_wpexperts
@ukwpexperts on WordPress.org
- Member Since: October 13th, 2016
- Location: Delhi, India
- Website: thewpexperts.com
- Employer: Thewpexperts
Bio
-
Posted a reply to Product Pic for Variation Products, on the site WordPress.org Forums:
Hi Aliano, Please make sure the site is not producing any js error. Also, check…3 years ago
-
Posted a reply to No option in wordpress to update woo commerce 3.09, on the site WordPress.org Forums:
It seems either the upgradation of WooCommerce has been disabled by some other plugin or…3 years ago
-
Posted a reply to free shipping for specific products, on the site WordPress.org Forums:
Hi, Please follow steps mentioned in the below url. http://www.remicorson.com/woocommerce-free-shipping-on-a-per-product-basis-in-the-same-cart/3 years ago
-
Posted a reply to Install woocommerce, on the site WordPress.org Forums:
Hi, (1) Yes, it is completely safe to upgrade to version 4.8.2, infact this version…3 years ago
-
Posted a reply to Subtotal shopping cart flip to VAT, on the site WordPress.org Forums:
Hi, Please share the URL of the website where you’re facing the issue.3 years ago
-
Posted a reply to Menu Order?, on the site WordPress.org Forums:
You can use drag and drop feature to show more than 200 products per page…3 years ago
-
Posted a reply to i have a problem with the single product page image not showing, on the site WordPress.org Forums:
Add below CSS in your css file. .woocommerce-product-gallery__image { float: unset !important; } Let me…3 years ago
-
Posted a reply to Can’t mix product X with product Y, on the site WordPress.org Forums:
@dopestkideverr Please replace Product X and Product Y with the names of the products for…3 years ago
-
Posted a reply to Is it possible to change ADD TO CART button for a bigger picture or text ?, on the site WordPress.org Forums:
Yes, you can change the add to cart text by using the following code in…3 years ago
-
Posted a reply to Can’t edit product fields in woocommerce, on the site WordPress.org Forums:
The problem could be due to so,e issue with the database. Please upgrade the MySQL…3 years ago
-
Posted a reply to No email notifications, on the site WordPress.org Forums:
Please check your Recipient(s) email is properly set or not using the following navigation under…4 years ago
-
Posted a reply to Shop Page, on the site WordPress.org Forums:
You can increase the number of products per page on the shop by adding the…4 years ago
-
Posted a reply to Shortcode to display product titles only, on the site WordPress.org Forums:
You can use the shortcode [products_by_category_slug product_cat="category-slug" orderby="rand"] by adding the below conde in theme…4 years ago
-
Posted a reply to How to send email notification to different shops based on order location, on the site WordPress.org Forums:
I understand your query but it would be great if you could explain the process…4 years ago
-
Posted a reply to How to make product(s) non-purchasable?, on the site WordPress.org Forums:
Please add below hook in theme function.php file.You can disable Add to cart category wise.…4 years ago
-
Posted a reply to Webshop for both private people and business, on the site WordPress.org Forums:
For this requirement, you can add affiliate functionality in site.I hope this will help you…4 years ago
-
Posted a reply to Creating “events” to Order Against, on the site WordPress.org Forums:
Please use 'Woocommerce order delivery or pickup with date and time' plugin https://wordpress.org/plugins/byconsole-woo-order-delivery-time/ to add…4 years ago
-
Committed [1705469] to Plugins Trac:
update vesrion in plugin file4 years ago
-
Committed [1705464] to Plugins Trac:
update vesrion in plugin file4 years ago
-
Posted a reply to Recommend me a Plug-in, on the site WordPress.org Forums:
Query is not clear could you please elaborate more?4 years ago
-
Posted a reply to woocommerce – show both products for sale and catalogue, on the site WordPress.org Forums:
Query is not clear could you please elaborate more?4 years ago
-
Posted a reply to Product Variation Shortdesc in Cart AS Product name, on the site WordPress.org Forums:
For this requirment you will have to apply below hook. add_filter( 'woocommerce_cart_item_name', 'cart_variation_description', 20, 3);…4 years ago
-
Posted a reply to guest checkout for paypal only, on the site WordPress.org Forums:
For this requirement, you will have to customize below hook to apply payment gateways as…4 years ago
-
Posted a reply to Fields created in Checkout Fields plug in do not show live, on the site WordPress.org Forums:
Please check the hooks under the checkout template or you can check by replacing existing…4 years ago
-
Posted a reply to Display original, not translation ocassionaly, on the site WordPress.org Forums:
Please check your string 'view cart' this should be write in the file using the…4 years ago
-
Posted a reply to Question about custom code, on the site WordPress.org Forums:
add_action( 'user_register', 'member_registration_save', 10, 999 ); function member_registration_save( $user_id ) { $user = get_user_by( 'id',…4 years ago
-
Committed [1698839] to Plugins Trac:
Adding changes in plugin4 years ago
-
Committed [1698838] to Plugins Trac:
Adding changes in plugin4 years ago
-
Committed [1698836] to Plugins Trac:
Adding changes in plugin4 years ago
-
Committed [1698834] to Plugins Trac:
Adding changes in plugin4 years ago
-
Committed [1698831] to Plugins Trac:
Adding changes in plugin4 years ago
-
Committed [1698829] to Plugins Trac:
Adding changes in plugin4 years ago
-
Committed [1698826] to Plugins Trac:
Adding changes in plugin4 years ago
-
Committed [1698824] to Plugins Trac:
Adding changes in plugin4 years ago
-
Posted a reply to Different shipping methods for same zone, on the site WordPress.org Forums:
For shipping rate customization of different criteria, you can try this plugin 'Advanced Flat Rate…4 years ago
-
Posted a reply to Woo commerce 3.0.8 & WordPress 4.8, on the site WordPress.org Forums:
If you are facing some issues, please share with us will try to provide the…4 years ago
-
Posted a reply to Tax for user role, on the site WordPress.org Forums:
For this functionality, we can use below hook in function.php of theme files. function wc_diff_rate_for_user(…4 years ago
-
Posted a reply to Checkout fields not showing up, on the site WordPress.org Forums:
Please remove or comment the below CSS under the file http://www.kirrynzerna.com/wp-content/themes/flora/css/flora.css?ver=1.2.3 on line no: 77…4 years ago
-
Posted a reply to Column size in product description price cut in 2 lines, on the site WordPress.org Forums:
you can write the below css under the file:/wp-content/themes/storefront/style.css?ver=2.2.4 table.group_table td,table.group_table th { padding: 1em…4 years ago
-
Posted a reply to Custom billing field order, on the site WordPress.org Forums:
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' ); function custom_override_checkout_fields( $fields ) { $fields['billing']['landline_phone'] = array( 'label' =>…4 years ago
-
Posted a reply to Disable backorders only for a one user role, on the site WordPress.org Forums:
function remove_menus() { $roles = wp_get_current_user()->roles; if(in_array('shop_manager',$roles)){ remove_submenu_page('woocommerce', 'edit.php?post_type=shop_order'); } } add_action('admin_menu', 'remove_menus', 999);4 years ago
-
Posted a reply to Media Library loads to long to load all images, on the site WordPress.org Forums:
For this functionality, you will have to customize product gallery functionality or need to create…4 years ago
-
Posted a reply to How to charge shipping by weight saying it is free shipping, on the site WordPress.org Forums:
Mention plugin will help to charge shipping by weight. https://wordpress.org/plugins/weight-based-shipping-for-woocommerce/4 years ago
-
Posted a reply to Restrict product variation to specific country, on the site WordPress.org Forums:
For this functionality, you will have to customize variation functionality from backend and frontend.If you…4 years ago
-
Posted a reply to Cross-sells on Product page, on the site WordPress.org Forums:
Mention URL will help to show cross sell products on product details page. http://www.bottleofbrass.com/woocommerce-adding-cross-sells-to-single-product-template/#codesyntax_14 years ago
-
Posted a reply to How to fetch 3rd party products & populate woocommerce DB, on the site WordPress.org Forums:
We can fetch 3rd party product with the help of cron script to fetch data…4 years ago
-
Posted a reply to showing different colors, on the site WordPress.org Forums:
You can use 'WooSwatches - Woocommerce Color or Image Variation Swatches ' plugin for color…4 years ago
-
Posted a reply to Does WooCommerce Bookings support details of individual participants?, on the site WordPress.org Forums:
Yes, this can be possible with the help of Gravity form plugin and WooCommerce -…4 years ago
-
Posted a reply to coupon field, on the site WordPress.org Forums:
By default coupon field always open. Please provide the URL where are you using WooCommerce.4 years ago
-
Posted a reply to Email Trigger, on the site WordPress.org Forums:
Call the method after capture the payment <?php $order->payment_complete( ); ?>4 years ago