WooCommerce Brands #30017
roboes
started this conversation in
Feature Request
WooCommerce Brands
#30017
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
What problem is your feature request going to solve? Please describe..
With WooCommerce 9.6, the "Brands" feature has moved out of beta and is now automatically enabled for everyone. As a result, Elementor should introduce a new "Product Brand Name" element that directly retrieves brand information from the product. Additionally, a condition for display settings should be added, allowing users to specify whether the
Product Brand Name
is empty, not empty, etc.Describe the solution you'd like.
Simply add this feature natively to Elementor since it is new, out of beta, and enabled for everyone with WooCommerce 9.6.
Describe alternatives you've considered.
To enable this feature, I created a
shortcode
that retrieves theProduct Brand Name
for a given product:However, Elementor's Display Conditions do not recognize a
shortcode
as a valid condition. To work around this, I mirrored the output of theshortcode
into a custom field namedproduct_brand_name
. This custom field can then be used inDynamic Tags
to display the "Product Brand Name" accordingly:Additional context
No response
Agreement
Beta Was this translation helpful? Give feedback.
All reactions