Page 1 of 4

1.1.0.7 Questions / Comments / Concerns / Feedback

Posted: Fri Jun 26, 2026 12:22 pm
by burt
Welcome to v1.1.0.7

New Features
[Layout PI] - More PI Product Info Modules introduced
[Navigation] - Extra Module "announcements"
[Side Boxes] - some boxes re-introduced

Modularisation
- Advanced Search Result page

Bug Fixes
- [Pulse] Sanitise on collection TY @frankl
- [Pulse] SID deprecation @BrockleyJohn

Other Optimisations
- [Header Tag] Canonical is now hooked
- [Queued Email] Looped Lists
- [Admin] Customers is now tabbed TY @frankl
- [Product Lists] Card now includes extra buttons
- [Admin] Horizontal Menu can now have buttons, links etc
- [Admin] Reviews & Testimonials links moved to Customers (in the Horizontal Menu)
- [Product Object] Review Count exposed
- [Breadcrumb] Numbering is fixed TY @raiwa
- [Message Stack] Aria Label added TY @BatteryTrader

Cosmetic
- all demo images are updated
- Profile (text) reverts to Account (text)

Thank You to everyone who got involved and for the help and advice in bringing 1.1.0.7 to release.

Re: 1.1.0.7 Questions / Comments / Concerns / Feedback

Posted: Fri Jun 26, 2026 12:23 pm
by burt
Updated Files (structure), in code tags to retain format for easy reading.

Code: Select all

