Pinal Shah
@pinalshah on WordPress.org
- Member Since: June 6th, 2014
Contribution History
Pinal Shah’s badges:- Plugin Developer
- Translation Contributor
-
Posted a reply to développement, on the site WordPress.org Forums:
Hi @rahimbcn, I apologize for the delay in response. Yes, the plugin is currently incompatible…5 days ago
-
Created a topic, Variable assignment error, on the site WordPress.org Forums:
Hi, I use your plugin to exclude some pages from the …2 weeks ago
-
Posted a reply to Not being able to add more than 1 quotable product, on the site WordPress.org Forums:
Hi @aguusosa, I apologize for the delay in response. Can you kindly share the website…1 month ago
-
Posted a reply to Another translation question, on the site WordPress.org Forums:
Hi @fmarconi, Ah, I understand. It would definitely be more convenient. I'll look into this…1 month ago
-
Posted a reply to Another translation question, on the site WordPress.org Forums:
Hi @fmarconi, Can you kindly share the code which you have setup in functions.php? Usually…1 month ago
-
Posted a reply to Add fields to request quote form, on the site WordPress.org Forums:
Hi Marc, The plugin does not generate any quote form. It simply allows the site…1 month ago
-
Posted a reply to how to translate?, on the site WordPress.org Forums:
Hi Ricardo, I have replied to the new query which you have raised. Pinal2 months ago
-
Posted a reply to How to Add Sku to quote Email, on the site WordPress.org Forums:
Hi Johnson, I'm glad to know you were able to get this to work as…2 months ago
-
Posted a reply to What to name PO and MO files, on the site WordPress.org Forums:
Hi Ricardo, The files should be name quote-wc-pt_BT.po & quote-wc-pt_BR.mo. Both these files should be…2 months ago
-
Posted a reply to 4 different are sent when a customer request a quote, on the site WordPress.org Forums:
Hi @wonderboyagency, I tried replicating the issue on my local with the same versions of…2 months ago
-
Posted a reply to XML Sitemap showing error. Help!, on the site WordPress.org Forums:
Closing as the issue has been fixed and will be released in the next update.…2 months ago
-
Posted a reply to ELEMENTOR + WOCCOMMERCE 4.7.0 ISSUES, on the site WordPress.org Forums:
Hi Lucas, Yes the plugin has not yet been tested with WC 4.7.0. I will…2 months ago
-
Posted a reply to 4 different are sent when a customer request a quote, on the site WordPress.org Forums:
Hi @wonderboyagency, Thank you for using the plugin. Can you kindly let me know the…2 months ago
-
Posted a reply to Send Quotes on Multiple Order Statuses, on the site WordPress.org Forums:
Hi @pervasiveconcierge, In case if you are uncomfortable editing the core file, I've uploaded the…2 months ago
-
Posted a reply to Send Quotes on Multiple Order Statuses, on the site WordPress.org Forums:
Hi @pervasiveconcierge, Oh! Sorry for the misunderstanding. Yes, you've figured it out correctly. You need…2 months ago
-
Posted a reply to Woocommerce 4.6.1 issue, on the site WordPress.org Forums:
Hi Jonatas, I'm glad to know that things are working smoothly for you now. It…2 months ago
-
Posted a reply to Send Quotes on Multiple Order Statuses, on the site WordPress.org Forums:
Hi @pervasiveconcierge, There are plugins available which allow the site admin to create custom order…2 months ago
-
Posted a reply to How to Add Sku to quote Email, on the site WordPress.org Forums:
Hi @johnson0118, The correct way to call the get_sku() is to call it on a…2 months ago
-
Posted a reply to XML Sitemap showing error. Help!, on the site WordPress.org Forums:
Hi, I apologize for the delay in response. Can you kindly send me the conflicting…2 months ago
-
Posted a reply to Woocommerce 4.6.1 issue, on the site WordPress.org Forums:
Hi Jonatas, I'm glad to know you like the plugin. I have not yet had…2 months ago
-
Posted a reply to Check out conflict (WPML), on the site WordPress.org Forums:
Hi @cirilla, No, the global setting when applied will affect all the existing products. So…3 months ago
-
Posted a reply to Customizing Emails – Images & order notes, on the site WordPress.org Forums:
Hi @davidw09, In that case, you could possibly try the below: $image_id = null !==…3 months ago
-
Committed [2392938] to Plugins Trac:
Update WP tested up to 5.5.13 months ago
-
Posted a reply to Customizing Emails – Images & order notes, on the site WordPress.org Forums:
Hi @reelboldmedia, You can try using the function $order_obj->get_customer_note(); to get the customer notes. Product…3 months ago
-
Posted a reply to Check out conflict (WPML), on the site WordPress.org Forums:
Hi @cirilla, I'll look into this. The global setting should've been applied to the English…3 months ago
-
Posted a reply to How to add sku in the email tables sent to the site manager?, on the site WordPress.org Forums:
Hi @nicodales, The above is with reference to editing an existing email template in the…3 months ago
-
Posted a reply to Check out conflict (WPML), on the site WordPress.org Forums:
Hi @cirilla, That's strange. I just tested with WPML. The versions I used are as…4 months ago
-
Posted a reply to Email Templates html in foreach $args, on the site WordPress.org Forums:
Hi @sinalarteweb, The get_sku() applies on the product object and not the order items. You…4 months ago
-
Posted a reply to How to add sku in the email tables sent to the site manager?, on the site WordPress.org Forums:
Hi @runakuyay, Just an update. The existing email template loops through the order items which…4 months ago
-
Posted a reply to Switch explanation in template new-request-sent-customer, on the site WordPress.org Forums:
Hi @sinalarteweb, Thanks a lot for your suggestion. I'll look into this and update as…4 months ago
-
Posted a reply to How to add sku in the email tables sent to the site manager?, on the site WordPress.org Forums:
Hi @runakuyay, I apologize for the delay in response. You can fetch the sku of…4 months ago
-
Posted a reply to Email Templates html in foreach $args, on the site WordPress.org Forums:
Hi @sinalarteweb, I'm unsure if it will be possible to make styling changes when using…4 months ago
-
Posted a reply to Adding full custumer info to email, on the site WordPress.org Forums:
Hi @andreaschm, You can add the display code for the order total below the foreach…4 months ago
-
Posted a reply to Can’t fully translate, on the site WordPress.org Forums:
Hi @gabrielx, I'm glad to know you liked the plugin :) It would help me…4 months ago
-
Posted a reply to Permalinks in email, on the site WordPress.org Forums:
Hi Ricardo, If you have the variation ID, you can use the code I had…4 months ago
-
Posted a reply to Adding full custumer info to email, on the site WordPress.org Forums:
Hi @andreaschm, You can try using the function $order_obj->get_customer_note(); to get the customer notes. As…4 months ago
-
Posted a reply to Quotes – disabling coupon notice, on the site WordPress.org Forums:
Hi @klaszewski, You can try using the code patches provided in the blog here. Also,…4 months ago
-
Posted a reply to Email Templates html in foreach $args, on the site WordPress.org Forums:
Hi @sinalarteweb, Can you kindly let me know what have you tried so far? You…4 months ago
-
Posted a reply to Setting up quotes to payment, on the site WordPress.org Forums:
Hi Joy, Once the price has been finalized, you can edit the product price in…4 months ago
-
Posted a reply to Data from Check-out fields not showing in Email Notification, on the site WordPress.org Forums:
Hi @mredzovic, Please accept my apologies for the delay in response. The correct way to…5 months ago
-
Posted a reply to Woocommerce4.4.0 conflict, on the site WordPress.org Forums:
Hi Br Michel, Apologies for the delay in response. Can you kindly let me know…5 months ago
-
Posted a reply to Data from Check-out fields not showing in Email Notification, on the site WordPress.org Forums:
Hi @mredzovic, Can you kindly confirm that the new variables which you are trying to…5 months ago
-
Posted a reply to Mini cart STILL displays cart total, on the site WordPress.org Forums:
Hi @dcdeals, Sorry for the delay in response. I've been able to replicate the issue…5 months ago
-
Posted a reply to Formulario de Cotización, on the site WordPress.org Forums:
Hi @dcdeals, Thanks for answering the query here. @dvillagaray I hope this helps. Pinal5 months ago
-
Posted a reply to Ask for Quote payment option, on the site WordPress.org Forums:
Hi @jgonzalez89, Apologies for the delay in response. Can you kindly check a few things…5 months ago
-
Posted a reply to Request button not showing up, on the site WordPress.org Forums:
Hi @vmach, The Request Quote button is the edited name for the Add to Cart…6 months ago
-
Posted a reply to How do I make Company and Country Required, on the site WordPress.org Forums:
Hi, Currently only the 4 fields (billing first & last name, phone & email address…6 months ago
-
Posted a reply to Link to payment page not working from email, on the site WordPress.org Forums:
Hi Patrick, I'm extremely sorry. I missed your last reply. This is strange. Can you…6 months ago
-
Posted a reply to PHP ERROR, on the site WordPress.org Forums:
HI @geminidreams, I think you've posted the query on the wrong plugin page. The error…6 months ago
-
Posted a reply to Formulario de Cotización, on the site WordPress.org Forums:
Hi, Do you mean you wish to show the prices only after a quotable product…6 months ago
Developer
-
Display Order Details
Active Installs: 500+
-
Quotes for WooCommerce
Active Installs: 2,000+
-
Send to a Friend Addon
Active Installs: Less than 10
Contributor
-
Abandoned Cart Lite for WooCommerce
Active Installs: 30,000+