Hello,
I have a few questions about product listings and customization on wordpress:
Thank you for your help!
]]>Hi,
thanks for the nice PlugIn – it is very helpfully!
But I have a issue with the links to the shop. I use the webseite https://stefan-joachim.de and the following code: [wp-shopify] and [wp-shopify type=”collection” id=”63XXXXXXX493″ limit=”4″ searchfilter=”yes” url-type=”default|shopify”]
The link to the product or to the collection is: https://stefan-joachim.de/product/?id=9690523828573 and this is wrong – I need the link to the shopify shop like: PLAGE|GEIST – VOLLSPINNER – cooles Shirt mit neuem Design – PLAGE|GEIST by Stefan Joachim (185477-5b.myshopify.com)
How can I configure WP Shopify, to solve the issue?
Thanks a lot
Stefan
My products page is working great, it has all my products and links back to Shopify. I’ve created two pages that have collections. One is ‘MicroGreens’ and the other is ‘Mixed Greens’. The pages work, but the links to the products (thumbnails and title links) don’t go to my Shopify products.
These are the shortcodes I’m using:
Microgreens collection
[wp-shopify type=”collection” id=”289981988911″ limit=”12″ url-type=”default|shopify” searchfilter=”no” ]
Mixed Greens collection
[wp-shopify type=”collection” id=”290275098671″ limit=”12″ url-type=”default|shopify” searchfilter=”no” ]
I’m guessing there’s something wrong with my shortcode or the permalinks…
Hope you can help me out!
]]>Hello,
I am developing this on the local app and received the error Warning: Undefined variable $o in?/Users/xxx/Local Sites/xxx/app/public/wp-content/plugins/wp-shopify/inc/functions.php?on line?255
when I preview the page I created.
I created an App from Shopify side –> App and sales channel –> Develop App –> included all permissions into scope –> installed app to get Access Token and other secrets –> Entered all the secrets in the WP Shopify setting page.
In the setting page, for Shopify Domain, I used the store name before .myshopify.com
and after https://
.
Created a page from the WP admin side and used the Text
editor to enter the below code:
<code>[wp-shopify type="collection" id="xxx" limit="4" searchfilter="yes" url-type="default|shopify" thumb-size="default|300"]</code>
Could you suggest what I could be doing wrong? I’m happy to provide more information if needed.
]]>It’s not clear to me whether this token should be generated in the Shopify admin panel or elsewhere. Could anyone go through step by step how this token should be generated?
]]>I’ve put my API credentials in and it’s still telling me to fill all the fields. Trying to us the shortcodes doesn’t work something is genuinely wrong here but I don’t know what.
You mentioned it could be a browser extensions issue so I tried it in another browser that has no extensions because I rarely use it. The same problem occurs.
What am I doing incorrectly?
]]>Steps to reproduce:
/wp-admin/admin.php?page=wp_shopify
You will notice several PHP warnings. If you are developing the site with WP_DEBUG
turned on, you won’t be able to access the page.
Warning: Undefined array key "id" in /.../wp-shopify/inc/functions.php on line 267
Warning: Undefined property: stdClass::$data in /.../wp-shopify/inc/graphql.php on line 219
Warning: Attempt to read property "product" on null in /.../wp-shopify/inc/functions.php on line 276
Warning: Attempt to read property "images" on null in /.../wp-shopify/inc/functions.php on line 276
Warning: Attempt to read property "product" on null in /.../wp-shopify/inc/functions.php on line 287
Warning: Attempt to read property "title" on null in /.../wp-shopify/inc/functions.php on line 287
Warning: Attempt to read property "product" on null in /.../wp-content/plugins/wp-shopify/inc/functions.php on line 299
Warning: Attempt to read property "priceRange" on null in /.../wp-shopify/inc/functions.php on line 103
Warning: Attempt to read property "product" on null in /.../wp-shopify/inc/functions.php on line 308
Warning: Attempt to read property "descriptionHtml" on null in /.../wp-shopify/inc/functions.php on line 308
Warning: Attempt to read property "product" on null in /.../wp-shopify/inc/functions.php on line 311
Warning: Attempt to read property "featuredImage" on null in /.../wp-shopify/inc/functions.php on line 311
Warning: Attempt to read property "url" on null in /.../wp-shopify/inc/functions.php on line 311
Warning: Attempt to read property "product" on null in /.../wp-shopify/inc/functions.php on line 313
Warning: Attempt to read property "handle" on null in /.../wp-shopify/inc/functions.php on line 313
That was with the product shortcode… with the basic shortcode, I get
Warning: Undefined property: stdClass::$data in /…/wp-shopify/inc/graphql.php on line 219
Warning: Undefined variable $o in /…/wp-shopify/inc/functions.php on line 255
Hello. The instalation and activation was fine. The making and installing of the API keys and token was fine. What I have not been able to get to work is the Shortcodes. I made 2 seperate pages as instructed. I have tried all of the examples that were given in settings on the pluggin and nothing. The slug and permalink were set according to instructions. When I am in my wordpress site in the WP Shopify settings under the configeration, there is a link that says go to store…That works fine. Takes me right to a shop page on Shopify. If I could just use a short code that would redirect from my wordpress to Shopify that would be GREAT! Please help, what am I doing wrong or didnt do? Fwi, visuals are great as well as every step for us non-coding people. ?? Thank you.
]]>Hello,
I’m encountering an issue with setting up the WP Shopify on my WordPress site. After carefully inputting all the required information in the plugin’s settings, including Shopify domain, Shopify Private App API Key, Shopify Private App API Secret Key, and Storefront API Access Token, I continue to receive an error message stating: “Please fill in all fields.”
I have checked multiple times to ensure that all fields have been correctly filled without any additional spaces before or after the entries. I also attempted to deactivate other plugins, specifically another Shopify integration plugin (ShopWP), to prevent potential conflicts, but the issue remains.
I’m seeking assistance to resolve this issue, as it hinders the full functionality of the plugin and integration with my Shopify store. Any guidance on how to troubleshoot this error would be greatly appreciated.
Thank you in advance for your time and help.
]]>The app works great on the desktop but on <span style=”text-decoration: underline;”>mobile</span> the images are overstretched on the <span style=”text-decoration: underline;”>product</span> page. I have been editing css and used this
.wp_shopify_product .prod-left
{
max-width: 100%;
float: left;
padding-right: 20px;
height: auto !important;
}
.wp_shopify_product .prod-gallery ul li
{
max-width: 50%;
height: auto !important;
}
but I still cannot get it fixed. Suggestions please. Thank you.
]]>Here is what I did to get the app to work perfectly. The documentation is not exactly clear on how to set this up. I hope this saves others from the research, testing and frustration I had. Maybe the author can update his documentation for clarity.
my wp shopify set up instructions that worked
1. set up all the apis as directed by app
2. set up two new pages on wp site
page #1 set the permalink to shopify and add code [wp-shopify type=”products” limit=”100″ url-type=”default|shopify”]
page #2 set the permalink to product (note there is no s at the end of product in the url) and add code [wp-shopify-product] (this is where product redirect link to shopify store will work)
3. modify layout of pages with css
]]>Hi there,
is it possible to add additional attributes with these shortcodes such as “order” or “orderby” so that it can display the latest products added to Shopify with this Shortcode : [wp-shopify type=”products” limit=”10″]
Also, with the shortcode displaying “collection”, is it possible to display only products and not the Description related to this collection?
Thanks
]]>Product Link Doesn’t Work. I have the parameters set correctly in teh shortcode. I see several other users having the same problem. Did you get this fixed, or should I use another solution? Need an answer ASAP, please.
[wp-shopify type=”collection” id=”167052345379″ limit=”4″ searchfilter=”no” url-type=”shopify”]
]]>Hi, is it possible to show only the main image of the product and not all images?
Second question…how can I translate the “buy now” button into german?
Thank you! ??
I installed the plug in and activated everything, but when I try to get the [wp-shopify-product?id= code to work it only creates one button on the website that says “buy”. Please help, I need to set this up asap.
]]>Instructions embeded in Bluehost WP Shopify do not corelate with actual UI with respect to obtaining seemingly required keys and token. Search of this forum produced similar question, and acknowledgement that it was resolve. NO SOLUTION INSTRUCTIONS IN POST.
]]>I am pulling in products fine to our website – however the cart overlay on the side of the site is missing – any pointers? Is there shortcode for Add to cart?
thanks!
]]>I have been trying to get this plugin to connect to the Shopify store for hours now. I have all of the API’s properly configurated. I have them properly added to the plugin. I have tested the plugin with all security shut off. I have tested it with the basic theme as well. I have also tested it with all plugins turned off too. I have also reviewed several tutorials on integration to ensure that I have not forgot something in the process. I cannot figure out why I am not able to display products.
]]>How do I get the API keys when “my private apps” link is not there after clicking “apps”? Has this been deprecated? does your Plugin still work with Shopify? what am I missing?
]]>Any of shortcodes not works.
Products need to be there https://prnt.sc/X9n0IZ25JMvo
]]>Hi, I just set up a Shopify integration on my client’s website at https://www.feldmanbros.com/shop . I see that the shop came through with the shortcode, but when you click on the product, it redirects to another internal page on the website rather than to the shopify product. Any ideas on how to fix this?
]]>Sorry! I replied to another post – but am starting a new one:
Hi! I love this app but have the same problem! I can’t get the Shopify URL to work, it doesn’t go to the shopify site – I have tried adding the url-type=”shopify” and it still doesn’t go to the Shopify site.
]]>Hi,
We have shopify shop and wants to load on our wordpress site, the problem we can not get bulk price discount by order qty.
Did your plugin work with bulk discount price by quantity order? can it grab that data into wordpress?
]]>Hi! the plugin works great. But I have one little issue, the link of the products does not directs to the actual shopify adddress. how to solve that?
I already tried changing the shortcode to: [wp-shopify type=”products”? limit=”16″ searchfilter=”yes” url-type=”shopify” thumb-size=”default”] and it still does not redirect to the sopify url…
Thanks in advance.
]]>Hello,
I’ve added a shortcode to display products from a collection and the output shows the title of the collection next to the products. How to customize the shortcode so that the title of the collection isn’t displayed anymore, just the products?
Thank you!
]]>Hi i have connected my shopify with wordpress with your plugin and after that i copy the shortcode and pasted it new page and it is not displaying any product. it is just showing a buy now button which redirect to shopify link
]]>I cant seem to get the plugin to work, it seems connected but I have a completely different version compared to the one in the help video, I cant see any products on my WP site, I have a test product set up in shopify, but I can see this – do you have to pay $80 to see this? thanks
]]>I have installed WP Shopify and done all the API settings etc. It appears linked to the Shopify account. But I still don’t have WP Shopify as a separate menu item on my WP menu. It just shows up as a submenu item under settings so I don’t have any of the options to sync it/connect it properly.
Any suggestions on what I have done wrong/how I can get it to show up properly?
]]>Just going through the initial setup process.
I can’t find the “my private apps” link after clicking “apps”
]]>