If you're experiencing an issue where the product options do not appear on your product card despite configuring everything correctly, this could be a compatibility issue with your theme.
To resolve this, you can either reach out to our support team, and we'll assist you with a manual adjustment, or you can add the following code snippet directly into the theme code where the product card is located:
<div data-product-id="{{ product.id }}" king-linked-options-collection-manually></div>
Important Note: Ensure that the product.id
variable within the code is valid and correctly linked to the product's ID in your store.
This adjustment should help display the product options as expected. If you need further assistance, don't hesitate to contact us. We're happy to help!