| | | | |

WP e-Commerce Fix for Broken Product Links

Broken product links? Product link goes to a blank page. Problem: Shopping cart page shows up fine, and products are purchasable. But if I click on the Product’s link to go to that individual product’s page, the link just goes to a blank page. Solution: Click the “Fix Product Group Permalinks’ link in WP e-Commerce’s…

| | | | |

WP e-Commerce – Can’t Edit or Delete Products

Original post: http://getshopped.org/forums/topic.php?id=10542#post-40321 Just to flesh out @reikob’s solution, turn off settings>presentation on “drag and drop” and reset it to sort products by time uploaded. The ability to edit products returns. With the selection to sort products by time uploaded, the drag and drop sort capability for both editing and displaying products remains in force….

| | |

WordPress Tip: Imbedding NextGEN Gallery Into WP e-Commerce Description Field

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…

| | | |

WP e-Commerce Tip: Re-ordering Shopping Cart Products

Problem: I now have 4 products in my WP e-Commerce shopping cart and want to move the 4th product to the first position. Warning: These instructions are from Aug 2010 (which is forever-ago in Internet terms) and may be out-of-date! Solution: On the WP e-Commerce admin page (labeled “Store” in WordPress’s admin), click on the…

| | | | |

WordPress Tutorial: WP e-Commerce v3.7.6.7: Change “P&P” to “S&H” for Shipping & Handling

WP e-Commerce changed where the files to change P&P to S&H are located. The following instructions assume that you have upgraded to this version of WP e-Commerce (v3.7.6.7) and have followed the instructions for upgrading and moving theme folders. *WARNING: Do NOT copy and paste the below code into your files. Please make the recommended…

| | |

WordPress Tutorial – WP e-Commerce: Setting Shipping Rates

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…

|

WordPress 2.8.4 Security Release Upgrade & Plugin Upgrade Errors

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…