Popular Posts

Sorry. No data so far.

Archives

FoxyPress 0.3.4 Released

Some cool new features exist in FoxyPress today because of some great user requests. Here are some specifics, as well as the full changelog.

Packing Slip Wizard

One of our users brought up the fact that partial orders can be cumbersome to print our packing slips for and we had no way to do it, until now.  Settings are available to provide a default header image for your store, as well as a default message box that will appear in the footer.  This is helpful if you have copy that will appear on all slips.  The wizard can be found in the order management screen so you can choose an individual order and choose specific products to include on the slip, along with your custom footer message.  Preview it, then print it, and you’re done!  We provided support for bulk printing as well, so you can check multiple transactions and they will print completely(partial packing slips are not available in bulk mode).

SMTP Mail Settings

One thing I’ve found with our current hosting solution, is that mail() functions go through the server relay and we’re stuck waiting for emails for hours or even days depending on their email load and what route it ends up going through.  We’ve decided to fix that for our own sites, and hopefully for your own if you have SMTP mail capabilities on your host.  You will simply need to fill out your username, password, and mail server to take advantage of the SMTP mailing.  If you are receiving errors, we can try to give adequate support for your hosting needs, but we’ve added this with the most generic SMTP mail code possible.

Please read the important notes as well and feel free to let us know if you have any questions.  Don’t forget to rate us if you like our plugin!

Changelog for FoxyPress 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.
Important notes:
  • If you were reliant on FoxyPress styles before, please make sure you check out the additional styling checkbox in the settings page so you can include/exclude the default styles we’ve provided.
  • If using HMAC, make sure you enable it in the FoxyCart advanced settings area.
  • foxypress_GetProductForm() is now obsolete.  I have updated the product template tutorial to reflect this.

FoxyPress 0.3.1 Released

Changelog for FoxyPress 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

FoxyPress 0.3.0 Released

Changelog for FoxyPress 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

Special notes:
If you previously had 0 for your quantity amount on an item, please make sure you leave this blank for an unlimited amount of products, or enter your current inventory level.  Your products that are marked with quantity 0 will be unavailable for purchase until you do so.