andrewmrobbins
Forum Replies Created
-
Forum: Plugins
In reply to: [ShopWP] 404 errors on click of productForum: Plugins
In reply to: [ShopWP] 404 errors on click of productOk, in that case would you mind going through the syncing issues steps listed here?
https://docs.wpshop.io/#/getting-started/common-issues?id=syncing-issues
Particularly steps 2-4. Let me know if any of this helps.
Forum: Plugins
In reply to: [ShopWP] 404 errors on click of productHey Gina,
Thanks for brining this to my attention. I’ve gone ahead and fixed the 404 errors on the demo site here: https://demo.wpshop.io/products-example/
The product single pages are disabled by default in version 2.x. This is admittedly not as clear as it should be right now. So if you want to turn these on, you need to do a couple things.
First, go into the plugin settings and click the “Syncing” sub nav. Ensure “Lite sync” is turned off and “Sync posts” is turned on.
Second, go into the Tools tab and use the “Resync Shopify data” button. This will sync your products and as native WordPress posts.
Once the sync is finished, you should see the product single pages working.
Let me know if this helps!
Forum: Plugins
In reply to: [ShopWP] How to display individual product page?Thanks for following up!
Forum: Plugins
In reply to: [ShopWP] Possible to have hover magnify on product detail page?Hey there,
You should be able to enable this within the plugin settings under the
Products
sub nav. The setting is calledShow image zoom
.Let me know if this helps!
Forum: Plugins
In reply to: [ShopWP] Link Products to the listing on Shopify?Yes! You can enable this within the plugin settings under the “General” tab. The settings is called “Products link to Shopify” toward the bottom.
Forum: Plugins
In reply to: [ShopWP] Does the Collections shortcode display products?Great question. The short anwser is no and we’re not doing the best job at documenting this at the moment.
By default, the [wps_collections] shortcode will only show a list of collections without products.
To show products by collection, you instead need to add the single=”true” attribute like this:
[wps_collections title="collection_name" single="true"]
This will also display the collection title and image which many people don’t want either. To hide that stuff, use the
excludes
attribute like this:[wps_collections title="collection_name" single="true" excludes="image, title, description"]
Let me know if this helps. Also, here’s a link to the full list of collections shortcode attributes:
https://docs.wpshop.io/#/shortcodes/wps_collections
- This reply was modified 5 years, 5 months ago by andrewmrobbins.
Forum: Plugins
In reply to: [ShopWP] Random outputHey @pavlok ,
Good question. At moment the plugin does not offer the ability to randomize the output.
The Shopify API which the plugin uses does not provide this functionality. However theoretically this could be done crudely after the products are fetched instead.
I’ve added it to my list of things to look into!
Forum: Plugins
In reply to: [ShopWP] sync questionClosing. Feel free to follow up if you need to.
Forum: Plugins
In reply to: [ShopWP] sync questionHey there. Unfortunately our plugin doesn’t sync or work with WooCommerce at all right now.
If you want to sync the inventory between amazon / ebay and Shopify, then you might be able to do this with a third-party Shopify app.
Usually third-party Shopify apps that customize the inventory functionality will work with WP Shopify as well.
Let me know if this helps!
Forum: Plugins
In reply to: [ShopWP] Error notices and cart icon shortcode not workingClosing due to inactivity.
If anyone experiences this issue, try using the “Remove all Shopify data” tool first, then perform a resync.
Also check for plugin conflicts.
Forum: Plugins
In reply to: [ShopWP] Checkout not working in SafariThis should be fixed in
2.0.13
.Thank for letting me know! @mrwebslinger
Closing due to inactivity.
Forum: Plugins
In reply to: [ShopWP] wp json visible on the websiteFixed since version
2.0.11
.Forum: Plugins
In reply to: [ShopWP] Enable Custom Domain – Not workingClosing due to inactivity.