I’m using the following plugins elementor, woocommerce, Snippet, woolentor pro & Quantity Plus Minus Button for WooCommerce.
https://paste.pics/05e756a9a389be3234b385e6eaeaad1f
this is some code that I already have in Snippet
add_filter( ‘woocommerce_loop_add_to_cart_link’, ‘quantity_inputs_for_woocommerce_loop_add_to_cart_link’, 10, 2 );
/**
* Override loop template and show quantities next to add to cart buttons
* @link https://gist.github.com/mikejolley/2793710
*/
function quantity_inputs_for_woocommerce_loop_add_to_cart_link( $html, $product ) {
if ( is_user_logged_in() && is_shop() && $product && $product->is_type( ‘simple’ ) && $product->is_purchasable() && $product->is_in_stock() && ! $product->is_sold_individually() ) {
$html .= woocommerce_quantity_input( array(), $product, false );
$html .= ‘</form>’;
}
return $html;
}
This is the code of a single product on my archive page
https://paste.pics/91fe31e1af8cc226c2c2771667d15271
I really don’t know what to do. Contacted my graphic designer But she stated that i may have to give it some time and it may update. But this is frustrating for business. I’ve been researching and I have no clue on how to resolve this.
Can anyone help me because i’m struggling right now?
]]>How to restrict woocommerce shop page access based on user’s role?
Thanks,
James
https://www.ads-software.com/plugins/user-specific-content/
]]>How to restrict woocommerce shop page access based on member’s role?
Thanks,
James
https://www.ads-software.com/plugins/members/
]]>