andrewmrobbins
Forum Replies Created
-
Forum: Plugins
In reply to: [ShopWP] Import Orders & Compatible with Marketplace PluginHey there,
Unfortunately at this time WP Shopify does not integrate with third-party Shopify apps found at: https://apps.shopify.com/
Working to add this support in a future plugin version.
- This reply was modified 5 years, 8 months ago by andrewmrobbins.
Forum: Plugins
In reply to: [ShopWP] Problems with syncingHey Wayne, I know we were talking about this via email … did you manage to solve the issue?
Sometimes this can also occur if your WordPress site has basic authentication enabled or if the site is password protected.
Forum: Plugins
In reply to: [ShopWP] Displaying productsHey there,
Unfortunately WP Shopify does not integrate with WooCommerce at this time. We are looking to add support in the future.
Have you taken a look at our displaying page here? https://wpshop.io/docs/displaying/
Let me know if this helps!
Forum: Plugins
In reply to: [ShopWP] Getting an Error During Sync@stoi2m1 Hey Jesse,
I’m unable to release a new version right now, but I’ve pushed out a hotfix to the current version of the plugin (1.3.4). Can you please try reinstalling to see if that fixes the issue?
Forum: Plugins
In reply to: [ShopWP] Not synchingGreat! Reach out again if you need help. Thanks for following up on the thread.
Forum: Plugins
In reply to: [ShopWP] Error: The syncing process was manually canceled early.Hey guys. I’ve pushed out a hotfix to the current version of the plugin (1.3.4). Can you please try reinstalling to see if that fixes the issue?
Forum: Plugins
In reply to: [ShopWP] Bold App Data not Sync@shahbrijesh1992 Thanks! I’ll try taking a closer look at that specific extension over the next couple weeks.
Forum: Plugins
In reply to: [ShopWP] Bold App Data not SyncHey there,
Unfortunately WP Shopify is unable to sync the data from the Bold Shopify extensions at this time.
The main reason is because we only have access to the native Shopify API data. Bold stores their meta data outside of the Shopify API which prevents us from accessing it.
I’m currently looking into a solution for the 2.0 release of the plugin.
Forum: Reviews
In reply to: [ShopWP] Outstanding! Above and Beyond!@valkolimark Thank you for such a kind review. If you need anything else don’t hesitate to reach out again, happy to help!
Forum: Plugins
In reply to: [ShopWP] Order HistoryClosing
Forum: Plugins
In reply to: [ShopWP] Footer says is proudly powered by WordPressThe above functions will resolve this issue.
Forum: Plugins
In reply to: [ShopWP] Failure to connectThanks for letting everyone know how you fixed it!
Forum: Plugins
In reply to: [ShopWP] Order HistoryHey there. At the moment, the Pro version does allow you to sync the order and customer data, but leaves it up to you for displaying or manipulate that data. So no direct account integration at the moment.
In version 2.0 (which I’m working on now), you’ll be able to create native WordPress users from the Shopify customer data, and then connect that to their order history.
I’m aiming for an April 1st launch of WP Shopify 2.0 ??
Forum: Plugins
In reply to: [ShopWP] Sync fails when basic auth is usedForum: Plugins
In reply to: [ShopWP] Footer says is proudly powered by WordPressHey @rcbthree ,
The plugin uses a named get_header and get_footer calls within it’s template files. The calls look like this:
get_header('wps');
get_footer('wps');
So to get your theme’s header and footer to show within the plugin’s template files, you’ll want to add a footer-wps.php and header-wps.php to your theme.
Give that a shot and let me know how it goes.