bosklapper
Forum Replies Created
-
ok thanks, i already have a request >> 7367372
i have bought the Advanced Notifications plugin. Where and how can i make that if they select there pick up shop in the woocommerce form (billing_shop) that the mail with the order is sent to the correct shop
Forum: Plugins
In reply to: [WooCommerce] order mail change from mail to clientsSo a plugin to change this for new order mail.
Email settings Woocommerce
Email sender options
“From” name Shop Owner
“From” Address [email protected]Forum: Plugins
In reply to: [WooCommerce] order mail change from mail to clientsi just want to know if there is any possibility to have this in the mail the admin receives….
NEW MAIL AFTER A NEW ORDER – RECEIVED BY OWNER SHOP
[OWNER A] : New order #11507
Owner A <[email protected]>
To [email protected]
….
CONTENT MAIL – ORDERIs there a possibility that the mail received is from CLIENT MAIL and not OWNER MAIL
thanks in advance.
Forum: Plugins
In reply to: [WooCommerce] order mail change from mail to clientsWhen an order is placed, the order email should be sent to both the customer and site admin.
>> i know but i want to know if the mail send to site admin can be changed so it isn’t coming from his mailadress but from clients mailadress… so if he replies to an order email then he replies to the client.
ok, i changed ‘wppopups/manage_capability’ to ‘wppopups/manage_capability’
hello tried to add this
// WP Popups allow editors to edit popups
add_filter( ‘wppopups/manage_capability’, function(){ return ‘edit_others_posts’;} );but then i get this
Warning: Use of undefined constant ‘wppopups - assumed '‘wppopups' (this will throw an Error in a future version of PHP) in /home/customer/www/website.be/public_html/wp-content/themes/theme/functions.php on line 414 Warning: Use of undefined constant manage_capability’ - assumed 'manage_capability’' (this will throw an Error in a future version of PHP) in /home/customer/www/website.be/public_html/wp-content/themes/theme/functions.php on line 414 Warning: A non-numeric value encountered in /home/customer/www/website.be/public_html/wp-content/themes/theme/functions.php on line 414 Warning: Division by zero in /home/customer/www/website.be/public_html/wp-content/themes/theme/functions.php on line 414
Forum: Plugins
In reply to: [Weight Based Pricing for WooCommerce] new order maildid that but stays the same. no change in the mail.
Forum: Plugins
In reply to: [Weight Based Pricing for WooCommerce] new order mailis there a possibility to order an update.. to pay for this change.
Forum: Plugins
In reply to: [Weight Based Pricing for WooCommerce] new order mailno one?
Forum: Plugins
In reply to: [Weight Based Pricing for WooCommerce] translate “Weight(kg)” titleis see in PricingSection.php that it can’t be translated???
<td>Weight(<?php echo esc_html($weight_unit); ?>)</td>