Plugin Directory

FoxyPress

FoxyPress is a FREE shopping cart and product management tool that integrates with FoxyCart's e-commerce solution to help you get your store up a

0.4.3.1

  • Feature: Added an open source Zoom tool for product images. See release notes for details.
  • Update: We fixed a couple of places we had "wp-content" hard coded. This was hindering certain security plugins from working.
  • Bugfix: Validation for adding items with options where many products exist on a single page was not functioning. Single product view was fine.
  • Bugfix: Ajax file for status management had some concatenation issues regarding line breaks.
  • Release notes : http://www.foxy-press.com/blog/2013/05/16/foxypress-0-4-3-1/

0.4.3.0

0.4.2.9

  • BugFix: #5 - Addressed URL verification for redirect URL in the foxypress-affiliate.php file. The url is being checked with esc_url.
  • Update: WordPress 3.5 Media Upload fix.

0.4.2.8

  • Security Breach Listing: http://secunia.com/advisories/51109/
  • Security Fix: #4 - Addressed POST variables sanitization by calling filter() on all REQUEST/GET/POST data in affiliate-management.php.
  • Security Fix: #5 - Addressed URL verification for redirect URL in the foxypress-affiliate.php file. The url is being checked with esc_url.

0.4.2.7

  • Security Breach Listing: http://www.waraxe.us/advisory-95.html
  • Security Fix: 1 - Addressed file extension issue. Upload cannot occur unless it is a valid extention (.jpg,.jpeg,.gif,.png,.zip)
  • Security Fix: 2 - The table name is now a part of the documenthandler.php instead of being passed by POST variables
  • Security Fix: 3 - Row is queried before assigning variables to the page. ID is checked for numeric as well. User is redirected if invalid.
  • Security Fix: 4 - ID is checked for is_numeric before querying.
  • Security Fix: 5-1: checked for valid ORDER inputs.
  • Security Fix: 5-2: checked for valid banner ID, redirect with warning message if not found.
  • Security Fix: 5-3: checked for valid affiliate ID, redirect with warning message if not found.
  • Security Fix: 6 - Clean and filter all POST submitted data.
  • Security Fix: 7 - ID is checked for is_numeric before querying. GET data is cleaned and filtered.
  • Security Fix: 8 - Clean and filter all GET data.
  • Security Fix: 9 - Clean and filter all POST/GET data.
  • Security Fix: 10 - Clean and filter all POST/GET/REQUEST data.
  • Security Fix: 11 - This is not a problem. We intentionally allow users to redirect to any site they want so that the FoxyPress affiliate ID can be tracked.
  • Security Fix: 12 - Inventory.csv is now deleted after a successful import.
  • Security Fix: 13 - Clean and filter all GET data. Check for valid banner in place. If banner is not found, delete is not performed and user is redirected.
  • Security Fix: 14 - Clean and filter all POST/GET/REQUEST data.
  • Security Fix: 15 - Clean and filter all POST/GET/REQUEST data.
  • Security Fix: 16 - Clean and filter all POST/GET/REQUEST data.
  • Security Fix: 17 - Clean and filter all POST/GET/REQUEST data.
  • Security Fix: 18 - Clean and filter all POST/GET/REQUEST data.
  • Security Fix: 19 - protected the ajax.php file with a check for if the ABSPATH is defined.
  • Security Fix: 20 - Cleaned up all errors

0.4.2.6

0.4.2.5

  • Bugfix: FoxyCart 1.0 support includes were not including correctly. This has been resolved.
  • Bugfix: PHP short tags were still present in a few files. This has been resolved.
  • Bugfix: wp_enqueue_script() error has been resolved. WP 3.3 compatibiliy issue. This has been resolved.
  • Bugfix: FoxyPress settings page was not saving the single sign on option. This has been resolved.

0.4.2.4

  • Bugfix: Localization method had an error in one file causing a warning.

0.4.2.3

  • Feature: Product Options now support images - we recommend reading release notes
  • Feature: Support for Beta users of FoxyCart 1.0
  • Feature: Template caching now supports FoxyCart 1.0 TWIG standard templates
  • Feature: Localization Support - English language file is now in your /languages subfolder if you'd like to contribute!
  • Feature: Language files available for German, Russian, and Ukrainian.
  • Feature: Added company field for billing and shipping address to order management edits and packing slips.
  • Feature: Added item image to "Sort Category Items" page.
  • Bugfix: Order management images were pulling incorrectly if you didn't have a featured image.
  • Cleanup: Made the UI of the "product options" area a bit cleaner.
  • Cleanup: Did some code cleanup on different areas for compatibility on lower PHP versions and subfolder installations.
  • Release notes available here

