Symptoms

  • PBA-E 5.5.0
  • List of plans is empty in the on-line store:

  • Sales Category displayed has option "Expand By Default" set to "Yes"

Cause

Wrong code in the layout template "category".

Resolution

Correct the layout template:

  1. Find the template "category" in the templates list or add it with the button "Add Standard Layout":

    Home> Products> Online Store
    Layout Templates
    
  2. Change

    <div id="selectcategory{$keycategory}" class="expandedCategory"
    

    to

    <div id="selectcategory{$keycategory}" 
    
  3. Synchronize the store:

    Home> Products>
    Online Store
    

    "Synchronize" button

The change is included in PBA-E 5.5.1.

Internal content