The following message appears on plugin list page under the “Quick View For Woocommerce“
This plugin is incompatible with the enabled WooCommerce feature ‘High-Performance order storage’, it shouldn’t be activated. https://prnt.sc/1t-H9V8jn_o8
On click of the product image, there’s a jQuery download after a delay. That are buggy
]]>Dear community, dear support,
when opening the quick view modal, the product title gets swallod behind the product picture. Is there a setting to prevent this or how can I fix it with CSS?
Right now I’m manually adding padding- left, but it’s not elegant and might not look good on different screens.
Kind regards,
neverdowork
]]>Hi there,
Is it possible to:
Dear community,
the plugin is working great!
I would like to display a product cart where all informtion (except the title) is being displayed in one row underneath the product image:
`<br>add_action( ‘woocommerce_after_shop_loop_item’, ‘show_stock_shop’, 10 );</li>
</ol>
<p>function show_stock_shop() {<br>global $product;<br>echo wc_get_stock_html( $product );<br>}</p>
<p>2. The price suffix is also created by a snippet:<br>
`function add_price_suffix( $html, $product, $price, $qty ){
$html .= ‘ p/pc’;
return $html;
}`<br></p>
<p>Looking forward to hearing from you!<br><br>Best,<br>neverdowork</p>
<p></p>
<p> PS: the site is still in development, therefore I cannot provide a link<br></p>
Dear community,
the plugin is working great, I would just like to replace the text with an icon.
Is there a way to do this? Perhaps by uploading an icon into the wordpress media and a snippet accessing that icon?
Looking forward to hearing from you!
Best,
neverdowork
How to translate this plugin into another language CORRECTLY? With what extension? And where to put the translation file?
]]>