7o599
@7o599 on WordPress.org
- Member Since: June 10th, 2012
-
Created a topic, Got error (Notice) in PHP 8.0.0, on the site WordPress.org Forums:
Error message: spl_autoload_register(): Argument #2 ($… -
Posted a reply to Deprecated, on the site WordPress.org Forums:
Same here. Some code maybe need to be updated. -
Created a topic, How can I override “wcapf_list_sub_terms” and “wcapf_list_terms”?, on the site WordPress.org Forums:
These 2 functions are wrapped by if (!function_exists)… -
Created a topic, Undefined variable: blog_id in redis-object-cache.php on line 1068, on the site WordPress.org Forums:
I am useing multisite. Showing this error message whi… -
Created a topic, Retina device support, on the site WordPress.org Forums:
Could you please add Retina device support? Thanks! -
Posted a reply to Is there a field like ‘order_status_changed_by’ in the ‘shop_order’ ?, on the site WordPress.org Forums:
Resolved by the code below: add_action('save_post','order_status_updated_by'); function order_status_updated_by($post_id) { $post_type = get_post_type($post_id); if ($post_type !=… -
Created a topic, Is there a field like ‘order_status_changed_by’ ?, on the site WordPress.org Forums:
My store has more than one shop mangers. I would like … -
Created a topic, What privileges are required for changing order statuses?, on the site WordPress.org Forums:
I would like to add a role which ONLY changing order s… -
Created a topic, How to modify wc_processing_order_count function by functions.php?, on the site WordPress.org Forums:
I would like to use wc_processing_order_count count bo… -
Created a topic, Works great, on the site WordPress.org Forums:
And great support. -
Posted a reply to Can not export product attribute NAME, on the site WordPress.org Forums:
@algolplus Hi I have sent this issue to aprokaev@gmail.com. Thanks. -
Created a topic, Can not export product attribute name, on the site WordPress.org Forums:
Only attribute slugs were exported. How to export attr… -
Created a topic, How to set related products found from specific attribute, on the site WordPress.org Forums:
Seems related products are found from category and tag… -
Posted a reply to How to customize the function woocommerce_template_loop_product_link_open, on the site WordPress.org Forums:
@lorro Thank you. -
Created a topic, How to customize the function woocommerce_template_loop_product_link_open, on the site WordPress.org Forums:
I would like to change the function from function wooc… -
Created a topic, How to echo referral link with php or shortcode?, on the site WordPress.org Forums:
Hello, How to echo referral link with php or shortcod… -
Posted a reply to Coupon usage_limit_per_user = 1, but can be applied to more than 1 orders., on the site WordPress.org Forums:
Yes. I agree. It SHOULD be, but not if you follow my steps. That is… -
Posted a reply to Coupon usage_limit_per_user = 1, but can be applied to more than 1 orders., on the site WordPress.org Forums:
Yes. I pretty sure I have set both "usage limit per user" and "usage limit"… -
Posted a reply to Coupon usage_limit_per_user = 1, but can be applied to more than 1 orders., on the site WordPress.org Forums:
You can do anytimes as you want with the flow I listed. -
Created a topic, Coupon usage_limit_per_user = 1, but can be applied to more than 1 orders., on the site WordPress.org Forums:
Here is a flow how I produced this issue. Add some … -
Created a topic, Incorrect text domain?, on the site WordPress.org Forums:
Text domain in "public function woocommerce_coupon_err… -
Posted a reply to Can I use update_post_meta to add meta comes by this plugin?, on the site WordPress.org Forums:
Found from woocommerce-auto-added-coupons/includes/admin/wjecf-admin.php update_post_meta( $post_id, '_wjecf_customer_ids', $wjecf_customer_ids ); -
Posted a reply to Is there anyway to limit coupon usage by login id?, on the site WordPress.org Forums:
Thanks @stuartduff https://wordpress.org/plugins/woocommerce-auto-added-coupons/ can do this for me(restriction by user id). -
Created a topic, Can I use update_post_meta to add meta comes by this plugin?, on the site WordPress.org Forums:
Can I use update_post_meta to add meta comes by this p… -
Created a topic, Is there anyway to limit coupon usage by login id?, on the site WordPress.org Forums:
My store do not require customer's email. Is there any… -
Created a topic, How to run add-to-cart-variation.js after ajax event?, on the site WordPress.org Forums:
I am using Woocommerce Ajax add to cart for variable p… -
Created a topic, Variations not working after Ajax Product Filter filted products., on the site WordPress.org Forums:
I am using this plugin to display variations on the sh… -
Created a topic, Do not display coupons if cart is empty, on the site WordPress.org Forums:
I want to show available coupons on the top page by [c… -
Posted a reply to How to make one time limit coupon code reusable after refund?, on the site WordPress.org Forums:
Thanks Riaan. How can I doing it manually? -
Created a topic, How to make one time limit coupon code reusable after refund?, on the site WordPress.org Forums:
How to make one time limit coupon codes reusable after…