andrewmrobbins
Forum Replies Created
-
Forum: Plugins
In reply to: [ShopWP] Shopify paymentHey @imskyblue
Yes we have a free version (which is the page you’re viewing now) and Pro version here: https://wpshop.io/purchase
The plugin requires an active Shopify plan, but it does work with the Shopify Lite plan as well.
Forum: Reviews
In reply to: [ShopWP] UsefulHey there, sorry to hear that you’ve had a bad experience with the plugin. I just got back from the holiday vacation so there has been a delay in communications.
Regarding the syncing issues, sometimes these can be resolved by setting the
Items per request
setting to 20 and turning onSynchronous requests
. This will perform the syncing process using an alternative method which can overcome various web hosting restrictions.If you decide to reconsider the plugin, I’ll be happy to help you through any issues you have personally. Feel free to shoot me an email here and mention this review: [email protected]
Wish you the best!
Forum: Plugins
In reply to: [ShopWP] Cart Images linking incorrectlyCan you try deactivating all your other plugins for me to see if the products loads again? Also try toggling to another theme as well temporarily.
Forum: Plugins
In reply to: [ShopWP] The images of the products do not appear anymoreSorry, try this CSS instead:
img.lazyload:not([data-original]).wps-product-image { display: block; visibility: visible; }
- This reply was modified 5 years, 2 months ago by andrewmrobbins.
Forum: Plugins
In reply to: [ShopWP] Make product clickable to Product detail pageHey there!
Can you confirm a few things for me?
1. Make sure that you don’t have
Disable default pages
enabled within the plugin settings. You can find this under the “general” sub nav.2. Be sure that “Lite sync” is not enabled under the syncing settings. If it is, uncheck and turn on “Sync posts” instead. Then, perform a manual resync of your data from the Tools tab. This will create posts from your products.
3. Go into your permalink settings under Settings -> Permalinks and click save. This will flush your rewrite rules.
Let me know if this helps!
Forum: Plugins
In reply to: [ShopWP] One collection not showingHey there,
When I visit your link, I’m seeing products below the “Live Bees” heading. I’m assuming this is what you’re after?
Can you confirm a few things for me?
1. Make sure that you don’t have “ Disable default pages” enabled within the plugin settings. You can find this under the “general” sub nav.
2. Be sure that “Lite sync” is not enabled under the syncing settings. If it is, uncheck it and turn on “Sync posts” instead. Then, perform a manual resync of your data from the Tools tab. This will create posts from your products.
3. Go into your permalink settings under Settings -> Permalinks and click save. This will flush your rewrite rules.
4. Clear both the plugin cache and your browser cache.
Let me know if this helps!
Forum: Plugins
In reply to: [ShopWP] Syncing Issues with ShopifyHey Ahmar,
I responded to your answer in the other thread you made. I’m going to close and resolve this one.
Forum: Plugins
In reply to: [ShopWP] Syncing stuck in an infinite ajax loop at 99%Hey there, thanks for the questions.
A. Try going into the plugin settings and adjusting the
Items per request
to 25. Also turn onSynchronous requests
. Once these are changed, go into the Tools tab and perform a manual resync.B. Yeah, if the syncing doesn’t finish then the webhooks won’t connect. However, you can connect them manually by going into the Tools tab and using the
Reconnect Automatic Post Syncing
button. Make sure that you have theEnable auto post syncing
setting enabled within the Syncing sub nav before doing this.Let me know if this helps!
Forum: Plugins
In reply to: [ShopWP] The images of the products do not appear anymoreHey there,
Try adding this CSS to your theme. It should make the images appear again.
img.lazyload:not([data-original]).wps-product-image { display: block; }
- This reply was modified 5 years, 3 months ago by andrewmrobbins.
Forum: Plugins
In reply to: [ShopWP] Cart ErrorCan you try switching to a different theme for me? Does the cart still load at the bottom?
Forum: Plugins
In reply to: [ShopWP] Pro Version breaking Divi theme builderHey there!
Are you able to provide me with either a screenshot or a link of how the header / footer looks before the sync, and how it looks afterwords?
Forum: Plugins
In reply to: [ShopWP] Cart Images linking incorrectlyTry deactivating the plugin and reactivating. That should force WP to check for an update.
I should have
2.1.2
out soon.Forum: Plugins
In reply to: [ShopWP] Cart Images linking incorrectlyHey there!
In the next plugin update (
2.1.2
), you’ll be able to customize this image link using JS hooks in your theme. The hook you can use will look like this:wp.hooks.addFilter("cart.lineItems.link", "wpshopify", function(defaultVal, lineItem, cartState) { return "/your-custom-page"; });
I’m aiming to have the update out today or tomorrow.
- This reply was modified 5 years, 3 months ago by andrewmrobbins.
Forum: Plugins
In reply to: [ShopWP] Single Product pageHey there.
The product single page can be customized using the Pro version of the plugin.
Using Pro, you can override the product single template file within your theme and make any customizations you need.
Can you tell me more about the product tabs? I’m not sure what you mean by those.
Forum: Plugins
In reply to: [ShopWP] Syncing Issues. Freezes site