ShopWP image sizing feature

ShopWP Version 1.2.8

Hey everyone!

This week’s release contains a good mixture of bug fixes and feature updates. Notable new features include: image sizing, custom checkout domains, and WordPress.com support! See below for more detail.

๐ŸŽ New Feature: Image Sizing

Let’s say you’ve uploaded product images within Shopify that are very large and want to load smaller versions on WordPress. You can now do this by specifying a width and height for Product images to scale down to. Behind the scenes, we’re using Shopify’s URL filters which means you also get cropping and scaling!

Cropping the image comes in handy when you want your images to have a consistent size.ย To do this, simply set the width and height to the same value and choose an appropriate crop value. “Center” usually works well.

ShopWP image sizing feature

๐ŸŽ New Feature: Custom Checkout Domain

For business owners, one of the most annoying features of the Shopify checkout experience has been the lack of domain customization. Recently Shopify rolled this feature out for all users which ShopWP can also leverage!

If you’re using a custom domain in Shopify and want the ShopWP cart to redirect users to the checkout page with this domain, you can find the new setting within the “Checkout” settings sub nav.
The old ShopWP settings page

Full Changelog

  • ๐ŸŽ New Feature: Added support for WordPress.com
  • ๐ŸŽ New Feature: Plugin setting for custom domain support. If enabled, ShopWP cart will now direct users to the Checkout page using custom domain
  • ๐ŸŽ New Feature: Plugin setting allowing for custom image sizing for Products, Collections, and Related Products
  • ๐Ÿ”จ Fix: Incorrect error message when failing to select the required Shopify private app permissions
  • ๐Ÿ”จ Fix: Missing placeholder images within cart line items
  • ๐Ÿ”จ Fix: “Data too large” error caused by the โ€œreferring_siteโ€ column of the orders table
  • ๐Ÿ”จ Fix: Bug that prevented products from showing when special characters existed inside the product handle
  • ๐Ÿ”จ Fix: “Table missing” error during sync
  • ๐Ÿ”จ Fix: Issue causing connection settings to persist even after disconnecting
  • ๐Ÿ”จ Fix: Automatic sync bug when products are updated in Shopify and but do not already exist in WordPress
  • ๐Ÿ”จ Fix: Bug causing currency code to disappear after selecting a product variant
  • ๐Ÿ“ Update: Reorganized admin settings UI elements
  • ๐Ÿ“ Update: Added new plugin settings sub nav items “Collections” and “Checkout”
  • ๐Ÿ“ Update: Added better icons to plugin settings page
  • ๐Ÿ“ Update: Text inside front-end notices are now centered
  • ๐Ÿ’ป Dev: Removed unused composer vendor packages
  • ๐Ÿ’ป Dev: Updated the shopify-buy SDK to version 1.9.1
  • ๐Ÿ’ป Dev: Started work on the ShopWP REST API
  • ๐Ÿ’ป Dev: Added unit tests for new color feature
  • ๐Ÿ’ป Dev: Added unit tests for new image sizing feature