Hi, calling bp_use_wp_admin_bar() causes an undefined function fatal error (wp-content/plugins/buddycommerce/src/core/users/handlers/class-bc-tabs-helper.php line number 75). Thanks
]]>Have you settings for subscription management ie. renewal and cancel
]]>The private root directory is missing
which plugin do I use or how do I set it up?
thanks
]]>The plugin works almost perfectly except when pressed the top level shop link on the member profile page it returns 404 page.
Any tip to sort the issue.
https://www.loom.com/share/97d63fc0f6154e918fe7df46fa4b3437?sid=e5a51656-b8d4-4edb-817f-ac2759d653e3
]]>Hello, I am curious when you’ll support High-Performance Order Storage (HPOS) feature of Woocommerce?
For larger websites it can have a major impact.
I am looking forward to hearing from you.
]]>Hi there,
I’ve just install your plugin but I can’t edit any address.
If I set addresses as top level nav item, then edit address ends on a 404.
If I set addresses as a sub nav, then clicking on the edit button just displays the addresses again without any form.
BuddyCommerce v1.0.7
WordPress 6.4.2
WooCommerce 8.4.0
BuddyPress 12.0.0 (Major changes)
No error neither in PHP log nor JS console.
Thanks for your help.
Regards,
]]>Hello, can the user create a store and add products?can he create new products?
Thank you
]]>The add-payment-method endpoint shows a 404 error. How do I get this working?
]]>Hello, your plugin looks promising however I notice the last update was 8 months ago.
Is this plugin still supported and fully compatible with BuddyBoss Theme and Platform?
Thank you!
I’m integrating buddyboss with buddycommerce, so we can see the type of membership. but we can only see our membership (current user), how do we get other users to see our membership type, or we can see another user membership displayed on buddyboss profile page..
]]>When account page rediretion to shop tab is active, links to TeraWallet are rebased to schemes based on non-existing profile tabs, not in account page.
]]>im using buddyboss, is there a way to add the WooCommerce menu items to the setting page /directory/me/settings/ instead of the profile page?
]]>Upon install, I get this notice:
Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /wp-content/plugins/buddycommerce/buddycommerce.php on line 52
I am running on PHP8.
]]>Hi
changing the billing address is working fine in our installation, but when I want to change and save the delivery address nothing happens. The new data is not saved.
The plugins are all updated. How can we fix this issue?
]]>How can I integrate some other tabs such as the YITH Account Wallet? This usually shows up the WooCommerce “My Account” section. How can I get this Account Wallet tab synced to BuddyPress?
Thanks! ??
]]>the mobile view for the cart has issue check this link
https://storage.googleapis.com/stacob/2021/06/60ad8de0-buddycommerce-mobile-view-bug.jpg
Hi!
Will you be supporting PHP 8? Tried it but this plugin threw an error and hosed my site, had to revert, which was a shame because it is really fast.
Thank you,
Bruce
]]>Hello how are you?
I am using WPLMS to sell courses, and it uses BuddyPress and Woocommerce.
However, I need to integrate Buddypress fields with Woocommerce.
Does your plugin help me with this?
I would like to make field validations such as the CPF, and e-mail.
It is possible ?
Thanks
]]>Hi – thanks for your plugin
With Buddypress network activated on a multisite
Will / Can user woocommerce account/order/membership/subscription info from various subsites show up in their mainsite buddypress profile?
I have these woo addons on subsites hoping to get them into the primary main site profile
woocommerce
woocommerce membership
woocommerce subscriptions
woocommerce product vendors (marketplace)
thanks
]]>Hi there we are having problem with redirecting to the correct place with the Buddycommerce plugin. Goes to a 404. We are using it in coordination with Buddyboss. I have made a couple of videos below to show you the issue and current settings we are using.
The issue
https://screenrec.com/share/l3INsnPAZF
Our settings and more info:
https://screenrec.com/share/dl6ELTMObX
If you are able to offer some assistance I would be grateful.
Thanks
Paul
Hi there,
I will start by saying I have been using this plugin for a long time and our users really like it ??
I have a small issue that maybe you could help us with.
When editing addresses, the error messages like “incorrect post code” do not show up at the top like they would inside the WC my-account pages. As a result, if there are errors in the new address form, the page just refreshes, the user thinks the address was updated, but of course, it was not.
Do you think it would be possible to fix this?
Let us know
Once again, thanks very much for the great work
Marlon
Hi!
Do not work Auto renew toogle in WooCommerce Subscriptions.
Please fix it!
Thank you!
]]>Hi,
Do you have support for WooCommerce Booking Plugin? If not, could you add it in future releases?
It is quite an important component of the WooCommerce environment.
Thanks
]]>Hi, love the plugin, i’ve used on several sites of mine and it works great. However, I’m using it on a new site of mine and i’m encountering a weird issue where after I login on my login page it doesn’t redirect me to the bp member profile page. Instead I stay on /login. I don’t have any redirects set up and i’ve removed any plugins that could potentially cause a redirect.
I did set up a custom function to redirect specific user roles so that high level user roles could land on the dashboard and redirect subscribers and customers to the my account page. In which I hoped they would ultimately get redirected to the new buddycommerce/bp profile page. They were landing on the orders tab on the profile page like some others who submitted a topic were also experiencing.
I’ve since removed that redirect and am trying to set up buddycommerce without any potential conflicts. I’m also using the woocommerce login shortcode on my /login page, is that how I should be setting that up? Or is there a different/recommended way I should set up a log in page?
thanks
]]>Como permitir que usuário possa definir o valor a ser usado na wallet? Exemplo: Produto R$100,00, saldo wallet R$500,00. usuário deseja usar R$80,00 da carteira e restante em outro meio de pagamento.
]]>Hi.
after login, the user is automatically rediret to orders subtab in shop tab in profile!!!! (how to change that?)
how to change default sub-tab of shop tab?(this is orders now, i want to be subscriptions)
]]>Hey Team,
Your plugin is Fab and integrates very well but I am facing this redirection issue
When I click to Buddypress Profile tab it should open buddy press profile view tab rather it directly opens woocommerce my account orders tab.
After trying all your plugin settings Additionally, I tried following codes to fix the issue:
/** Woocommerce redirect from woo dashboard to orders tab Start **/
add_action(‘template_redirect’, ‘tab_redirect_to_orders_from_dashboard’ );
function tab_redirect_to_orders_from_dashboard(){
if( is_account_page() && empty( WC()->query->get_current_endpoint() ) ){
wp_safe_redirect( wc_get_account_endpoint_url( ‘orders’ ) );
exit;
}
}
/** Woocommerce redirect from woo dashboard to orders tab end **/
/** Buddypress redirect to profile tab Start **/
add_filter( ‘bp_login_redirect’, ‘bpdev_redirect_to_profile’, 11, 3 );
function bpdev_redirect_to_profile( $redirect_to_calculated, $redirect_url_specified, $user ){
if( empty( $redirect_to_calculated ) )
$redirect_to_calculated = admin_url();
//if the user is not site admin,redirect to his/her profile
if( isset( $user->ID) && ! is_super_admin( $user->ID ) )
return bp_core_get_user_domain( $user->ID );
else
return $redirect_to_calculated; /*if site admin or not logged in,do not do anything much*/
}
/** Buddypress redirect to profile tab End **/
Can you help me figure out what possibly be the issue or how can it be fixed?
]]>Hi There
I run a few sites with your free plugin buddycommerce. It has been really useful so thank you. I use Buddyboss along with Woo for most of my sites.
Basically I want to be able to add the custom X Profile fields I create in buddyboss and add them to the woocommerce Registration form at checkout (I only ever use this one and not the My Account reg form). These fields would then automatically fill the profile after registration at checkout. They would only be visible on registration and not on the second visit to the checkout as a customer. Please can you advise if any of your premium plugins could help me to achieve this (preferable) and if not can you let me know if it is something you could create with a custom development service?
Thanks
Paul
I use woocommerce subscriptions. When my users get a out of the box Woocommerce “Your renewal order is complete” email, the “My account Page link” in the email is wrong. The subscription order ID is in the link correctly, just not the username. The image shows where in the email it occurs, and the link below is a sample link: https://site.com/members/john-doe/settings/subscriptions/view-subscription/304251/ The username in the email is what is wrong. It has pulled in another users username and not the one that is getting the email.
Example Image:https://imgur.com/a/YO6Q2I5
]]>Hi,
Do you have any plans to support WooCommerce Smart Coupons?
Thanks,
Richard