jamestoronto
Forum Replies Created
-
“Override product base price fully. It can cause the price of product zero in case no options selected” is selected
the price is right
Thanks!Forum: Plugins
In reply to: [WPC Variations Radio Buttons for WooCommerce] don’t show descriptiondescription can be displayed
but Variable attribute description must be filled in each product
Can a description of a product attribute be displayed?
It is to add the description input box that appears in the attributeEnable Price -> Custom Formula
When this is empty, the total price is displayed Product base price
Can it display the zero price?https://beshinetextile.com/product/bob001/
({value}/12+2)*10*{product_price}+40
{value}=Width,Height does not participate in the calculation
The calculation result has one more unit price (100)
I got a way
Email of Yahoo
Can’t receive mail for new order of woocommerce
SMTP Error: data not acceptedThe way is:
Remove “Reply-to: ” from new order woocommerce (All plugins for sending emails in wordpress)
Add code in functions.php// ———————————————————————————
add_filter(‘woocommerce_email_headers’, ‘add_reply_to_wc_admin_new_order’, 10, 3);function add_reply_to_wc_admin_new_order($header = ”, $id = ”, $order)
{
$wc_email = new WC_Email(); //instantiate wc meailif ($id == ‘new_order’) {
$reply_to_email = $order->billing_email;
$header = ‘Content-Type: ‘ . $wc_email->get_content_type() . “\r\n”;
}
return $header;
}- This reply was modified 3 years, 3 months ago by jamestoronto.
- This reply was modified 3 years, 3 months ago by jamestoronto.
- This reply was modified 3 years, 3 months ago by jamestoronto.
I set the ‘Force From Email’ option, but I cannot receive emails.
Hi Garret
Thank you very much for your reply
1. Can the fee plan be closed? then don’t confirm
2. It’s done, thank you!
3. This is video (sorry, it’s Chinese)
https://youtu.be/MDGqsWgF7kU
James- This reply was modified 3 years, 4 months ago by jamestoronto.
Forum: Themes and Templates
In reply to: [ColorMag] All advertisement widget not workingI found the reason, This problem is related to the browser
Google Chrome does not display ads
Firefox browser can display ads
Why doesn’t Google Chrome display ads?Forum: Themes and Templates
In reply to: [ColorMag] All advertisement widget not workingHi Bikalpa Bhattarai
I closed all the plugins, but advertisement widget still doesn’t work
Please give me your email, I will send you the login information of the website administrator, you can help to check it.
I am also your customer, I have purchased templates.
Thanks
JamesForum: Themes and Templates
In reply to: [ColorMag] All advertisement widget not workingHi 3NT
Classic Widget plugins working is normalForum: Themes and Templates
In reply to: [ColorMag] All advertisement widget not working1. Yes, my website theme has been upgraded
2. Install two plugins it is Classic Editor and Classic WidgetClose does not work in DIVI
I found a way to close popup
wp-content/plugins/popup-builder/com/classes/Actions.php
Delete these
echo ‘<style>
#misc-publishing-actions .edit-post-status,
#misc-publishing-actions .edit-timestamp,
#misc-publishing-actions .edit-visibility {
display:none !important;
}
</style>’;Open Edit Popup page
Status:Published Edit on the right side of the page
Can close the popup with statusHi Nitesh
I can’t translate to other languages in any way.
Regards
James