andrewmrobbins
Forum Replies Created
-
Forum: Plugins
In reply to: [ShopWP] Syncing failed from Shopify to WordPressThanks for following up about this!
Forum: Plugins
In reply to: [ShopWP] Display single products bugsHey there. This is a known bug that happens when you have more than one product with the same title. If this happens, duplicates will show up on the product single pages.
I have a fix coming in version 2.0.12 later this week, but in the meantime try using variants instead if possible. This will allow you to get around this issue.
Forum: Plugins
In reply to: [ShopWP] Search in shopifyHey there,
The premium version of the plugin comes with a dedicated search component that you can display using shortcodes. Here’s a live demo of it in action:
https://demo.wpshop.io/search-example/
Also, here is a feature comparison chart for the free / pro versions:
https://docs.wpshop.io/#/getting-started/wp-shopify-pro
Let me know if this helps!
Marking as resolved since feature is coming soon.
Forum: Plugins
In reply to: [ShopWP] how can I customise the order of the products?I think what might be happening is the sort order is only applying to current “page” of items. Try adjusting the
page_size
attribute to ensure you don’t have more than one page. Add this to your shortcode:page_size="50"
Forum: Plugins
In reply to: [ShopWP] how can I customise the order of the products?Are you saying the order is reversed? If so, try adding the reverse attribute like this:
products_reverse="true"
Also, you can hide the descriptions and buttons like this:
products_excludes="description, buy-button"
Forum: Plugins
In reply to: [ShopWP] how can I customise the order of the products?Looks like you have a typo in single=”true”. Try this:
[wps_collections title="home" products_sort_by="manual" single="true" excludes="image, title, description"]
Forum: Plugins
In reply to: [ShopWP] how can I customise the order of the products?Sure! Can you post the shortcode you’re using as well as a link to the page?
Forum: Plugins
In reply to: [ShopWP] how can I customise the order of the products?Hey there! As you mentioned, you can only sort the [wps_products] shortcode by the values you listed. You can see them here as well: https://docs.wpshop.io/#/shortcodes/wps_products?id=sort_by
However there is still a way to do this, but you’ll need to use collections instead.
First you’ll need to create a collection within Shopify, and assign the products you want to show with WP Shopify. Then, set the collections sort order to “manual”.
Finally, you’ll then use the [wps_collections] shortcode instead of [wps_products]. Something like this:
[wps_collections title="Your Collection Title" products_sort_by="manual" singl="true", excludes="image, title, description"]
You’ll need to change the “Your Collection Title” to the name you give the collection.
Let me know if this works!
- This reply was modified 5 years, 3 months ago by andrewmrobbins.
Forum: Plugins
In reply to: [ShopWP] Language Translation not reflecting (German Swiss)Hey there, thanks for pointing this out. I’ll be improving the translation system soon.
The tricky part is that much of this text is created via JavaScript, so I need to make the translations there.
Hoping to have it out in a couple weeks.
Forum: Plugins
In reply to: [ShopWP] “Cookie nonce is invalid” Error on All Products@ronydebnath Thanks for helping out!
Forum: Plugins
In reply to: [ShopWP] No Products menu item after successful synhcHey there! The products and collections menu items will only show if you have enabled “Sync posts” and turned off “Lite sync”.
Can you try adjusting these settings and letting me know how it goes?
Hey @anotheropus,
Glad to hear the plugin is working for you.
Where is the [Review This Product!] button that you’re mentioning? I don’t believe the plugin provides this out of the box.
Is this something that you’re adding elsewhere? Can you provide a link?
Forum: Plugins
In reply to: [ShopWP] Error notices and cart icon shortcode not workingHey @erwincutanda
This is usually do to a failed or broken sync. Have you tried resyncing from the Tools tab?
Also, what plugin version are you using?
Forum: Plugins
In reply to: [ShopWP] Product ErrorsThe new
1.3.5
plugin version should fix this.