│   account_history_info.php
│   advanced_search_result.php
│   README.md
│
├───admin
│   │   administrators.php
│   │   invoice.php
│   │   language_explorer.php
│   │   packingslip.php
│   │
│   └───includes
│       │   application_top.php
│       │   footer.php
│       │   template_top.php
│       │
│       ├───actions
│       │   ├───action_recorder
│       │   │   └───infoboxes
│       │   │       └───views
│       │   │               default.php
│       │   │
│       │   ├───backup
│       │   │       backup_now.php
│       │   │
│       │   ├───customers
│       │   │   └───views
│       │   │           edit.php
│       │   │
│       │   ├───invoice
│       │   │   └───views
│       │   │           default.php
│       │   │
│       │   ├───orders
│       │   │   └───views
│       │   │           edit.php
│       │   │
│       │   └───outgoing_tpl
│       │       │   delete_confirm.php
│       │       │
│       │       └───infoboxes
│       │               delete.php
│       │
│       ├───boxes
│       │       configuration.php
│       │       customers_reviews.php
│       │       customers_testimonials.php
│       │       localization.php
│       │       modules.php
│       │       reports.php
│       │       taxes.php
│       │       tools.php
│       │
│       ├───classes
│       │       admin.php
│       │       system_info.php
│       │       table.php
│       │
│       ├───components
│       │       non_paginated_table.php
│       │
│       └───languages
│           │   english.php
│           │
│           └───english
│               │   action_recorder.php
│               │   administrators.php
│               │   customers.php
│               │   outgoing_tpl.php
│               │   version_check.php
│               │
│               └───modules
│                   ├───boxes
│                   │       customers_reviews.php
│                   │       customers_testimonials.php
│                   │
│                   ├───dashboard
│                   │       d_security_checks.php
│                   │
│                   └───security_check
│                       └───extended
│                               sce_admin_http_authentication.php
│                               sce_shopside_phoenix.php
│
├───ext
│   └───modules
│       └───pulse
│               collect.php
│
├───images
│   │   our-farm.webp
│   │   strawberry.webp
│   │
│   ├───brands
│   │       fiacre.jpg
│   │       von-peacock.jpg
│   │
│   └───sample
│           apple-1.webp
│           apples-pears.webp
│           citrus.webp
│           fruit.webp
│           grapefruit-1.webp
│           green-apple-1.webp
│           green-tomatoes-1.webp
│           lemon-1.webp
│           lemons-2.webp
│           lime-1.webp
│           orange-1.webp
│           pear-1.webp
│           tomatoes-1.webp
│           vegetables-1.webp
│
├───includes
│   │   version.php
│   │
│   ├───hooks
│   │   └───admin
│   │       ├───products_attributes
│   │       │       add_attribute.php
│   │       │
│   │       └───siteWide
│   │               hMenu.php
│   │
│   ├───languages
│   │   │   english.php
│   │   │
│   │   └───english
│   │       │   account.php
│   │       │   account_edit.php
│   │       │   account_history.php
│   │       │   account_history_info.php
│   │       │   account_newsletters.php
│   │       │   account_notifications.php
│   │       │   account_password.php
│   │       │   address_book.php
│   │       │   address_book_process.php
│   │       │   checkout_confirmation.php
│   │       │   checkout_payment.php
│   │       │   checkout_shipping.php
│   │       │   create_account.php
│   │       │   create_account_success.php
│   │       │   gdpr.php
│   │       │   logoff.php
│   │       │   password_forgotten.php
│   │       │   password_reset.php
│   │       │
│   │       ├───modules
│   │       │   ├───boxes
│   │       │   │       bm_categories.php
│   │       │   │       bm_home.php
│   │       │   │       bm_manufacturers.php
│   │       │   │
│   │       │   ├───content
│   │       │   │   ├───account
│   │       │   │   │       cm_account_gdpr.php
│   │       │   │   │       cm_account_gdpr_nuke.php
│   │       │   │   │       cm_account_set_password.php
│   │       │   │   │       cm_account_title.php
│   │       │   │   │
│   │       │   │   ├───advanced_search_result
│   │       │   │   │       cm_asr_search_result.php
│   │       │   │   │       cm_asr_title.php
│   │       │   │   │
│   │       │   │   ├───create_account_success
│   │       │   │   │       cm_cas_message.php
│   │       │   │   │       cm_cas_title.php
│   │       │   │   │
│   │       │   │   ├───footer
│   │       │   │   │       cm_footer_account.php
│   │       │   │   │
│   │       │   │   ├───footer_suffix
│   │       │   │   │       cm_footer_extra_copyright.php
│   │       │   │   │
│   │       │   │   ├───gdpr
│   │       │   │   │       cm_gdpr_contact_addresses.php
│   │       │   │   │       cm_gdpr_intro.php
│   │       │   │   │       cm_gdpr_site_details.php
│   │       │   │   │
│   │       │   │   ├───login
│   │       │   │   │       cm_create_account_link.php
│   │       │   │   │       cm_login_form.php
│   │       │   │   │
│   │       │   │   ├───navigation
│   │       │   │   │       cm_announcement.php
│   │       │   │   │
│   │       │   │   └───reviews
│   │       │   │           write.php
│   │       │   │
│   │       │   ├───customer_data
│   │       │   │       cd_date_account_created.php
│   │       │   │       cd_default_address_id.php
│   │       │   │       cd_email_address.php
│   │       │   │
│   │       │   ├───navbar
│   │       │   │       nb_account.php
│   │       │   │       nb_currencies.php
│   │       │   │       nb_home.php
│   │       │   │       nb_languages.php
│   │       │   │       nb_new_products.php
│   │       │   │       nb_special_offers.php
│   │       │   │       nb_testimonials.php
│   │       │   │
│   │       │   ├───notifications
│   │       │   │       n_create_account.php
│   │       │   │
│   │       │   └───pi
│   │       │       ├───contact_us
│   │       │       │       cu_form.php
│   │       │       │
│   │       │       └───product_info
│   │       │               pi_date_available.php
│   │       │               pi_name.php
│   │       │               pi_price.php
│   │       │               pi_review_stars.php
│   │       │               pi_stock.php
│   │       │
│   │       └───system
│   │           └───versioned
│   │               └───1.0.7.other
│   │                   └───1.0.7.12
│   │                           product.php
│   │
│   ├───modules
│   │   ├───boxes
│   │   │   │   bm_categories.php
│   │   │   │   bm_home.php
│   │   │   │   bm_manufacturers.php
│   │   │   │
│   │   │   └───templates
│   │   │           tpl_bm_categories.php
│   │   │           tpl_bm_home.php
│   │   │           tpl_bm_manufacturers.php
│   │   │
│   │   ├───content
│   │   │   ├───advanced_search_result
│   │   │   │   │   cm_asr_search_result.php
│   │   │   │   │   cm_asr_title.php
│   │   │   │   │
│   │   │   │   └───templates
│   │   │   │           tpl_cm_asr_search_result.php
│   │   │   │           tpl_cm_asr_title.php
│   │   │   │
│   │   │   ├───checkout_success
│   │   │   │       cm_cs_product_notifications.php
│   │   │   │
│   │   │   ├───contact_us
│   │   │   │   └───templates
│   │   │   │           tpl_cm_cu_modular.php
│   │   │   │
│   │   │   ├───footer
│   │   │   │   └───templates
│   │   │   │           tpl_cm_footer_account.php
│   │   │   │
│   │   │   ├───header
│   │   │   │       cm_header_breadcrumb.php
│   │   │   │
│   │   │   ├───index
│   │   │   │   └───templates
│   │   │   │           tpl_cm_i_modular.php
│   │   │   │           tpl_cm_i_slider.php
│   │   │   │
│   │   │   ├───index_nested
│   │   │   │   └───templates
│   │   │   │           tpl_cm_in_category_listing.php
│   │   │   │
│   │   │   ├───info
│   │   │   │   └───templates
│   │   │   │           tpl_cm_info_modular.php
│   │   │   │
│   │   │   ├───navigation
│   │   │   │   │   cm_announcement.php
│   │   │   │   │
│   │   │   │   └───templates
│   │   │   │           tpl_cm_announcement.php
│   │   │   │
│   │   │   └───product_info
│   │   │       └───templates
│   │   │               tpl_cm_pi_modular.php
│   │   │
│   │   ├───header_tags
│   │   │       ht_canonical.php
│   │   │       ht_product_opengraph.php
│   │   │       ht_product_schema.php
│   │   │
│   │   ├───navbar
│   │   │   └───templates
│   │   │           tpl_nb_account.php
│   │   │           tpl_nb_search.php
│   │   │
│   │   ├───outgoing
│   │   │       no_checkout.php
│   │   │       order_thanks.php
│   │   │       winback.php
│   │   │
│   │   ├───payment
│   │   │       paypal_standard.php
│   │   │
│   │   └───pi
│   │       ├───contact_us
│   │       │   └───templates
│   │       │           tpl_cu_form.php
│   │       │
│   │       └───product_info
│   │           │   pi_name.php
│   │           │   pi_price.php
│   │           │   pi_review_stars.php
│   │           │   pi_stock.php
│   │           │
│   │           └───templates
│   │                   tpl_pi_date_available.php
│   │                   tpl_pi_gallery.php
│   │                   tpl_pi_gallery_images.php
│   │                   tpl_pi_name.php
│   │                   tpl_pi_price.php
│   │                   tpl_pi_review_stars.php
│   │                   tpl_pi_stock.php
│   │
│   └───system
│       ├───segments
│       │   └───application
│       │           project_version.php
│       │           start_session.php
│       │
│       └───versioned
│           ├───1.0.7.other
│           │   └───1.0.7.12
│           │           product.php
│           │           product_loader.php
│           │
│           ├───1.0.8.1
│           │       button.php
│           │       database_core.php
│           │       form.php
│           │       html_element.php
│           │       image.php
│           │       input.php
│           │       select.php
│           │
│           ├───1.0.8.2
│           │       text.php
│           │
│           ├───1.0.8.5
│           │       href.php
│           │
│           ├───1.0.8.other
│           │   └───1.0.8.21
│           │           select.php
│           │
│           ├───1.0.9.3
│           │       intl_date_formatter.php
│           │
│           ├───1.01.00.00
│           │       alert_block.php
│           │       product_searcher.php
│           │       select.php
│           │
│           └───1.01.00.07
│                   form.php
│                   outgoing.php
│
├───install
│   │   phoenix.sql
│   │   phoenix_data_sample.sql
│   │
│   └───includes
│       │   application.php
│       │
│       └───translations
│           └───en
│                   index.php
│                   install_4.php
│                   translations.php
│
└───templates
    └───default
        └───includes
            ├───components
            │       address_book_details.php
            │       checkout_new_address.php
            │       product_card.php
            │       product_listing.php
            │       template_top.php
            │
            ├───override
            │       product_card.php
            │
            └───pages
                    account_history_info.php
                    advanced_search_result.php
                    checkout_confirmation.php
                    checkout_payment.php
                    checkout_shipping.php
                    conditions.php
                    logoff.php
                    privacy.php
                    shipping.php

