Posts Tagged ‘wp e-commerce’

WP Checkout v1.3 Release Notes

WordPress Shopping Cart plugin v1.3 Release Notes

  • WordPress 2.8 Integration & Compatibility

This version of the WordPress e-Commerce plugin is fully compatible with WordPress 2.8.6. Core Changes in Wordpress 2.8. Fixed Compatibility Issues cause by Core changes where Save Button not showing on WordPress Dashboard.

  • Implemented

Shopping cart icon in shopping cart widget.

  • Improvement

jQuery porting from Prototype/Scriptaculous.

  • Implemented

wpautop() for accurate paragraphs on descriptions.

  • Improvement

PayPal improved Shopping Cart and IPN.

  • Added

Thumbnails in ‘Related Products’ section in admin.

  • Added

Cookie duration setting in ‘Configuration’.

  • Bug Fix

Fatal error: Call to a member function delete_all() on a non-object in home/forklift/public_html/wp-content/plugins/wp-checkout/helpers/db.php on line 616. Global variable.

  • Added

Order summary during all checkout steps with shipping, etc.

  • Removed

add_filters(‘the_content’, $content) from product view.php page.

  • Removed

add_filters(‘the_content’, $content) from category view.php page.

  • Removed

$this -> wpimporting() from updatepages() to improve performance.

  • Added

Thumbnail cropping to exact dimensions in ‘Configuration’ for all thumbs.

  • Added

Products loop sorting options (title, date & price). Can be shown/hidden in the “Configuration” section

  • Changed

Change Danish Kroner “k” to “DKK”.

  • Added

South African Rand (R) Currency.

  • Added

Categorize categories bulk action.

  • Added

Delete all products button in “Products” section

  • Bug Fix

Feed validation wpcoauth cookie

Checkout: Payment Methods

« Usage

The WordPress shopping cart plugin has several different payment methods integrated for your use. You may choose which payment methods you want to make available to your customers and configure each payment method individually (where applicable). You can enable and use one or multiple payment methods at the same time. When multiple payment methods are enabled, the customer gets to choose the method on the billing page during checkout.

Continue Reading “Checkout: Payment Methods” »

Digital Downloads : File Upload

When you save a digital download in the “Files” section of the WordPress shopping cart plugin and choose the “File Upload” digital download type, you’ll need to upload a file directly from your computer to the web server. Upon clicking the “File Upload” radio button you will be presented with an HTML file field which allows you to browse your computer.

Where Are Files Saved?

Upon successful upload of a digital download file, the shopping cart plugin will put the file into the “wp-content/uploads/wp-checkout/” directory. The “wp-checkout” folder inside the “uploads” folder will be automatically created when the plugin is initially activated but only if there is an “uploads” folder available and it is writable.

Shopping Cart Widget

The shopping cart sidebar widget provides users/customers with an overview/summary of their current order on your website.

The shopping cart widget also allows you to make use of the Ajax add to basket feature which adds products from a product page or category page directly to the shopping cart using Ajax technology without refreshing the page. You will need to turn this on in the “Settings” section of the plugin though.

Continue Reading “Shopping Cart Widget” »

Wordpress Shopping Cart Plugin v1.0

Initial release of the Wordpress Shopping Cart Plugin.