Kaching Bundles App - Order List

Topic summary

A merchant is experiencing an issue with the Kaching Bundles app displaying technical metadata in their order list. The problematic text appears as __kaching_bundles: {"deal":"u1sI","main":true} and the merchant wants to remove it from their packing slip display.

Current Status:

  • Two app representatives confirmed this metadata cannot be deleted
  • The information appears in order fulfillment details and is part of the app’s core mechanism
  • This code serves as a trigger identifier for the bundle promotion system

Proposed Workaround:

  • One representative suggested switching to the BOGOS app, which displays similar tracking information in a potentially less confusing format
  • BOGOS support team can help remove this metadata from cart displays (though unclear if this extends to order lists)

Resolution: The issue remains unresolved with no direct solution for removing the metadata while continuing to use Kaching Bundles. The merchant’s provided Liquid template code for packing slips cannot be modified to address this since the data appears at the order fulfillment level.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

Hi,

the app kaching bundles is showing misleading information in the order list

__kaching_bundles: {“deal”:“u1sI”,“main”:true}

how can i delete them?

Here is my liquid for packing slips, where do I have to make a change

{{ shop.name }}

Bestellung {{ order.name }}

{% if order.po_number != blank %}

Bestellnummer {{ order.po_number }}

{% endif %}

{{ order.created_at | date: format: "date" }}

{% if delivery_method.instructions != blank %} Zustellung an {% else %} Liefern an {% endif %}

{% if shipping_address != blank %} {{ shipping_address.name }} {% if shipping_address.company != blank %}
{{ shipping_address.company }} {% endif %}
{{ shipping_address.address1 }} {% if shipping_address.address2 != blank %}
{{ shipping_address.address2 }} {% endif %} {% if shipping_address.city_province_zip != blank %}
{{ shipping_address.city_province_zip }} {% endif %}
{{ shipping_address.country }} {% if shipping_address.phone != blank %}
{{ shipping_address.phone }} {% endif %} {% else %} Keine Lieferadresse {% endif %}

Rechnung an

{% if billing_address != blank %} {{ billing_address.name }} {% if billing_address.company != blank %}
{{ billing_address.company }} {% endif %}
{{ billing_address.address1 }} {% if billing_address.address2 != blank %}
{{ billing_address.address2 }} {% endif %} {% if billing_address.city_province_zip != blank %}
{{ billing_address.city_province_zip }} {% endif %}
{{ billing_address.country }} {% else %} Keine Rechnungsadresse {% endif %}


Artikel

Anzahl

{% comment %}
To adjust the size of line item images, change desired_image_size.
The other variables make sure your images print at high quality.
{% endcomment %}
{% assign desired_image_size = 58 %}
{% assign resolution_adjusted_size = desired_image_size | times: 300 | divided_by: 72 | ceil %}
{% capture effective_image_dimensions %}
{{ resolution_adjusted_size }}x{{ resolution_adjusted_size }}
{% endcapture %}

{% for line_item in line_items_in_shipment %}

{% if line_item.image != blank %}
{{ line_item.image | img_url: effective_image_dimensions | img_tag: '', 'aspect-ratio__content' }}
{% endif %}

{{ line_item.title }} {% if line_item.variant_title != blank %} {{ line_item.variant_title }} {% endif %} {% if line_item.sku != blank %} {{ line_item.sku }} {% endif %} {% for group in line_item.groups %} Teil von: {{ group.title }} {% endfor %}

{{ line_item.shipping_quantity }} of {{ line_item.quantity }}

{% endfor %}
{% unless includes_all_line_items_in_order %}

Es gibt weitere Artikel aus deiner Bestellung, die nicht in dieser Lieferung enthalten sind.

{% endunless %}
{% if order.note != blank %}

Anmerkungen

{{ order.note }}

{% endif %} {% if delivery_method.instructions != blank %}

Zustellungsanweisungen

{{ delivery_method.instructions }}

{% endif %}

Danke, dass du bei uns eingekauft hast!

{{ shop.name }}
{{ shop_address.summary }}
{{ shop.email }}
{{ shop.domain }}

body { font-size: 15px; }

kr

Karsten

1 Like

Hi @kschulze

It’s on order fulfillment detail so I think we can’t adjust it

Hi @kschulze :blush:

Unfortunately, it’s on order fulfillment detail and it belongs to app’s mechanism as well so you can’t delete it (this is used like a code to trigger promotion by app).

If you use BOGOS app, you’ll see the same thing but in a different form (maybe it will be less confusing?) like the image below:

p/s: this will appear in cart too. If you want to delete it in the cart, then you can use BOGOS and contact our customer support team. We’ll delete it for you