Re: 1.1.0.7 Questions / Comments / Concerns / Feedback

Posted: Fri Jun 26, 2026 12:28 pm
by burt
Updating from 1.1.0.6 to 1.1.0.7 is straightforward.

PRE STEP. REQUIRED

Make a backup copy of your current Phoenix (as it stands) and current Database (as it stands) so that you can easily rollback if things do not go as planned.

If you are certain you wish to move to 1.1.0.7;

1. REQUIRED

Upload these files.
Note that your /admin/ folder is hopefully not called "admin".

1.1.0.7b.zip

2. REQUIRED

DELETE these FILES.
Note that your /admin/ folder is hopefully not called "admin".

- admin/includes/actions/action_recorder/infoboxes/default.php
- admin/includes/languages/english/modules/boxes/catalog_reviews.php
- admin/includes/languages/english/modules/boxes/catalog_testimonials.php
- admin/includes/boxes/catalog_reviews.php
- admin/includes/boxes/catalog_testimonials.php

3. REQUIRED

Turn on Content Modules for Advanced Search Results
Your Admin > Modules > Content > {Install}

4. REQUIRED

Visit Security Checks page in Admin and solve any issues
Admin > Tools > Security Checks

Re: 1.1.0.7 Questions / Comments / Concerns / Feedback

