Display attributes in quote table
-
Is there a way to show only one or two attributes from a product, under or inline with the product title, on the ‘request-quote-view’ template?
The template shows wc_ callouts and functions to do such, yet there is nothing displaying on the quotes table page. @version 2.2.7
Tried to add array_shift( wc_get_product_terms(
$product->id,
pa_cartons-count
, array(…into a template and tried
get_attribute(s)
andget_variations_attribute
but the products are all Simple products with only fixed attributes as Woocommerce Attributes (not variations).– Does Yith-raq use custom post_meta for storing values or am I on the right track with get_attributes?
– Is there a trick to getting the attributes to display on the raq table page view, (see ref logged-in link using placeholders for now, to illustrate)? (product single page shows all attributes… we only need two attributes to show under table list “title” (tried ‘woocommerce_cart_item_name’)
The page I need help with: [log in to see the link]
- The topic ‘Display attributes in quote table’ is closed to new replies.