Title: Spreadplugin problems
Last modified: August 21, 2016

---

# Spreadplugin problems

 *  Resolved [k321](https://wordpress.org/support/users/k321/)
 * (@k321)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/spreadplugin-problems/)
 * Thank you so much for this great plugin! Very much appreciated!
    I have just 
   started using it and I ran into a few problems. If I use your plugin as a single
   shop, it works perfectly 🙂 However, I would like to have a shop page as well
   as several category pages like this: women’s tees kids tees accessories SHOP –
   with all articles
 * I first created the SHOP page using the extended shortcode like this: shop_productcategory
   =””
    Then I went to the kids tees page and adjusted the code to this: shop_productcategory
   =”Kids & Babies”
 * The problem is that the SHOP page shows the kids shirts and the kids page shows
   the entire shop – they are reversed.
    I have tried this about 10 times, cleared
   the cache, etc. It seems to remember the previous settings or something like 
   that. For some reason it displays the women’s category without any problems if
   I use shop_productcategory=”Women” What am I doing wrong?
 * Could it be a compatibility issue with this wordpress version?
 * Also, displaying a single design doesn’t work either e.g.[spreadplugin shop_design
   =”12345678″]
 * PLEASE help!
 * [http://wordpress.org/plugins/wp-spreadplugin/](http://wordpress.org/plugins/wp-spreadplugin/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * (@pr3ss-play)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358730)
 * Show me and please post the code
 *  Thread Starter [k321](https://wordpress.org/support/users/k321/)
 * (@k321)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358758)
 * Hi Thimo!
    Thanks for your quick reply! 🙂
 * [Shop page](http://horseridingshirts.com/shop-2/)
 * Code used:
    [spreadplugin shop_id=”434054″ shop_locale=”us_US” xxxxxxxxxxxxx(
   not sure if I should post all the numbers here)xxxxxxxx shop_limit=”20″ shop_category
   =”” shop_subcategory=”” shop_social=”0″ shop_enablelink=”0″ shop_productcategory
   =”” shop_sortby=”” shop_linktarget=”” shop_checkoutiframe=”1″ shop_designershop
   =”” shop_display=”0″ shop_designsbackground=”0″ shop_showdescription=”0″ shop_imagesize
   =”280″ shop_showextendprice=”0″ shop_zoomimagebackground=”#FFFFFF” shop_design
   =”” ]
 * [
    Kids Tees page
 * Code used:
    [spreadplugin shop_id=”434054″ shop_locale=”us_US” xxxxxxxxxxxxx(
   not sure if I should post all the numbers here)xxxxxxxx shop_limit=”20″ shop_category
   =”” shop_subcategory=”” shop_social=”0″ shop_enablelink=”0″ shop_productcategory
   =”Kids & Babies” shop_sortby=”” shop_linktarget=”” shop_checkoutiframe=”1″ shop_designershop
   =”” shop_display=”0″ shop_designsbackground=”0″ shop_showdescription=”0″ shop_imagesize
   =”280″ shop_showextendprice=”0″ shop_zoomimagebackground=”#FFFFFF” shop_design
   =”” ]
 * Thanks!
    Kerstin
 *  Plugin Author [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * (@pr3ss-play)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358798)
 * but you filled shop_api=”XXX” and shop_secret=”XXX”? Don’t post the numbers, 
   just askin’ 🙂 because everything else looks good!
 *  Plugin Author [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * (@pr3ss-play)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358799)
 * oh and sure put the right shortcode in each page? swap the codes for example?
 *  Thread Starter [k321](https://wordpress.org/support/users/k321/)
 * (@k321)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358815)
 * Hi Thimo,
 * The shop_api and shop_secret are all filled in correctly. Your plugin is displaying
   my products – just not the correct ones.
 * Yes, I did put the correct shortcode in each page. At this stage I have tested
   it about 50 times. Driving me mad because I can’t figure out what is going on.
 * Do you think there are some compatibility problems with the new wordpress version
   or other plugins?
 *  Thread Starter [k321](https://wordpress.org/support/users/k321/)
 * (@k321)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358816)
 * Hi Thimo,
 * I just went through the whole process again.
    First, I created the ‘All Products’
   code with your plugin. The category was set to this: shop_productcategory=”” 
   I put the code in the SHOP page and it displayed perfectly.
 * Then, I went back to your plugin and set the Product Category Option to ‘Kids&
   Babies’ with the code displaying shop_productcategory=”Kids & Babies”
    I put 
   this code in the Kids Horse Tees page.
 * Everything looked fine but when I checked the website, the Kids Horse Tees diplayed
   ALL Products and the SHOP page now displayed the Kids&Babies products even though
   I did not go near it or make any changes.
 * Is it not possible to make several product categories with your plugin? It seems
   like it remembers the second setting and then reverts the original setting to
   that?
 *  Plugin Author [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * (@pr3ss-play)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358818)
 * ah wait.
 * If you want to use a different category on your website, please don’t set product
   category in the spreadplugin settings page.
 * So, for your Kids & Babies page, just extend the shortcode with shop_productcategory
   =”Kids & Babies”, all other pages use a different or empty (empty = all products)
   leave the short shortcode as it is. The extended shortcode will overwrite your
   settings, but if shop_productcategory is not set, the settings will be used 😉
 * In your case:
    1) Spreadplugin settings “Product category” empty 2) Page Kids
   and Babies use code [spreadplugin shop_productcategory=”Kids & Babies”] 3) All
   Products page use only [spreadplugin] 4) …
 * Hope this helps, otherwise let me know and we do a teamviewer session 🙂
 * Cheers
    Thimo
 *  Thread Starter [k321](https://wordpress.org/support/users/k321/)
 * (@k321)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358832)
 * Thanks so much for all your help Thimo!
 * The way you describe the plugin was the way I did it originally but it didn’t
   work.
 * I have now done it again according to your instructions: put [spreadplugin] on
   the SHOP page and manually adjusted the extended code for the Kids Tees page.
 * The result is that the shop page now displays correctly with all the products
   but the kids page also displays all the products instead of only the kids shirts.
 * Somehow, somewhere I seem to be making a mistake.. I will try making categories
   in spreadshirt itself and see if that works. If you have time for a teamviewer
   session that would be great! Thanks!
 *  Plugin Author [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * (@pr3ss-play)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358837)
 * please contact me via email for the teamviewer thing .)
 *  Thread Starter [k321](https://wordpress.org/support/users/k321/)
 * (@k321)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358856)
 * Hi Thimo,
    Where do I find your email please? Kerstin
 *  Plugin Author [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * (@pr3ss-play)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358857)
 * [info@spreadplugin.de](https://wordpress.org/support/topic/spreadplugin-problems/info@spreadplugin.de?output_format=md)
   🙂

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Spreadplugin problems’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-spreadplugin_349cc7.svg)
 * [WP-Spreadplugin](https://wordpress.org/plugins/wp-spreadplugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-spreadplugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-spreadplugin/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-spreadplugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-spreadplugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-spreadplugin/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/spreadplugin-problems/#post-4358857)
 * Status: resolved