| 开发者 | hosseinkarami |
|---|---|
| 更新时间 | 2026年1月21日 07:09 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/products-showcase/, or install through the WordPress plugins screengit clone https://github.com/HosseinKarami/products-showcase.gitcd products-showcasenpm installnpm start (watches for changes)read_products to the Scopes fieldNote: If you created your app from a merchant store (via Shopify Admin → Settings → Apps → Develop apps), your app automatically uses "Custom distribution" and you won't see other distribution options. This is expected — custom distribution is the correct method for connecting your own store to WordPress. Only apps created from a Shopify Partner account would have multiple distribution options.
Yes, you need an active Shopify store to use this plugin. The plugin fetches product data from your Shopify store via the Admin API.
No, this plugin only displays products. When users click on products, they're redirected to your Shopify store to complete the purchase.
Product data is cached for 1 hour by default (configurable in settings). You can manually clear the cache from the settings page at any time to force a refresh.
Yes! The plugin includes CSS classes that you can target with custom CSS. Advanced users can also override the template files by copying them to their theme.
Yes! If you have WPGraphQL installed, the plugin automatically registers GraphQL types for querying product data in headless/decoupled WordPress setups.
No. The plugin uses intelligent caching to minimize API calls and only loads assets on pages where the block is used. Images are lazy-loaded for optimal performance.
Currently, the plugin supports one Shopify store per WordPress installation. If you need multi-store support, please open a feature request on GitHub.
Click the "Disconnect" button in Shopify Products settings, then reconnect using the OAuth flow with your new credentials. The plugin will automatically obtain a new access token.
Out-of-stock products are automatically filtered by default. Developers can use the prodshow_filter_products filter hook to implement custom product filtering logic.