0.4.2.2

  • BugFix: Fixed Uploadify Security Issue that was brought to our attention. Locked down uploadable types to just images.

0.4.2.1

  • BugFix: Fixed IE8 issue found in order management when changing statuses. If you use IE8 or lower and you changed statuses on orders since the last release of 0.4.1.1, you might need to search for those orders and fix the transaction status. Contact us if you need additional help.

0.4.2

  • Feature: Import/Export now supports images and all product options.
  • Feature: Affiliate Management - administrators can now upload banners for their affiliates. Tutorial - These can be shown on the Affiliate stats page through our API. Tutorial
  • Feature: Customize your Affiliate Emails for approving a user Tutorial
  • Upgraded to jQuery 1.6.4
  • BugFix: Fixed some jQuery in affiliate stats page to be more compliant with other jQuery tools.
  • Release notes available here

0.4.1.1

  • Feature: Modified status change in order management details to be an AJAX call rather than full postback.
  • Feature: Added breadcrumb area above transaction details for easy navigation back to previous status.
  • Feature: New KnowledgeBase articles available here.

0.4.1

  • Feature: Added the ability to use placeholders in Status emails.
  • Feature: Added functionality to the API to allow querying of affiliate statistics
  • Bugfix: Mail function is now pulling WordPress admin email and blog name for all FoxyPress generated emails.
  • Release notes available here

0.4.0.2

  • Feature: Added additional sortable columns in the affiliate management datagrids. First Name, Last Name, total $ due, and total commission made.
  • Feature: Set the number of affiliates in grid to 20.

0.4.0.1

  • Bugfix: Fixed some bugs in the datafeed.

0.4.0

  • Feature: We've added some support for our theme panel. You will want to upgrade to the latest version in order to use themes properly.
  • Release notes available here

0.3.8.1

  • Bugfix: The datafeed was corrected so that the new feature to push orders automatically without syncing now works.
  • Bugfix: foxypress_Mail was not sending a subject unless SMTP was used. This has been corrected.
  • Update: New API method foxypress_GetUserTransactions was modified to allow for $type to be left blank so all orders can come through.
  • Update: FoxyPress User Portal Sample file updated. Download the example file here
  • Release notes available here

0.3.8

  • Feature: We added the ability for affiliates to receive refferal payouts in dollar amounts or percentages per transaction
  • Feature: We added a user portal that contains your order history. Read release notes.
  • Feature: New API Methods available for User Transactions. Documentation will be up shortly here.
  • Update: Added some documentation to the Manage Category page
  • Release notes available here
  • User Request/Voting available here

0.3.7.2

  • Feature: We added the ability to have the hour and minute for sale and availability start/end date.
  • Update: Updated the GetProducts function parameter and query to be more logical.
  • Update: Updated the jQuery UI version and smoothness css file.

0.3.7.1

  • Bugfix: Fixed a quantity logic bug.

0.3.7

  • Feature: Ability to send out a coupon code either static or random with a product purchase
  • Feature: Ability to trigger an email from Manage Emails area when a product is purchased. Custom fields are not allowed, only those in the legend.
  • Feature: New Report to view orders containing a coupon by product code - useful for tracking who you sent coupon codes to.
  • Bugfix: Fix for negative quantities received from Consolibyte Connector
  • Release notes available here

0.3.6.3

  • Feature: Affiliate management now lets you set a discount amount that your customers will see when viewing products through affiliate link.
  • Feature: Added product options into packing slip, when available.
  • Feature: Added shipping options into packing slip.
  • Bugfix: Packing slips weren't using the shipping name when available.
  • Release notes available here

0.3.6.2

  • Bugfix: Affiliate management query fix for multi-sites.

0.3.6.1

  • Feature: If you are using Consolibyte's QuickBooks integration, you can now send QuickBooks inventory quantities back up to FoxyPress
  • Feature: Affiliate users can now have avatars - courtesy of Uploadify
  • Bugfix: Multi-site users could have experienced some warnings about our blog install method based on their PHP settings. This is resolved.
  • Upgrade notes available here

0.3.6

  • Feature: Inventory Import from CSV file now supports images.
  • Feature: Order Management fields added: credit card type, rma number
  • Feature: Email Template Management available - read details here
  • Feature: Affiliate Management is now multi-site friendly. Read details for upgrade here
  • Bugfix: Sale Price was saving 0.00 on default. Should save blank if not provided now.
  • Bugfix: Order management detail screen was using customer name at all times, instead of possibly different ship to name.
  • Update: Keep Products on uninstall is now checked by default
  • Update: Small UI enhancements

