cfm168
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Media Auto Publish] Valid OAuth redirect URIs can not be savedGot it. Thank you!
Forum: Plugins
In reply to: [WooCommerce] How to setup tax exempt for a customer?Hi @m155y5 ~
I found one that has useful features including tax exempt and easy setup without extra coding. Still testing so far so good.
Thank you for your help.
Forum: Plugins
In reply to: [WooCommerce] How to setup tax exempt for a customer?Hi @m155y5,
Thank you so much for advising. Set up free tax on product is not working for my business model and I do not want to.
I will do so to add a role for customers and create a Role name(ID): set_is_vat_exempt
And then add following codes in functions.php:
————————————————-
global $woocommerce;if ( is_user_logged_in() ) {
$tax_exempt = current_user_can( ‘tax_exempt_role’ );
$woocommerce->customer->set_is_vat_exempt( $tax_exempt );
}
————————————————-Will tell you if it works. Thank you again!
Hello, Thank you for prompt responding.
I added following code snippet, but the current date does’t printed:
—————————————————–
add_action( ‘wpo_wcpdf_after_order_data’, ‘wpo_wcpdf_delivery_date’, 10, 2 );
function wpo_wcpdf_delivery_date ($template_type, $order) {
if ($template_type == ‘packing-slip’) {
$document = wcpdf_get_document( $template_type, $order );
?>
<tr class=”delivery-date”>
<th>Delivery Date:</th>
<td><?php $document->custom_field(‘delivery_date’); ?></td>
</tr>
<?php
}
}
————————————————————
How can I get the current date printed follow the Delivery date: ?Or, Can I create “delivery_date” on Add New Custom Field, and input date manually in Value to get the date printed?
Thanks in advance!
Please explain again for the following question:
How to get the latest updated invoice output after editing the order such as changing the item quantity or price or refund…for the paid order ?? I guess your plugin uses the same Invoice number but add “a” or “-1” following the original invoice number.
Thanks in advance!
Hi,
Thank you for responding.
1) I currently can create a refund on the paid order. I want to provide a modified invoice that has refunded or credit note record with final balance to customer.
How can I do that?2) Can you please provide a code snippet for adding extra text (DELIVERY DATE: AUG 7, 2019) to the bottom of the packing slip ? Also provide Custom Block info in case I can use.
Thanks in advance!
Hi Glen,
See this image: https://ibb.co/QNpyDkq
I want attachment feature on appear under Attachment subject.
Thanks in advance!
Hi MailPoet (@wysija),
I Added a Captcha for MailPoet form signup, but the spam registration wordpress users still keep coming every day.
Fake signups: What to Do
I don’t find ( MailPoet > Settings > Basics) option to enable Akismet or similar anti-spam for comments.Where can I add Captcha for Comments?
Actually I do not know where the spam wordpress users keep coming in.
Please help. Thanks in advance!
Forum: Plugins
In reply to: [Contact Form 7] Attachment appears only for one of subjectsHi @towin999
I want the attachment feature to be worked for a subject only. (Total 5 subjects, but only one subject can attach file).
Please help. Thanks in advance!
Forum: Themes and Templates
In reply to: [Twenty Eleven] Which file name has front page image codes?Thank you Jarret.
Yes I mean the image below the site title/tagline and above the menu.
I will delete just lines 99 and 122 in child theme to avoid overriding by every time new version of theme update.
To achieve it (no click no link on image), how can I create codes in Additional CSS/customize instead?
Please help. Thanks in advance!
Hello,
I think I correctly use MailPoet page in basic setting for “Manage Subscription page”. But when I test it from “Confirmation page” Preview under Sign-up Confirmation menu, it still displays the following wording on my site:
You have subscribed to: demo 1, demo 2
Yup, we’ve added you to our email list. You’ll hear from us shortly.Please help. Thanks in advance!
Forum: Plugins
In reply to: [Contact Form 7] Message field size and fields distanceHi Neil,
Thank you for your advise. “Add custom CSS via WP Customizer > Custom CSS, custom CSS plugin or child theme”.
I will try to modify via child theme that I already have.
Got it. By drag and drop on that Form page.
Welcome email does it.