Sanesh Acowebs
Forum Replies Created
-
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce] Not displaying in ChromeAs we haven’t heard back from you further, we assume that this issue has been resolved at your end and considering this ticket as closed. Please don’t hesitate to get back to us if you require any further assistance or clarifications from our end in the future. Thanks!
Forum: Plugins
In reply to: [Facebook for WooCommerce] Trigger purchase event on custom order statusHi, we received the following and we are checking.
https://github.com/woocommerce/facebook-for-woocommerce/issues/2735
Hi, thanks for considering our deposit plugin. You can use our plugin with the Woocommerce subscription plugin. If you find any issues we will help you to assist. Thanks!
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce] Categories and rulesHi, we apologize?for the inconvenience that?happened?to you. We need to check the issue in detail. Since you are a premium version user we recommend using the?live chat support?provided on the Acowebs website. Or create a?support ticket?on our?support forum?to get detailed support. This will help us to identify and solve the issue fast. Thanks!
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce] Not displaying in ChromeThanks for reaching out to us. Currently, the website URL that you shared is under construction, so we are not able to check this from our end. Also, can you please check whether you have enabled “require login” in your general setting.?
Thanks for showing interest?in our deposit?plugin. Currently, our plugin doesn’t have the automatic balance deduction option. However, we have automatic reminder email options available to remind the customer about the balance payment. You can check our pro plugin functionality from the pro version demo, link provided in the plugin description section. Thanks!??
Hi, thanks for reaching out to us. The balance payment links are usually available from the customer my-account orders page. But you should know that the order status must be “partially paid” to show the balance payment button. Also, the balance payment link will be available on the customer’s partial payment received email.
If you are a pro version user, you can manually send reminder emails from the Admin dashboard order listing page and order details page. Also, the automatic reminder email option is also available. You can check this from the pro version demo, link provided in the plugin description area.
Hi, we apologize?for the inconvenience that?happened?to you. We need to check the issue in detail. Since you are a premium version user we recommend using the live chat support provided on the Acowebs website. Or create a support ticket on our support forum to get detailed support. This will help us to identify and solve the issue fast. Thanks!
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce] Text customizationThanks for your feedback. We will check and include this text in the backend text customization in our future version update.?
Thanks for pointing that out. We have updated our language .pot file. This will be included in the next version update.?
?Hi, thanks for reaching out to us. We have created a new filter hook for your requirement. Please update our plugin to the latest version and add the code below for your theme/child-theme functions.php or use any code snippet plugin.
add_filter( 'awcdp_disable_default_payment_text', '__return_false' );
After that remove?the “Payment text” value from the “Acowebs deposit payment received” email setting to blank and check again.?https://tinyurl.com/yuzdvolx
Hope you can follow the steps and share your feedback.
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce] Text customizationCan you please update to our latest version of the plugin and check again.
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce] Text customizationHi, thanks for your reply. Hope you have added the provided code to your theme/child-theme functions.php or used a code snippet plugin. Can you share a screenshot of the issue after adding the above code. Thanks!
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce] Text customizationHi, thanks for reaching out to us. You can modify the “payable in deposit” text using the following filter.
add_filter( 'awcdp_payable_in_deposit_text', 'change_payable_in_deposit_text' );
function change_payable_in_deposit_text() {
? ? return 'new payable in deposit text';
}Hope you can check. Thanks!
As we haven’t heard back from you further, we assume that this issue has been resolved at your end and considering this ticket as closed. Please don’t hesitate to get back to us if you require any further assistance or clarifications from our end in the future. Thanks!