0.3.5.3

  • Feature: Template caching update to include text and html email receipt subjects.
  • Feature: Affiliate commission type available. Pay Affiliates by a dollar amount or percentage rate per transaction.

0.3.5.2

  • Feature: Support for FoxyCart Version 0.7.2 to accommodate FoxyCart's latest public beta.
  • Feature: Template Caching (must be using store version 0.7.2)
  • Feature: Affiliate user now receives an email upon marking an order paid.
  • Feature: FoxyCart 0.7.2 Subscription DataFeed implemented

0.3.5.1

  • Update: Minor styling changes to the affiliate management pages
  • Bugfix: Some installs/servers were having problems with implode() function.

0.3.5

  • Added ability to set users as affiliates, assign commission, and generate clicks/views.
  • Added ability for new users to request affiliate status
  • API Mod: foxyPress_GetProducts has been extended. View notes here.
  • Bugfix: Bulk packing slips now use the custom message entered in the Settings page.
  • Bugfix: Added a WP-Config definition for if you're using a sub folder install.
  • View the release notes here

0.3.4

  • Per user request, we've added a packing slip wizard to be used for partial orders. Handy for returns or back-ordered items.
  • Product grid can now be sorted by additional product attributes
  • HMAC Form Code added - no more form tampering : Courtesy of Brett from FoxyCart
  • Additional setting added to Manage Settings Page to control if our default FoxyPress stylesheet is included.
  • Per user request, SMTP Mail settings added to Manage Settings Page - useful for overcoming server relay trouble.
  • Added Quantity available in the product grid - hide from screen options if you do not need this.
  • Bugfix : New products now have the default category applied.
  • Bugfix: Showing correct price/sale price on manage products page now.
  • View the release notes here

0.3.3

  • WordPress Multi-site support - very important to read release notes on this.
  • Single Sign On Support for FoxyCart
  • Products are now custom post types - new look and feel
  • Inventory Management - utilizes WordPress grid for sorting/searching/quick and bulk edit
  • Ability to upload a featured product image
  • Ability to upload an image for a specific category
  • Added new option for image gallery management - can have lightbox, colorbox, or change in placeholder
  • We now have an API available so custom page templates can be created, as well as other functionality. Check documentation in the release notes.
  • New shortcode for a search module. [FoxyPress mode='search']FoxyPress[/FoxyPress], as well as API method.
  • Subscription support to view/manage them, as well as create them as new products.
  • Order management "uncategorized" status is now "processing" and is editable
  • Added a new report for viewing order totals by product code
  • Status Management Email body is now a WYSIWYG editor
  • Default Category provided with FoxyPress is "Default" to match your FoxyCart store
  • FoxyPress Wizard is now available for first time users to help you get started easier.
  • Added documentation for API and entire functionality of FoxyPress
  • Added new FoxyPress templates throughout Demo Store for slider and daily deal functionality.
  • Added conversion tool to transfer all inventory into native WordPress tables.
  • View the release notes here

0.3.2

  • Added the ability to edit product options, instead of deleting for every change
  • Added ability to optionally monitor inventory on a product option level. Some limitations exist here, so please read the change log in full.
  • Added an informational dashboard widget per forum request to display some quick stats about your cart. Ability to enable/disable is found in the Manage Settings page.
  • Added Lightbox as an option for photo gallery display. This fixes a few conflicts that were occurring.
  • Ability to have sale pricing on items and schedule the sale availability (start/end date).
  • Start and end date availability for a product is now available, along with the ability to mark an item as inactive in general.
  • Out of stock items and unavailable/inactive items now have customized messages that are available for editing on the settings page.
  • Restructured the html for a few shortcodes. You can see the updated documentation for CSS styling here.
  • View the release notes here

0.3.1

  • Added support for multiple currencies
  • Made the item description for inventory items a WYSIWYG editor (line break issue resolved)
  • Added extra weight to the product options panel
  • Allowed for price and weight reductions in the options panel, instead of additions only
  • We had a table prefix issue, but changed code so you can have custom table prefixes
  • Added shortcode modifications for a quantity box
  • Added shortcode modifications for ability to show add to cart on list category mode
  • View the release notes here

0.3.0

  • Added support for the clean svn repository method by using plugins_url() instead of hardcoding the plugins folder
  • Added inventory levels and alert settings
  • Added multiple datafeed support
  • Added ability to re-order photos per product
  • Added minimum and maximum product amount available per product
  • Fixed a few random bugs brought to our attention by our users
  • View the release notes here

