njbebop
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Display based on get_option()I figured this out, I wasn’t thinking.
For anyone else with this issue, here is how I solved it…
$sticky = get_option( 'sticky_products' ); foreach($sticky as $prodid){ $postin.=$prodid.","; } $postin=substr($postin,0,-1); echo do_shortcode('[ajax_load_more post_type="wpsc-product" post__in="'.$postin.'"]');
Forum: Plugins
In reply to: [WP eCommerce] Exclude out-of-stock products in category listHey Justin,
I’m really sorry to drop this bomb on you, I’m not sure how far you got into looking into this. We had a meeting this morning and the powers that be decided that they don’t want to hide the out-of-stock products after all.
In the current incarnation of our store (https://raymondleejewelers.net/products), we have the out-of-stock products moved to the back of the products list using custom code I made within the plugin (I tried creating filter in functions.php but it slowed the site down immensely). Unfortunately, with the update, this code does not work anymore. So I’ll have to go back to the drawing board and figure out a way to get this to work on our updated store. If you have any tips, I’m all ears.
Thanks for looking into this for me, and I apologize for any time you spent working on it.
John
Forum: Plugins
In reply to: [WP eCommerce] Exclude out-of-stock products in category listGreat, thanks! If you need any info, please let me know.
Forum: Plugins
In reply to: [WP eCommerce] Exclude out-of-stock products in category listAlso, I am using the Blanco theme. There are some WPSC specific functions in there, but I see nothing that relates to this.
Forum: Plugins
In reply to: [WP eCommerce] Exclude out-of-stock products in category listHey Justin!
Thanks for the quick reply, unfortunately, upping the priority did not resolve it.
If I var_dump $wp_query, they show in the product list page…
["meta_query"]=> array(1) { [0]=> array(3) { ["meta_key"]=> string(11) “_wpsc_stock” ["value"]=> string(1) “0″ ["compare"]=> string(2) “!=” } }
However, there are also some empty meta_key/value elements in there as well. The block above is the last set displaying for each product though.
Forum: Plugins
In reply to: [WP eCommerce] Product Admin Returns Blank PageThe store will be closing shortly. If you like, you can mail me your email directly to [email protected], and I’ll send you the Dropbox link first thing tomorrow morning.
Thanks for your help!
Forum: Plugins
In reply to: [WP eCommerce] Product Admin Returns Blank PageCan I mail you the link?
Forum: Plugins
In reply to: [WP eCommerce] Product Admin Returns Blank PageThe products load fine in our live site using version 3.8.13.3 of WPEC and version 2.9.7.6 of Gold Cart.
These are older versions of WPEC and Gold Cart. We have not updated it exactly because of this issue. Now that we are updating our site deign, I figured it would be a good time to update everything and approach these issues.
Everything on the front and back end work perfectly except for this one issue with the product admin page not displaying the products.
The DB is exactly as it is on the live site, aside from the update that the plugin update does. It ran perfectly in my DEV environment until the plugin update.
I’ll be glad to send you the DB in dropbox. Give me a moment to set it up.
Forum: Plugins
In reply to: [WP eCommerce] Product Admin Returns Blank PageLooks like we’re behind one message LoL..
Here are the results of the WP System Health plugin…
OS Type Linux ************* 2.6.32-431.20.3.el6.x86_64 #1 SMP Thu Jun 19 21:14:45 UTC 2014 x86_64
Server Software Apache
Server Signature
Server Name raymondleejewelers.net
Server Address ********
Server Port 80
PHP Version 5.4.28
Zend Version 2.4.0
Platform 64Bit
Loaded Extensions Core, date, ereg, libxml, openssl, pcre, sqlite3, zlib, bcmath, calendar, ctype, curl, dom, filter, ftp, gd, hash, iconv, SPL, json, mbstring, mcrypt, session, mysql, standard, apc, posix, Reflection, mysqlnd, SimpleXML, soap, sockets, imap, tokenizer, xml, xmlreader, xmlwriter, xsl, cgi-fcgi, PDO, pdo_sqlite, Phar, memcache, OAuth, pdo_mysql, ionCube Loader, Zend Guard Loader
MySQL Server 5.5.37-cll
Memory Limit 512 MB
Server Quota’s: access not permitted or quota not configured.
Server Locale: show detailed ?
date/time
(LC_TIME) C
Load Average: show detailed ?
last 1 minute 34.02
Checkpoints: show detailed ?
Rendering Dashboard
(callback:dashboard)
7.44 %
38.10 MB | Will be passed during generation of this Dashboard Overview.
Textdomains: show detailed ?
WordPress
(textdomain: “default”) File: wp-content/languages/en_US.mo
Translation File missing but not required.File: wp-content/languages/admin-en_US.mo
Translation File missing but not required.total translations
(summary) Loaded Files: 1
Total Size: 402 B
Total Strings: 1Forum: Plugins
In reply to: [WP eCommerce] Product Admin Returns Blank PageThanks for the reply Edward, I was typing the above post when you posted your message. Sorry, I didn’t know that is how you track posts.
Memory limit is at 512M, same with wp-config.
We have no variations, these are one of a kind products with 1 item in inventory.
Our live store runs perfect on the older version.
https://raymondleejewelers.net/products
Thanks for your help, I appreciate it.
JohnForum: Plugins
In reply to: [WP eCommerce] Product Admin Returns Blank PageIf I update the $vars array in function wpsc_query_vars_product_list in admin.php, and change $vars[‘posts_per_page’] from -1 to 2000, the page will load 2000 products at 10 products per page (what I set in options). This is as high as it can go before page crashing.
Forum: Plugins
In reply to: [WP eCommerce] Product Admin Returns Blank PageThis ticket was marked as resolved, however, it has not been. I have been posting updates on progress to find the solution to the issue, but it has not yet been resolved.
It appears the current version is not able to handle over 6000 products in the product admin page. Are there any suggestions/resolutions to fixing this so they can display? The products load fine in our live site using version 3.8.13.3 of WPEC and version 2.9.7.6 of Gold Cart.
Forum: Plugins
In reply to: [WP eCommerce] Product Admin Returns Blank PageIf I add “$orderby_sql .= ” LIMIT 10″;” on line 87 of admin.php in function wpsc_admin_edit_posts_orderby, the page loads with 10 items.
This isn’t a solution, but maybe it will help in it.
Forum: Plugins
In reply to: [WP eCommerce] Product Admin Returns Blank PageI found this post which is exactly related to my issue….
Loading the page in IE returns a 500 error. Could there be too many products trying to be loaded in this version? We have over 4000 products.
Forum: Plugins
In reply to: [WP eCommerce] Product Admin Returns Blank PageWell, back to the drawing board.
I removed the WPEC install, and downloaded/installed a fresh copy. Still the same thing. I restarted browser, restarted the plugin, have all other plugins disabled, and the same thing, blank screen.
Could there be a database issue? When I updated the plugin, it says it updated the DB. Everything works fine on both front and back end except the admin products list.
I’m at a loss here…