Cart files were installed but the bundle has layout issues
Sections
Issue
There may be times where the bundle is displayed as a single line item, but it has some layout issues. The layout may not align with other products, or the dynamically-priced customizable bundle is displayed incorrectly.
This can occur when the file content doesn’t match the expected format, especially when the for loop has been relocated due to heavy customizations.
Environment
- Shopify Checkout Integration
- Migrated Shopify Checkout Integration
Resolution
The resolution will require custom code and is not supported by Recharge as per the design and integration policy. If you require further assistance, work with a developer or Recharge Partner.
Different approaches can be taken based on the presented issue:
A single line item is displayed but is not aligned with other products layout:
The bundle line item layout is controlled by the code that lives within the snippet. The cart-recharge-bundle-product.liquid
snippet will need to be edited to match the other products layout.
The bundle is being displayed where it shouldnt or not being displayed where it should:
Review the files that were modified and verify the {%- for item in cart.items
-%}
loop that iterates over the line items to confirm that the correct loop is used to render the elements of the cart.