jquindlen
Forum Replies Created
-
Forum: Plugins
In reply to: [IDB Ecommerce (wpStoreCart 5)] [Plugin: wpStoreCart] WPStorecart is brokenSounds like a plugin incompatibility. What other plugins do you have loaded?
Thank you for reporting this. I will look into the issue and hopefully have it fixed in the next release (2.0.8)
Thanks taxbax, I’ll look into that ??
The table you query is wp_wpstorecart_products where wp_ is your WordPress database prefix. In PHP it’d be something like:
$wpdb->prefix . "wpstorecart_products"
which I am sure that you know, but I wrote for clarities sake for anyone else who may read this in the future.
Here’s the database schema for wp_wpstorecart_products
primkey int(11) name varchar(512) introdescription text description text thumbnail varchar(512) price decimal(9,2) shipping decimal(9,2) download varchar(512) tags text category int(11) inventory int(11) dateadded int(8) postid int(11) timesviewed int(11) timesaddedtocart int(11) timespurchased int(11) useinventory tinyint(1)
Keep an eye out for version 2.0.6 which is nearing completion, as it polishes the admin interface, fixes several bugs that arise in certain situations, implements some functional improvements, checks for common misconfigurations, and more.
If you come up with some better ways to spit the products out, consider sending them to me or posting them on the forums and I may commit them if they’ll help other users.
Styles, checkout customization, video tutorial integration, and WordPress themes designed specifically for wpStoreCart are next on the agenda development wise in the short term. My goal though is to try to never, ever, break backward compatibility.
In the future, please use our wpStoreCart support forums, as we do not actively/regularly monitor this www.remarpro.com forum at this time. Thanks for checking out our plugin, and feel free to offer feature suggestions at our forum as well.
Forum: Plugins
In reply to: [IDB Ecommerce (wpStoreCart 5)] wpStoreCart Main PageTodd,
Make sure your “main page” has the wpStoreCart shortcode in it. If you are using version 2.0.5 or above it will prompt you to create these pages and automatically insert the shortcodes in them. If you want to do it manually, goto Pages > Edit Pages then find your main page and past this code in it:
[wpstorecart]
Then do the same for your Checkout page, except use this code:
[wpstorecart display="checkout"]
Again, if you’re using wpStoreCart v2.0.5 or higher, you will automatically be prompted to have these two pages created for you.
In the future, please use our wpStoreCart support forums, as we do not actively/regularly monitor this www.remarpro.com forum at this time. Thanks for checking out our plugin, and feel free to offer feature suggestions at our forum as well.
Forum: Themes and Templates
In reply to: THEME: SciEARTH releasedGood advice. I’ll make sure my future themes are widget ready.
Forum: Themes and Templates
In reply to: THEME: MusicJam releasedHa ha. Whoops. Thanks for the linkage pezastic. ??
Forum: Themes and Templates
In reply to: THEME: QGrey releasedYeah, I’m aware my actual blog doesn’t validate, but the theme I released does indeed validate. Good catch on the feed though. I’m going to look into that. Thanks. ??