Posted: Fri Jun 26, 2026 12:28 pm
by burt

Re: 1.1.0.7 Questions / Comments / Concerns / Feedback

Posted: Fri Jun 26, 2026 12:32 pm
by burt
If anyone has any v1.1.0.7 questions, comments, concerns, feedback this is the thread.

TY to all who helped to make v1.1.0.7 a possibility.

Special Thanks to all Co-Op members.
Please join the Co-Op today to get involved in what happens next in Phoenix Cart.

Re: 1.1.0.7 Questions / Comments / Concerns / Feedback

Posted: Fri Jun 26, 2026 3:04 pm
by burt
This release has taken a lot longer than previous releases, apologies.

We co-op members did get `Product Anywhere` built and released in the meantime.

No shipping module in backend since update to v1.1.0.7

Posted: Sat Jun 27, 2026 11:56 am
by Vaddalapam
Hello, i updated from v1.1.0.6 to v1.1.0.7. Everthing works fine except the shipping module. When opening a white page shows. The are no error logs. Any ideas ?

Re: No shipping module in backend since update to v1.1.0.7

Posted: Sat Jun 27, 2026 11:57 am
by BrockleyJohn
which shipping module?

Re: No shipping module in backend since update to v1.1.0.7

Posted: Sat Jun 27, 2026 11:59 am
by BrockleyJohn
sorry - got it now... admin > modules > shipping

I can reproduce in a migrated store... diagnosis coming

Re: No shipping module in backend since update to v1.1.0.7

Posted: Sat Jun 27, 2026 12:02 pm
by Vaddalapam
The one comes with phoenix, i never installed an addon for shipping
Unbenannt.PNG