Variation Limit Makes Shop Not Load
-
I created this website for a company who sell decorated ceramic articles, the oval shape product I have linked only works through the use of this code snippet:
`function gt_wc_ajax_variation_threshold( $qty, $product ) {
return 500;
}add_filter( ‘woocommerce_ajax_variation_threshold’, ‘gt_wc_ajax_variation_threshold’, 10, 2 );`
This has been working fine for some time, It wasn’t until a recent update which showed that when a user is logged in, and they are assigned a trade account using “User Role Editor” and “Payment Gateways by User Roles for WooCommerce” so that we can have trade prices for B2B.
Since the recent update the woocommerce shop widget doesn’t load for the user and there page is left blank as shown here: https://imgur.com/a/Rm97Efp
I’m not sure why this is happening all of a sudden, please inform me on how to fix this issue.
The page I need help with: [log in to see the link]
- The topic ‘Variation Limit Makes Shop Not Load’ is closed to new replies.