Select Page

Shopify Apps with very generous free plans

I'm starting a list of Shopify Apps that offer very generous free plans. These are apps I've discovered and I'm adding them to the list as I've come across them. I haven't used every app on this list. I'm just keeping the list for the future to reference. If you know...

Disable Zoom Effect on WooCommerce Images

Use this code courtesy of Divi Kingdom. /** * Disable WooCommerce zoom effect on the product image * @author Abdelfatah Aboelghit * @version 1.0 */ add_action( ‘wp', ‘divikingdom_disable_wc_zoom', 99 ); function divikingdom_disable_wc_zoom() {...