Problem
On a site I was working on, I had mutiple custom attributes assigned to products and the labels were coming out as “capacity_required” as an example.
Basically the attributes are using the slug name. After debugging the code, I came across this solution:
Under /wp-content/plugins/woo-quick-view-by-beeketing/core/Api/App.php replace lines 140-144 with the following code:
$taxonomy_label = wc_attribute_label( $name, $product );
$product_options[] = array(
'position' => $position,
'name' => $taxonomy_label,
'values' => $option_values,
);
Hope this helps someone and probably needs to be added to the next update.
]]>Hi there!
Do you have somewhere we can check the plugin out in a live environment?
Cheers
]]>Hi,
Is there any shortcode for WooCommerce Quick View (free) plugin?I want to use the quick view in a custom part.The tabs(best Design, Better Seller, New Arrival) displays products that also need the quick view.
Thank You
Hi,
<div class=”bqv–thumbnail” title=”Retro hoodie” style=”height: 408.078px;”>
Height is currently restricted and no class can be set custom css.
Thanks.
]]>Hi,
Is there a translation file?
Close,Quick view,COLORS,SIZES,QUANTITY,PRODUCT DETAILS,See item details,tags,Category… needs to be translated into other languages.
Thanks.
]]>Hi,
First of all thanks for developing awesome plugin for quick view. But there is a little bug. When I click on quick view button it leave the product bottom and the model box jumps to top. The model box should open just above the product.
]]>