pinal.shah
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes for WooCommerce] Add order information into initial quote emailHi @chantelleb,
Can you please let me know the below:
1. Please check & let me know if you see the plugin template or your custom template when you click on WooCommerce->Settings->Emails->Request for New Quote->View Template
2. Can you share the path to your custom email template starting with your theme folder?
Thanks,
PinalForum: Plugins
In reply to: [Quotes for WooCommerce] Display prices/total on checkoutHi Paul,
That will work fine. However, it’s usually advisable to not modify any core plugin files as the changes get overwritten when the plugin is updated causing the functionality to break.
Pinal
Forum: Plugins
In reply to: [Quotes for WooCommerce] Send Quote button not firing properlyHi Paul,
I’m glad to know the feature is working fine.
Pinal
Forum: Plugins
In reply to: [Quotes for WooCommerce] Display prices/total on checkoutHi Paul,
The prices on the Shop & Product pages are hidden using the below hooks:
1. woocommerce_variable_sale_price_html
2. woocommerce_variable_price_html
3. woocommerce_get_price_htmlThe function attached to all the 3 hooks is qwc_remove_prices()
Adding a remove_action for these hooks will help display the prices on the Shop & Product pages.
I hope this helps.
The feature that allows the admin the ability to opt to hide/display the prices will be added in the next update which will be released in June.
Thanks,
PinalHi @niteo,
Thank you for the suggestion. The feature to send emails to the customer as well once they request the quote will be added in the update to be released next month.
Thanks,
PinalForum: Plugins
In reply to: [Quotes for WooCommerce] Display prices/total on checkoutYou are welcome @manticarodrigo. Thank you for your inputs on this.
I will try to include this feature in the next update.
Pinal
Forum: Plugins
In reply to: [Quotes for WooCommerce] Display prices/total on checkoutHi @manticarodrigo,
Can you please let me know if you would like to display the prices only at Checkout? Or would you wish to display the prices on the all the pages i.e. Product, Cart and Checkout pages?
Pinal
Forum: Plugins
In reply to: [Quotes for WooCommerce] Display prices/total on checkoutSorry, I haven’t had a chance to look into this. I’ll check if it’s possible to fix this temporarily and get back to you soon.
Pinal
Forum: Plugins
In reply to: [Quotes for WooCommerce] Email TemplatesThanks for adding the code here @manticarodrigo.
Pinal
Hi Max,
Currently, the plugin does not send any email to the customer. This does sound like a good idea and should be easy to implement.
For the email that you wish to send to the customer, do you want it to be simple email containing some custom message or would you rather add all the product details etc. as well in the email?
The ideal solution is to add a new WooCommerce email template so that it can be maintained easily. Apart from that, you could also simply create a hardcoded email which is fired when an order is created.
Thanks,
PinalForum: Plugins
In reply to: [Quotes for WooCommerce] Display prices/total on checkoutHi @manticarodrigo,
Since this is a quote plugin, currently it does not display any prices to the end user when an order is first created.
I understand that in certain business scenarios it might be a good idea to give the end user a preliminary total. However, if we’re to display the prices at this stage, I think it might become necessary to inform the user that is a preliminary estimate and the prices are subject to variation. Please let me know your opinion on the same.
Currently, the plugin does not display the prices. However it might be a good idea to give a setting for the product, thereby allowing the site admin to make a choice of whether the price should be displayed or no.
I will take this into consideration for one of the future updates.
Thanks,
PinalForum: Plugins
In reply to: [Quotes for WooCommerce] Email TemplatesHi @manticarodrigo,
Thank you for the review ??
Currently, the plugin email templates do not add product images for the products. However, if you wish to add the images, it is fairly simple to achieve the same.
These email templates can be customized the same as any of the WooCommerce email templates.
Please copy the email template using the WooCommerce->Settings->Emails->Send Quote->Copy file to theme button into your theme folder. Once done, you can customize the email template as desired.
Updating the plugin to future versions will ensure that the customized copy is not overwritten.
I hope this helps. Please let me know in case if you have any further queries.
Thanks,
PinalForum: Plugins
In reply to: [Quotes for WooCommerce] ErrorHi @b2xsolucoes,
I apologize for the delay in response.
Can you please let me know if you tested the plugin on your localhost? Did it work fine there?
If the plugin worked fine on localhost, can you please try installing a fresh copy of the plugin from WordPress Dashboard->Plugins page on the online server?
Please let me know the results.
Thanks,
PinalForum: Plugins
In reply to: [Quotes for WooCommerce] Change text on ButtonHi Emma,
The function you have mentioned above is the one that will change the ‘Add to Cart’ button text. The text will be modified on the Shop page as well the Product page.
No css changes are needed.
Thanks,
PinalForum: Plugins
In reply to: [Quotes for WooCommerce] Send Quote button not firing properlyHi @milamber,
I have replicated the issue at my end and created a fix for the same. Please download the plugin copy including the fix from the link below.
https://github.com/pinalj/quotes-for-woocommerce/tree/fixes-1.4
Please download the zip file and replace the existing plugin folder in <site_folder>/wp-content/plugins/quotes-for-woocommerce with the downloaded folder via ftp.
This fix shall be included in the next update for the plugin which will be released next week.
Thanks,
Pinal