Overall Notes: Run a recurring order report in Infusionsoft set to “Active” and limited to the products Physical 1 Girl Monthly, Physical 2 Girl Monthly, Physical 3 Girl Monthly, Physical 4 Girl Monthly, Physical 1 Girl Yearly, Physical 2 Girl Yearly, Physical 3 Girl Yearly, Physical 4 Girl Yearly Export using the “Subscription Box” preset […]
Infusionsoft / Keap
Enable Keap App Toggle Switch
Anthony, Absolutely! We made a new link anytime you want to turn one on for someone!!! https://keap.com/lp/try-keap-max Bryan Hangartner Keap Regional Partner Manager W 602-476-2659 C 480-432-1323 HQ 1-866-800-0004
Functions File iMember Conditional Code
Hi Anthony, You would use two conditional functions in your code. The first is a standard WordPress conditional function: is_user_logged_in() See: https://developer.wordpress.org/reference/functions/is_user_logged_in/ The second is an iMember360 conditional function: i4w_has_tags() Here are some examples explaining the use of i4w_has_tags(): Statement evaluates as TRUE if the user HAS […]
Pass Variable from One Site to Another
?station=[i4w_disp_get var=’station’]
Keap Max Sandbox (Infusionsoft)
https://urldefense.proofpoint.com/v2/url?u=https-3A__cam.infusionsoft.com_cart_process-3FpackageCode-3Dcpaddlsandbox-5Finfusionsoft-5Fkeap-5Fexp-26affiliate-3D0&d=DwMFAg&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=-a-TGXuNxRn_Sy9wpHbn5DXiTKsOBrO2qqdYcHsJoXw&m=iUnQx9nnxAgjR6HUoTx5llqIaj5HNfplzf6ZnE6-21E&s=neL216epPU1kP1KqnY767QVekm2hZia33X5XKapchzI&e=
Send Blog Posts to Subscribers
Blog Post WordPress
Lock Down Port/Page By Publish Date Compared to Stored Contact Date
When using i4w_compare it is purely a text string or number comparison. Therefore you will need to ensure that the items being compared are presented in the correct way for such a comparison to function as wished. When comparing dates we would recommend they are converted into seconds from the epoch i.e. format=”U” We cannot […]
Auto Opportunity Stage Move Code
infusionsoft
Dynamic Email Content Infusionsoft
https://help.keap.com/help/create-dynamic-content-with-liquid-syntax
Generate Random Number
{{:i4w_update field=’_Random’ value='[i4w_randint]’:}} will store the random number in a custom contact field Random Parameters are: min The minimum value of the random integer. Default: 0. Required: no. max The maximum value of the random integer. Default: PHP_INT_MAX. (The largest integer supported in your build of PHP. Usually int(2147483647). Available since PHP 5.0.5) Required: no. […]
