Return to Release Notes
Added:
- New configurable cart action button in TP – task/5728638
- Add jquery to swap out text field with select box for related organizations task/5661999
- Adding short code to allow for related org select box
- Add a shortcode that will display the AS product deadline – task/5661999
- Added into new org creation function an update to the local WP site Enterprise cache of Orgs, tasks/5661306
- Action hook to allow custom buttons on cart complete – task/5661987
- Add an editable Award Submission CPT after a user has purchase an award product by hooking into usersync – task/5661987
- Add the AE login widget to the template pack to customize – task/5662003
- Inital commit for Award Submissions
- User warning if they are not linked to a company record – task/5733377
- Make sure the pending relationship and multi-org releationship is filtered out of the BG org list – task/5646083
- Filter out duplicate orgs which will occur if a member has multiple relationships to one company – task/5646083
- Added caching of OrgGuide codes and new API hook at user login to flush this new cache for tasks/5616122 as well as the existing SelectedCodes cache for tasks/5622052
- Allow the member to view codes on cart from the section Buyers Guide page – task/5616091
- Add form-control styling to BG contact list
- Added WP hook for cart empty and line item removal and function to reset cache accordingly for tasks/5553532
- Added org contact info lookups for addresses, emails, phones, faxes and placed dropdowns onto code selection screens when data is available and saving into post order submissions for tasks/5602692
- Added org contact info lookups for addresses, emails, phones, faxes and placed dropdowns onto code selection screens when data is available and saving into post order submissions for tasks/5602692
- Added org contact info lookups for addresses, emails, phones, faxes and placed dropdowns onto code selection screens when data is available and saving into post order submissions for tasks/5602692
- Added hiding of shipping address on Cart when no shippable products are on cart
- Added hook to order completion step and first draft of logic to store purchased codes into the custom tables
- Added function to set transient for purchased codes awaiting cart completion, and function for cart completion to add codes for the org
- Added controller action ‘List Buyer Guides’ so we can include menu links into screen
- Added initial code for adding codes to the shopping cart
- Added alphabetical sorting of Guides, Sections and Codes
- Added CPT to track BG custom table key and related product key for cart actions.
- Updated UI code to allow submission of selected code keys with applicable DB variable names for processing while maintaining UI JS feature
- Added function to insert new Org purchased guides, sections, codes
- Added function to get all guides, sections, codes
- Added caching of BG codes, sections, guides into Enterprise cacher hook
- First draft of BG queries to cache Codes, Guides, Sections and look up data for a particular Org
- Add template pack hooks for admin settings and non-baseline sections to be used for Buyers Guides. Added test data for orgs, guides and purchases.
- Added log to hourly cron job and two new flag fields for published status.
- Added wp-cron job to unpublish expired listings
- Added author capability to jobs listings CPT and added cst_key caching as a back-up reference for who owns each post.
- Added functionality to hide the log in widget when you are logged out.
- Add text to the split payment section to warn user
- added registration recache action to trigger user sync at will, tasks/5320961
- Added logging on PayFlow outbound communications into SOAP log folder when enabled, and code to Void transactions just placed when netFORUM errors out at order completion for tasks/4249394
- Added a few user profile fields to logged in AE login widget for display, tasks/5201443
- Added shortcode associationengine_member_only to allow member benefits flag toggled WP contents within pages and posts, tasks/5185154
- Added page load hook into custom chapters AJAX now that we are preselecting the first value at page load, tasks/4879316
- Added installment schedule reading functions and UI onto Invoices screen, tasks/4939554
- Allowing for custom warning text for modal window during delete – task/4929851
- Added checkbox use this as my billing address and when unchecked Billing Address field set and processing into user’s address records for tasks/4936102
removed prepopulation of profile and address fields on the New member or org membership panel since they are only for New joins, tasks/4622056 - Added special membership line item removal that removes all memberships at once and returns the user to the Memberships screen, tasks/4929851
- Added hiding of membership selection row when only one Package exists for the selected Type code, preselection of first option, and did some related code cleanups, tasks/4879316
- Google maps initial commit
- Added prepopulation of eCheck Name On Check field, tasks/5075865
- Section BG page toggle to display list of code which have already been purchased
- Verify fields are set before displaying to suppress php warnings
Updated:
- Update post title per client request
- Change the continue button as requested task/5705717
- Removed fax number drop down from Select Codes screens and added Website drop down for tasks/5624959
- Make sure codes exist before appeneding the HTML via jquery – task/5622175
- Changed xWeb query to get section from guide and code to source from Enterprise cache values to improve performance, tasks/5616122
- Moved PHP logic code from BG codes screen into Switch for better expandability
- Return member to BG section after BG cancel – task/5553646
- Allow get_organization to bypass cache if required – task/5602667
- Disallow member to purchase of more than allowed codes. If max codes have been purchased, do not allow continued selection – task/5553214
- Update get_user_organizations to include the city and state of an an org and display this data in selection buyers guide – task/5602667
- Updated label for organization us admin setting – task//5553699
- improvements to caching of dates and product attributes, tasks/5212846
- Disabled purchase codes are no longer clickable
- Disallow adding multiple organization and duplicated guides to the shopping cart
- Filter out Buyers Guides which are not setup in the BG Product table and correct the Codes Available count
- Updated save org codes logic to update an existing Org Guide record rather than always insert new one
- UI changes to show checkmark for Buyers Guides which are already on the cart and checkout button for the organization which is on the cart as well as notify and disallow other organization from adding to the same cart. Checkmarked Buyers Guides cannot select additional codes. Note: Org and guide checks are stubs, functionality will be added in a future update.
- Remove duplicates (if any) from selected code, and display codes as a list.
- Update to Merchandise cart functions to support org owned invoices
- Calculate the number of available codes and use that in the jquery
- Update button from Select to Purchase per client request – task/5506003
- If an industry code has alreaady been purchased, that code will now be disabled and a notice will be added to let the users know.
- Show all users pending orgs as a tabs into into the BG guides table. Show previously purchased count (note: hover list will be available in a later update).
- Show org and guide on code selection page.
- Display buyers guides code which have been choosen so far – task/5482170
Removed template pack version of my-account-section-purchases.html.php, since new section is added via an action hook. - Allow member to select org and buyers guide then direct to section/code selection screen task/5481994.
- Check job post closing date in case it was changed and needs to reopen – task/5444211
- Moved products whitelisting to CPT for tasks/5212555
- HTML adjustments to match the jQuery for new organization
- Removed country – task/5364867, added back baseline organization lookup and suggest functionality – task/5363910
Fixed:
- Fix to cart invoice read function creating PHP warning when checking for installment payments and finding none
- Fix to membership date display when value is null, tasks/5149617