WP e-Commerce + SlideDeck Conflict
Problem: Can’t edit WP e-Commerce products.
Solution: Temporarily deactivate SlideDeck plugin for WordPress, make changes to WP e-Commerce products, then re-activate SlideDeck plugin.
Problem: Can’t edit WP e-Commerce products.
Solution: Temporarily deactivate SlideDeck plugin for WordPress, make changes to WP e-Commerce products, then re-activate SlideDeck plugin.
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
NOTICE! The example below is extremely old (from 2010). The solutions probably won’t work anymore. WP e-Commerce v3.7.6.9 (the latest stable version available, downloaded Sept 18, 2010) WordPress v3.0.1 Testing done in PayPal Sandbox & on live site (once Sandbox testing proved successful) Themes tested: 1) WP Twenty Ten 1.1; 2) Thematic 0.9.6.2; 3) Thematic…
Custom postcards: Pfilates, Dr Bruce Crawford Postcard size / postcard dimensions: 8.5 x 5.5 Postcard design: Full-color front & backs Try our postcards printing today and get to see the quality of Online Color Printing at PsPrint. Superior value at a fraction of the cost!
Upgraded to WordPress 2.8.4 Security Release on reidwalley.com/wordpress Also upgraded all plugins, with the following 2 fatal errors: 1. WP E-Commerce 3.7 plugin (When upgrading to 3.7.1) Fatal error: Out of memory (allocated 32243712) (tried to allocate 65771 bytes) in /homepages/30/d119280860/htdocs/reidwalley/wordpress/wp-admin/includes/class-pclzip.php on line 3846 2. GD Star Rating 1.5.4 plugin (When upgrading to 1.6.1) Fatal…
Problem: Can’t embed NextGEN Gallery short code (eg: [ nggallery id=1 ]) into WP e-Commerce’s product description field. Partial solution (for version 3.7.7 only): File location: wp-content/plugins/wp-e-commerce/wpsc-includes/wpsc_query.php Line 278 Replace the return statement: return wpautop(wptexturize( wp_kses(stripslashes($wpsc_query->product[‘description’]), $description_allowed_tags ))); WITH: $description2 = wpautop(wptexturize( wp_kses(stripslashes($wpsc_query->product[‘description’]), $description_allowed_tags ))); $description2 = apply_filters(‘the_content’, $description2); $description2 = str_replace(‘]]>’, ‘]]>’, $description2); return…
Setting a shipping rate that correctly displays in both the shopping cart AND the sidebar Widget! Step 1: WP e-Commerce Admin > Settings > Shipping: In the General Settings section, set Use Shipping to Yes and type ZIP code in the Base Zipcode/Postcode box. Then tick the check-box next to Flat Rate in the Shipping…
Problem: Duplicate products were being displayed when using the productspage shortcode on a Page. Solution*: Remove any duplicate product_id rows in the wp_wpsc_product_order table in phpMyAdmin. *This solution worked in my case. It may not work in every situation. Running: WordPress 3.0.1 WP e-Commerce 3.7.6.7