0.2.9

  • Added downloadable product support
  • Added inventory ordering by category
  • Added multi-ship support
  • Added product detail base URL for sites with no URL-Rewriting
  • Added Lightbox capability for single item template
  • Added new shortcode detail (see notes)
  • Added uninstall hook (cleans up tables, downloadable items and inventory images)
  • Fixed product description line break issue
  • Fixed product pricing format issue
  • Fixed alot of random bugs brought to our attention by our users
  • View the release notes here

0.2.8

  • Added Non-Permalink site support
  • View the release notes here

0.2.7

  • Added Product Import/Export functionality
  • Added Product Feed - compatible with Google Products
  • Widget Support - MiniCart in Sidebar and JSON Cart Dropdown
  • Tested with WP 3.1.2
  • View the release notes here

0.2.6

  • Modified reporting functionality to include dropdown for live/test/all transactions
  • Modified reporting functionality to include price per total card transactions
  • Added image thumbnails in the order management single item screen
  • BugFix: New installs had some inventory problems.
  • View the release notes here

0.2.5

  • Changed Single Product Template to use different CSS classes
  • Added multiple image thumbnails to the Single Product Template
  • View the release notes here

0.2.4

  • Changed Single Product Template to use different CSS classes
  • Added multiple image thumbnails to the Single Product Template

0.2.3

  • BugFix: jQuery linking for qtip file.

0.2.2

  • BugFix: FoxyCart Sync/Timeout issue
  • Changed products in single mode to have full description

0.2.1

  • BugFix: Fixed Item Deletion

0.2.0

  • Added option to automatically include jQuery on user's site
  • Added Custom Inventory Item Options
  • Added Multiple Option Groups for Products
  • Added Custom Inventory Item Attributes
  • New shortcode attribute to list items from a specific category. Includes paging options and items per row.
  • New shortcode attribute to link items to an item detail page
  • New shortcode attribute for an item detail page
  • New shortcode attribute for an order detail module
  • Created default item detail page on install for foxy products to land on
  • Added search inventory option within the foxypress shortcode dialog window
  • Added multiple image support for inventory items
  • Added multiple category support for inventory items
  • Implemented Uploadify for image uploading
  • Added pagination on the inventory page
  • Modified order management UI
  • Added pagination in order management
  • Added pagination to category management
  • FoxyPress shortcode now uses inventory_id instead of code for single items

0.1.9

  • Added: Custom fields, email address
  • Added: Pagination
  • Added: Showing hidden transactions

0.1.8

  • General bug fixes and additional instructions.

0.1.7

  • Added: Order Management - this management tab allows you to sync WordPress with your FoxyCart transactions/customers. This functionality allows you to add notes to orders, change their status, edit billing/shipping addresses, and add shipping/tracking information.
  • Added: Status Management - this management tab allows you to add/edit/delete specific statuses that your transactions require. You can choose to trigger email alerts and add tracking information.
  • Changed: Inventory usage - the inventory is where you will keep track of all your products. When you add an item from inventory to your page, it will only put the id of the product, then the item is pulled from the database when your page loads. This allows you to change your product's name, price, etc and have it reflect on your already published pages.
  • General bug fixes and additional instructions.

0.1.6

  • Fixed: Default Image for inventory items. Users must now select "use default image" if they want to apply the default image to their item
  • Fixed: Listing of double inventory items. Items will no longer list twice after editing.

0.1.5

  • Fixed: Listing of double inventory items. Items will list only to the categories in which they were assigned.
  • Fixed: JQuery Modal Window. v0.1.4 contained modal window error. Modal window again loads.

0.1.4

  • Fixed: Admin menu link errors. Links to inventory from Foxypress tab menu were invalid upon upgrade.

0.1.3

  • Added: Inventory features. It is now possile to manage a simple inventory with add, edit, and delete functionality. Inventory items may be inserted using the foxypress popup editor.
  • Added: Disabled use of foxypress without foxycart store url
  • Moved: Foxypress now uses its own tab on the admin menu. Sub-tabs include settings, inventory management, and inventory category management

0.1.2

  • Fixed: JQuery include check updated.

0.1.1

  • Fixed: Graphic changes

0.1.0

  • Fixed: JQuery confliction. A check is now made if JQuery is already included in your pages.

Requires: 3.0 or higher
Compatible up to: 3.6 Beta 3
Last Updated: 2013-5-17
Downloads: 9,947

Ratings

4 stars
4.7 out of 5 stars

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

100,2,2 100,1,1 100,1,1 100,1,1
100,1,1
100,1,1 100,1,1
100,1,1 100,1,1
100,2,2 100,1,1
100,1,1 100,1,1
100,1,1
100,1,1 100,1,1 100,1,1 100,1,1 100,1,1 100,1,1 100,1,1 100,1,1 100,1,1
0,1,0