massidrink1976
Forum Replies Created
-
Forum: Plugins
In reply to: [Enable Media Replace] Quota exceededHi Gerard, yes I trying to use the background removal feature.
Forum: Plugins
In reply to: [WooCommerce] The system does not calculate VATHello!
Yes, I had to apply taxes to the products. Now, I solved.
Thank you very much.Forum: Plugins
In reply to: [WooCommerce] Email for Customers WoocommerceAnother question, if is possible.
In the email “Customer On Hold Order”, is possible to move “Bank account details” as last information before the footer?Forum: Plugins
In reply to: [WooCommerce] Email for Customers WoocommerceThank you, Iorro.
I changed the line and now works fine!Forum: Plugins
In reply to: [WooCommerce] Email for Customers WoocommerceI must to add this part
order->get_billing_last_name();only in this file?
woocommerce/emails/customer-on-hold-order.phpForum: Plugins
In reply to: [Widget Logic] Use Widget Logic with Custom Post TypHi,
the correct taxonomy for category events is like this:
fw-event-taxonomy-name&tag_ID=107 (ID=107 for Gregory’s by the River category events).I added the condition in Widget Logic:
is_’fw-event-taxonomy-name&tag_ID=107′but something is wrong…
Where am I wrong?
Forum: Plugins
In reply to: [WooCommerce] Username field in the order confirmation emailThank you very much!
Forum: Plugins
In reply to: [WooCommerce] Username field in the order confirmation emailYes, is perfect! Done!
The code works, but I need only username’s field.
How can I delete ID number?Cheers!
Forum: Plugins
In reply to: [WooCommerce] Add username in email confirmationHello I’m sorry,
I didn’t work over the weekend…luckily ??
I added this code in “admin-new-order”:
do_action( ‘woocommerce_email_header’, $email_heading, $email ); ?>
<?php /* translators: %s: Customer billing full name */ ?>
<?php $user_info = get_userdata(1);
echo ‘Kundennummer: ‘ . $user_info->ID . “\n”;
?>but something is wrong.
In the confirmation email, “1” appears instead of my username “132064”
I tried also another version:
do_action( ‘woocommerce_email_header’, $email_heading, $email ); ?>
<?php /* translators: %s: Customer billing full name */ ?>
<?php $user_info = get_userdata(1);
echo ‘Username: ‘ . $user_info->user_login . “\n”;?>
but in this case, appear “admin”.
Regards,
MassimilianoForum: Plugins
In reply to: [WooCommerce] Edit Email TemplatesOk, thanks!
Forum: Plugins
In reply to: [WooCommerce] Edit Email TemplatesHi!
I would like to do something similar on my site.I would like to add the “username” field in the order confirmation email. Do you know how to do it?
Forum: Plugins
In reply to: [WooCommerce] Variable products are so slowHi Mikey,
thanks for your answer.
I deactivated a lot of not really necessary plugins and now I solved the problem.
So, was some conflict between plugins.Thanks,
MassimilianoHere the list of plugins deactivated:
Add-On User Registration di Gravity Forms
Advanced Code Editor
Artbees Themes Captcha
Duplicator
Email Address Encoder
Envato WordPress Toolkit
Export User Data
Gravity Forms Polls Add-On
Import users from CSV with meta
Media from FTP
WooCommerce Product Feed
WooCommerce SaferpayCw
WP-MailUpForum: Plugins
In reply to: [WooCommerce] "My Account" in WooCommerce don't workIf I’m not wrong, WP CACHE exclude automaticly account, cart and checkout page’s from caching rules. If I see “source code” of the page “Mein Account”, for example, I don’t see the message: “Dynamic Page generated in… by WP Super Cache”.
There is a sure method to see if the cache is disabled in these pages of the shop?
Bye,
MassimilianoForum: Plugins
In reply to: [WooCommerce] "My Account" in WooCommerce don't workHi Mike,
I thinks my issue is solved.
I deleted old code from W3 Total Cache and now I see correctly my information in the page.
Best regards,
MassimilianoForum: Plugins
In reply to: [WooCommerce] "My Account" in WooCommerce don't workAfter the login I see:
You are now logged on as [user]but don’t see for example “Edit account” or “Edit adress”.
I keep seeing LOGIN with white fields for username and password.
Bye,
Massimiliano