addon question:
addon question:
const result1 = await attach({
productId: "main_product",
productIds: ["addon_product"],
when i do above, the addon does not appear as a toggly thing on the checkout but it appears fine when its main product, which i suppose it should not since its marked as an addon?
const result1 = await attach({
productId: "main_product",
productIds: ["addon_product"],
when i do above, the addon does not appear as a toggly thing on the checkout but it appears fine when its main product, which i suppose it should not since its marked as an addon?
