amir3065
Forum Replies Created
-
this code is not working!
I opened the hooks file in the shipping folder and converted the following codes into comment and the problem was solved.
add_filter( 'woocommerce_cart_shipping_packages', [ $this, 'split_shipping_packages' ] ); add_action( 'woocommerce_checkout_create_order_shipping_item', [ $this, 'add_shipping_pack_meta' ], 10, 4 ); add_filter( 'woocommerce_shipping_package_name', [ $this, 'change_shipping_pack_name' ], 10, 3 );this code not working π
Forum: Plugins
In reply to: [Cart All In One For WooCommerce] add to cart button in archive pageYes, my problem is solved.
ThankfulForum: Plugins
In reply to: [WooCommerce] merge WordPress account email and Woocommerce Billing emailthanks
is there any plugin that automatically turn WooCommerce customers to WordPress users?
In my store, everyone who completes the checkout is registered as a customer in WooCommerce.
In other words, as soon as the customer completes the checkout, he should also register in WordPress.you are awesome π
Forum: Plugins
In reply to: [YITH WooCommerce Points and Rewards] what is user meta pointi founded
{{ customer.meta | key: '_ywpar_points_collected' }}It is very excellent. thank you. I had a suggestion The possibility of rounding the final price is very useful. For example, if the cost was 238125 and 15% was added to it, instead of 273,843.75, it would display the final price of 274,000. It can be optional how many numbers round up (because it may be different in different currency units).Forum: Plugins
In reply to: [YITH WooCommerce Points and Rewards] what is user meta pointI found that
{{ order.meta | key: 'ywpar_points_from_cart' }}displays the points earned from a particular order.
But how can I find the user’s total points?
Something like this{{ customer.meta | key: 'XXX' }}Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] why not support utf-8 in new update?when new update release?
yes, this is enable
all thing in desktop view is ok, but in mobile devices, variable products don’t work.Forum: Fixing WordPress
In reply to: phone number as passwordI need this because users forget their passwords.
no way?Forum: Plugins
In reply to: [Site Reviews] schema problem in tag pagesIs there any solution to this problem?