2TheMoon
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Real-Time Social-Proof] shortcode for first namealso i want to change map icon to product image
Forum: Plugins
In reply to: [WunderAutomation] cancel order after 1 houri find out what i want..thanks good plugin!
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] CSS Helpwhy i cant do something like this?!!
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] items name in email headerno i still need help)
want to show product name in email subject , for example “$PRODUCTNAMES” Was Sold..Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] items name in email headerbut its still working bad(
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] items name in email headeradd_filter(‘woocommerce_email_subject_new_order’, ‘change_admin_email_subject’, 10, 2);
function change_admin_email_subject( $subject, $order ) {
$products_names = $products_tags = [];foreach ( $order->get_items() as $item ) {
// Get the product tags term names in an array
$term_names = wp_get_post_terms($item->get_product_id(), ‘product_tag’, [‘fields’ => ‘names’]);$products_tags = array_merge($products_tags, $term_names);
$products_names[] = $item->get_name();
}return sprintf( ‘[%s] New Order (#%s): Season: %s, Item: %s from %s %s’,
wp_specialchars_decode(get_option(‘blogname’), ENT_QUOTES),
$order->get_order_number(),
implode(‘, ‘, array_unique($products_tags)),
implode(‘, ‘, array_unique($products_names)),
$order->get_billing_first_name(),
$order->get_billing_last_name()
);
}Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] items name in email headersorry i meaning email Subject
Forum: Plugins
In reply to: [WooCommerce] Change notifications sender nameit was changed….product out of stock coming from @wordpress i need @sitename ((
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] on mobile not correctfrom mobile <1000px
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] on mobile not correcthttps://www.temporary-url.com/D8D9B (temp url, press continue)
– – –
i used
left:-120px;
please find in code and check if 0pxForum: Plugins
In reply to: [WooCommerce] Remove redirection after cart items removecan i just disable this page refreshing every time after removing from cart?
Forum: Plugins
In reply to: [Кнопка ЮMoney] Не работаетЭх, вот бы автоматическое завершение заказа (изменение статуса)
Какие галочки должны стоять в настройках мерчанта вебмани а какие нет
- This reply was modified 4 years, 8 months ago by 2TheMoon.
Можете записать видеоинструкцию? Ну или хотя бы текстом, потому что интерфейс слегка изменился.
Forum: Plugins
In reply to: [WooCommerce] Change notifications sender nameWordPress itself