Change the design of your Affiliate Page
Purpose: This HTML template defines the layout of the affiliate system as seen by your shoppers/affiliates when they view their affiliate information page within the "My Account" page.
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
- [affiliate_details]
- <!--START: myAccount-->
- <!--END: myAccount-->
- <!--START: CATEGORY_HEADER-->
- [CONTENT]
- <!--END: CATEGORY_HEADER-->
- <!--START: affiliateStatistics-->
- [affiliate_details-summary]
- [affiliate_summary-header-membersince]
- [affiliate_summary-header-orders]
- [affiliate_summary-header-amount]
- [affiliate_summary-header-commission]
- [affiliate_summary-header-paid]
- [affiliate_summary-header-balance]
- <!--START: affiliateStatisticsNoOrders-->
- [affiliate_no-history-to-display]
- <!--END: affiliateStatisticsNoOrders-->
- <!--START: affiliateStatisticsDetail-->
- [memberSince]
- [orders]
- [amount]
- [totalCommission]
- [paid]
- [balance]
- <!--END: affiliateStatisticsDetail-->
- <!--END: affiliateStatistics-->
- <!--START: affiliatePayments-->
- [affiliate_details-payments]
- [lastDays]
- [affiliate_payments-header-date]
- [affiliate_payments-header-amount]
- [affiliate_payments-header-check]
- <!--START: affiliateNoPayments-->
- [affiliate_no-history-to-display]
- <!--END: affiliateNoPayments-->
- <!--START: affiliatePaymentsDetail-->
- [date]
- [amount]
- [check]
- <!--END: affiliatePaymentsDetail-->
- <!--END: affiliatePayments-->
- <!--START: affiliateAppOrders-->
- [affiliate_details-approvedorders]
- [lastDays]
- [affiliate_orders-header-date]
- [affiliate_orders-header-ordernum]
- [affiliate_orders-header-amount]
- [affiliate_orders-header-commissionperc]
- [affiliate_orders-header-commissionamnt]
- <!--START: affiliateNoAppOrders-->
- [affiliate_no-history-to-display]
- <!--END: affiliateNoAppOrders-->
- <!--START: affiliateAppOrdersDetail-->
- [date]
- [orderNumber]
- [amount]
- [percentCommission]
- [amountCommission]
- <!--END: affiliateAppOrdersDetail-->
- <!--END: affiliateAppOrders-->
- <!--START: affiliateDenOrders-->
- [affiliate_details-deniedorders]
- [lastDays]
- [affiliate_orders-header-date]
- [affiliate_orders-header-ordernum]
- [affiliate_orders-header-amount]
- [affiliate_orders-header-comments]
- <!--START: affiliateNoDenOrders-->
- [affiliate_no-history-to-display]
- <!--END: affiliateNoDenOrders-->
- <!--START: affiliateDenOrdersDetail-->
- [date]
- [orderNumber]
- [amount]
- [comments]
- <!--END: affiliateDenOrdersDetail-->
- <!--END: affiliateDenOrders-->
- <!--START: affiliateLinks-->
- [affiliate_details-links]
- [affiliate_details-link-instructions]
- [store_url]
- [affId]
- [affiliate_details-link-text]
- [store_url]
- [affId]
- [affiliate_details-link-text]
- <!--START: affiliateLinksDetails-->
- [store_url]
- [affId]
- [affBannersFolder]
- [intBannerCount]
- [intBannerCount]
- [intBannerCount]
- [store_url]
- [affId]
- [store_url]
- [affBannersFolder]
- [intBannerCount]
- <!--END: affiliateLinksDetails-->
- <!--END: affiliateLinks-->
- <!--START: CATEGORY_FOOTER-->
- [CONTENT]
- <!--END: CATEGORY_FOOTER-->
Note: Code blocks and their respective variables will only work with specific template pages.
Note: Several of these variables are used in multiple places on the page, with their dynamic content controlled by the code block used in each instance.
These next few Variables will be autopoulated by the 3dcart software. Typically you'll want to keep the scripting for these variables intact.