Basic plugin for connecting your Shopify store to a Wordpress site. Features Available:
- Pull through all products.
- Pull through single product.
- Pull through collections.
- Pull through single collection.
- Pull through products from a collection.
There is also support for shortcodes, the following can be used:
[product id="(product_id)"] - This renders a single product on the front end.
[products id="(collection_id)"] - This renders all products belonging to the collection specified.
Here you setup your shop settings, to allow the plugin to connect to your shopify store, fields are:
- Store Name - Your shopify store name
- Store API Key - Your shopify store api key
- Store Password - Your shopify store password key
Please Note: Your shops API Key and Pass Key are generated through a private app on your store, see this doc for info on how to do this
This allows the user to see there abandoned checkouts on there store, if there are abandoned checkouts this feature gives user the ability to send a reminder email notifiying the customer they have abandoned there cart, with a link to continue there purchase.
- Checkout - Shopify generated checkout id
- Date - The date and time they started there Checkout
- Placed By - Customer who started there purchase
- Email Status - If user has already sent them the email or not
- Total - The total pruchase price in there cart
Please Note: Email Status will have a state if the customer has an account on the users Wordpress site
This allows user to generate shortcodes for a Collection or Product, then copy the shortcode and paste it into a text editor on pages etc.
- Collection - List of Collections from there Shopify
- Products - List of products from the selected Collection
- Shortcode - Generated shortcode from either the Collection or Product
- Copy - Copy shortcode just generated