Custom Variables (Defined in snippets/subscribfy-custom.liquid)

  1. window.exmDev = 1;
  2. window.SUBSCRIBFY_store_credits = 1;
  3. window.SUBSCRIBFY_nocartitemprice = 1;
  4. window.SUBSCRIBFY_cart_total = '[css selector of element that has the theme cart total]';
  5. Display Subtotals Summary VIP Discount Line in Another Place:
  6. Changes the label/text for cart summary
    1. window.SUBSCRIBFY_cartsummary_subtotal_label = "Order Total (USD)";
      • Changes the label/text for cart summary subtotal.
    2. window.SUBSCRIBFY_cartsummary_discount_label = "VIP Discount";
      • Changes the label/text for cart summary VIP Discount
  7. window.SUBSCRIBFY_a_vip_checkout_button = 1;
  8. window.SUBSCRIBFY_CCLR_TRIGGER_SELECTOR = '.top-account-menu__item .top-account-menu__button';
  9. window.SUBSCRIBFY_CLR = 1;
  10. window.SUBSCRIBFY_CLR_errors_selector = '.errors';
  11. window.SUBSCRIBFY_no_reload_on_add_to_cart_page = 1;
  12. window.SUBSCRIBFY_GUESTCHECKOUT = 1;

Events from the Theme to APP

  1. Cart changed:

  2. Clicked VIP Option: