Beskrivelse
A savvy WordPress plugin empowering businesses, creators, and go-getters to sell Shopify products on any WordPress site.
Display a single buy button or a whole list of products with ease. WP Shopify turns your WordPress site into a powerful eCommerce tool. No need to worry about the checkout or cart experience! WP Shopify creates these for you out of the box with no setup needed. Simple and quick eCommerce.
Features
See a live demo of all the features.
- Automatic Syncing
- Shortcodes
- Cart Experience
- Link to Shopify
- Product Detail Pages
- Fixed Cart Tab
- Filter Products
- Sort Products
- Variant Dropdowns
- Image Crop and Sizing
- Range Pricing
- Pagination
- Layout Excludes
- «Out of Stock» Notice
- Sale Notice
- Gutenberg Blocks (Pro only)
- Variant Button Style (Pro only)
- Conditional Cart Loading (Pro only)
- «Left in Stock» Notice (Pro only)
- Search Shortcode (Pro only)
- Storefront Shortcode (Pro only)
- Image Zoom (Pro only)
- Infinite Scrolling (Pro only)
- Cart Notes (Pro only)
- Products Carousel (Pro only)
- Direct Checkout (Pro only)
- PHP Templates (Pro only)
- Sync By Collection (Pro only)
- Dedicated Live Support (Pro only)
- Cross-Domain Tracking (Pro only)
WP Shopify Pro
WP Shopify is also available in a Pro version which includes additional shortcodes, PHP Templates, Gutenberg Blocks, Dedicated Live Support, and much more! Take your eCommerce store to the next level today. Learn more
Links
Installasjon
From your WordPress dashboard
- Visit Plugins > Add New
- Search for WP Shopify
- Activate WP Shopify from your Plugins page
- Create a Shopify private app. More info here
- Back in WordPress, click on the menu item WP Shopify and begin syncing your Shopify store to WordPress.
- We’ve created a guide if you need help during the syncing process
FAQ
Read the full list of FAQ
-
How does this work?
-
You can think of WordPress as the frontend and Shopify as the backend. You manage your eCommerce store (add products, change prices, etc) from within Shopify and those changes sync into WordPress. WP Shopify also allows you to sell your products and is bundled with a cart experience using the Shopify Buy Button SDK.
After installing the plugin you connect your Shopify store to WordPress by filling in your Shopify API keys. After syncing, you can display / sell your products in various ways such as:
- Using the default pages “yoursite.com/products” and “yoursite.com/collections“
- Shortcodes [wps_products] and [wps_collections]
We also save your Shopify products as Custom Post Types enabling you to harness the native power of WordPress.
-
Doesn’t Shopify already have a WordPress plugin?
-
Technically yes but it has been discontinued.
Shopify has instead moved attention to their Buy Button which is an open-source library that allows you to embed products with snippets of HTML and JavaScript. The main drawback to this is that Shopify uses iFrames for the embeds which limit the ability for layout customizations.
WP Shopify instead uses a combination of the Buy Button and Shopify API to create an iFrame-free experience. This gives allows you to sync Shopify data directly into WordPress. We also save the products and collections as Custom Post Types which unlocks the native power of WordPress.
-
Is this SEO friendly?
-
We’ve gone to great lengths to ensure we’ve conformed to all the SEO best practices including semantic alt text, Structured Data, and indexable content.
-
Does this work with third party Shopify apps?
-
Unfortunately no. We rely on the main Shopify API which doesn’t expose third-party app data. However the functionality found in many of the Shopify apps can be reproduced by other WordPress plugins.
-
How do I display my products?
-
Documentation on how to display your products can be found here.
-
How does the checkout process work?
-
WP Shopify does not handle any portion of the checkout process. When a customer clicks the checkout button within the cart, they’re redirected to the default Shopify checkout page to finish the process. The checkout page is opened in a new tab.
More information on the Shopify checkout process can be found here.
-
Does this work with Shopify’s Lite plan?
-
Absolutely! In fact this is our recommendation if you intend to only sell on WordPress. More information on Shopify’s Lite plan
Vurderinger
Bidragsytere og utviklere
“WP Shopify” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
BidragsytereOversett “WP Shopify” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
Full changelog can be found here
3.5.10
- Fixed: Bug in collection single page:
Argument 'sortKey' on Field 'products' has an invalid value
- Fixed: Bug causing product thumbnails to flicker during mouseover
- Dev: Added WordPress 5.6.2 support
3.5.9
- Fixed: Bug causing add to cart button to break when using maxQuantity
- Fixed: Bug causing body to scroll when product modal is open
3.5.8
- Feature: Product details modal (pro only)
- Fixed: Bug causing Storefront page size selection to fail
- Fixed: Bug causing nested sortKey in search component
- Fixed: Bug causing cart.lineItems.maxQuantity to fail when clicking add to cart button continuously
- Fixed: The «Load cart» plugin setting now works again
- Fixed: Bug when encoding product handle
- Updated: Added product thumbnail hover effect
- Dev: Added new JS Action:
after.variants.selection
- Dev: Added new JS Filter:
product.modal.settings
3.5.7
- Fixed: Bug causing 404 pages when full URLs are incorrectly set
- Updated: Temporarily removed visual builder references
3.5.6
- Fixed: Bug in onboarding wizard causing final step to fail
3.5.5
- Feature: Added ability to show variant price below variant buttons on page load
- Fixed: Bug causing some collections to be missed during sync
- Fixed: 404 product page errors caused by default page url’s incorrectly saving domain in database
- Fixed: Bug causing occasional 404 errors after syncing
- Fixed: Bug preventing Product Webhooks from working properly
- Fixed: Bug causing cart icon layout issues with some themes
- Fixed: Bug preventing cart from showing in mobile for some users
- Fixed: Bug preventing pointer-events on cart icons
- Fixed: Excessive padding on product components from themes
- Fixed: Now preventing duplicate posts during the Update or Create webhooks
- Fixed: Bug in HTTP request() method not using correct filter hook for URL
- Fixed: Bug in showSyncByCollectionsNotice function
- Fixed: Bug in free version when using «Remove all synced data» tool. Webhooks are no longer removed.
- Updated: Add the data-wpshopify-is-on-sale attribute to the product HTML
- Updated: Collection single page now exludes product descriptions by default
- Dev: Changed default storefront available_for_sale to
any
- Dev: Added products shortcode attribute:
show_price_under_variant_button
- Dev: Added JavaScript filter
product.title.sanitize
to allow for fixing broken product links when Site Language is not English