dkance
Forum Replies Created
-
Thanks for responding.
Below you will find the link with image of Profile Picture and First and Last Names which I would like to remove.
https://drive.google.com/file/d/1KjI-yX5di86vZirIp2Qa_tE6zL-zWnTv/view?usp=sharing
Thanks again for the support.
Regards,
Diego
Hi @champsupertramp,
Yes that is the idea.
I am not sure if you can associate a new shortened profile with the same user and how.
Will this shortcode work?
[um_embed_profile user_id="11" form_id="Abbreviated Form"]Thanks,
Diego
Hi,
I found the what the issue was.
The Subscriber User was not able to see other users’ profiles (UM User Roles Settings) and the pages contained profiles so they bounced back to the Home.
Not any more!
Best,
Diego
Hi @champsupertramp,
Thank you so much for the code.
It produced a fatal error. Not sure why, but I inmediately removed it from Snippets.
What might be wrong?
Regards,
Diego
Hi @champsupertramp,
Thanks for the inquiry.
I found a way to partially resolve this issue.
Each Professional User selling her service has a Service/Product page.
When displaying the Professional profile, I also include include a section with the “Buy Now” button for the Service offered.
Regards.
Diego
Hi@champsupertramp,
Thank you for answering.
I am currently using the code snippet suggested for displaying one specific user’s profile.
It works just fine.
Thanks.
Best,
Diego
Hi @champsupertramp,
Thank you for taking the time to respond.
This is the code that I got.
I hope it helps.
global $product; echo apply_filters( 'woocommerce_loop_add_to_cart_link', sprintf( '<a href="%s" rel="nofollow" data-product_id="%s" data-product_sku="%s" class="button %s product_type_%s">%s</a>', esc_url( $product->add_to_cart_url() ), esc_attr( $product->get_id() ), esc_attr( $product->get_sku() ), $product->is_purchasable() ? 'add_to_cart_button' : '', esc_attr( $product->get_type() ), esc_html( $product->add_to_cart_text() ) ), $product );Thanks a lot!!
Regards,
Diego
Hi @champsupertramp,
I contacted the Woocommerce forum and they responded as following:
“It looks like the UM Profile pages are part of another plugin (not part of core WooCommerce). I’d recommend reaching out to the developer of the plugin and check if there is a way to add an Add to Cart button to that particular page”.
Any hint on how I could accomplish this?
I have been stuck with this issue for a while and I do not know how to solve it.
Any support is greatly appreciated.
Regards,
Diego
Hi @maykato,
Thank you for responding.
I actually asked the same question on the UM forum and they suggested me to contact this community.
Any hint to resolve the issue?
Thanks a lot.
Regards,
Diego
Hi @maykato,
Thank you for responding.
I actually asked the same question on the UM forum and they suggested me to contact this community.
Any hint to resolve the issue?
Thanks a lot.
Regards,
Diego
Hi @champsupertramp,
Thank you for the reasonable suggestion.
I will contact the WooCommerce developer.
Best,
Diego
- This reply was modified 4 years, 6 months ago by dkance.
Hi @champsupertramp,
Thank you so much for taking the time to respond.
The meta key is “precio” (number field).
Regards,
Diego
Hi @champsupertramp,
Thank you so much for clarifying.
I added the PHP code to Snippets and it worked just fine (I have a button now).
How do I add to that button the dynamic link to a product page (service) in Woocommerce based on the “price” value entered in the Profile form for each user (Professional offering her services)?
Thanks a lot!
Regards,
Diego