{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'club' } ) }}

General   Modify the club's general settings.

{% if edit == true %} {% else %}

{{ club.clubName }}

{% endif %}

Name of the club

{% if edit == true %} {% else %}

{{ club.clubCode }}

{% endif %}

URL Code for the club. KISS.

{% if edit == true %} {% else %}

{{ club.clubShortCode }}

{% endif %}

Primary charge Short Code MSISDN for the club.

{% if edit == true %} {% else %} {% if club.status == 'A' %}{# active #}

Active

{% elseif club.status == 'S' %}{# stopped #}

Stopped

{% endif %} {% endif %}

Status of the club.

{% if edit == true %} {% else %}

{{ club.operatorName|capitalize }}

{% endif %}

Operator Name.

{% if edit == true %} {% else %}

{% if club.operatorId == 1 %}Telcel SMT {% elseif club.operatorId == 2 %}Spiralis BeSubscription {% elseif club.operatorId == 3 %}Niva SHS {% elseif club.operatorId == 4 %}Movistar David {#{% elseif club.operatorId == 5 %}One México#} {% elseif club.operatorId == 6 %}Encore Nomad PCM {% elseif club.operatorId == 7 %}Nextel Wilaen {% elseif club.operatorId == 8 %}Personal Infotainment {% elseif club.operatorId == 9 %}Personal Intertron {% elseif club.operatorId == 10 %}Digital Tran {% elseif club.operatorId == 11 %}TimWe {% endif %}

{% endif %}

Operator backend connector schema.

{% if edit == true %} {% else %}

{{ club.domain }}

{% endif %}

Domain. Include http:// at the beginning.

{% if edit == true %} {% else %}

{{ club.country|upper }}

{% endif %}

Operator Name.

{% if edit == true %} {% else %}

{{ club.language|upper }}

{% endif %}

Language.

Operation   General parameters for club operation.

{% if edit == true %} {% else %}

{{ club.getFormattedCostWithoutTax() }} ({{ club.getFormattedCostWithTax }} w/ Tax)

{% endif %}

Club weekly cost to display, without Tax (i.e. $26.09 -> 2609)

{% if edit == true %}
%
{% else %}

{{ (club.revenueShare)|number_format(0, '.', ',') }}%

{% endif %}

Aggregator revenue share

{% if edit == true %}
$
{% else %}

${{ (club.monthlyGoal/100.0)|number_format(2, '.', ',') }}

{% endif %}

Club monthly goal to display (i.e. $26.09 -> 2609)

{% if edit == true %}
hours
{% else %}

{{ club.chargeFrequency }} hours

{% endif %}

How often (in hours) is the subscription renewed?

{% if edit == true %}
hours
{% else %}

{{ club.expirationTime }} hours

{% endif %}

Time (in hours) since last payment to suspend the client.

{% if edit == true %} {% else %}

{{ club.getCurrencySymbol() }} {{ (club.conversionThreshold/100.0)|number_format(2, '.', ',') }}

{% endif %}

Payment threshold amount to consider a conversion. (i.e. $26.09 -> 2609)

{% if edit == true %} {% else %}

{{ club.msisdnHeader }}

{% endif %}

Header tag for WAP clients

{% if edit == true %}
digits
{% else %}

{{ club.phoneDigits }} digits

{% endif %}

Digits in a phone number.

{% if edit == true %}
+
{% else %}

+{{ club.phoneCountryCode }}

{% endif %}

Phone's country code.

{% if edit == true %} {% else %}

{% if club.forceThankYouPage %}Enabled{% else %}Disabled{% endif %}

{% endif %}

If enabled, the system will always show a ThankYou page to the new clients.

{% if edit == true %} {% else %}

{% if club.allowFreeAccess %}Enabled{% else %}Disabled{% endif %}

{% endif %}

If enabled, the system will not check if the user is registered when he enters the MemberZone. Also, the unsubscribe and buy credits functions will be disabled.

{% if edit == true %} {% else %}

{% if club.allowRegisteredClientRedirection %}Enabled{% else %}Disabled{% endif %}

{% endif %}

If this option is enabled and the client is already subscribed to the club he's landed, he'll be redirected to another club in the system where he's not yet active.

{% if edit == true %} {% else %}

{% if club.allowPublicClientCancellation %}Enabled{% else %}Disabled{% endif %}

{% endif %}

If enabled, the system will not check if the user is registered when he enters the unsubscribe section of the MemberZone.

{% if edit == true %} {% else %}

{% if club.allowFreeStreaming %}Enabled{% else %}Disabled{% endif %}

{% endif %}

If enabled, the system will not charge credits for content streaming.

{% if edit == true %} {% else %}

{{ club.marekHost }}

{% endif %}

Marek host to relay subscriptions (do not include http://, only the hostname or IP)

{% if edit == true %} {% else %}

{{ club.marekNotifyHost }}

{% endif %}

Marek host to relay notifications (do not include http://, only the hostname or IP)

{% if edit == true %} {% else %}

{{ club.marekCampaign }}

{% endif %}

Marek default campaign to redirect inactive users (include full URL http://)

Public Display   Strings for broadcasts and public communication with the client.

{% if edit == true %} {% else %}

{{ club.displayClubName }}

{% endif %}

Display of the club's name.

{% if edit == true %} {% else %}

{{ club.displayOperator }}

{% endif %}

Display operator.

{% if edit== true %} {% else %}

{{ club.displayCompany }}

{% endif %}

Display company.

{% if edit== true %} {% else %}

{{ club.displayServiceDescription }}

{% endif %}

es un servicio de subscripción _____. (Ejemplo: "que permite la descarga de contenido como juegos, videos, tonos e imágenes para adlto de manera ilimitada")

{% if edit== true %} {% else %}

{{ club.displayServiceFunctionality }}

{% endif %}

La subscripción le permitirá al usuario _____. (Ejemplo: "descargar contenido, reproducir videos o música, recibir mensajes".)

{% if edit == true %} {% else %}

{{ club.displaySupportNumber }}

{% endif %}

Display support number.

{% if edit == true %} {% else %}

{{ club.displaySupportEmail }}

{% endif %}

Display support email.

{% if edit == true %} {% else %}

{{ club.messageActivation }}

{% endif %}

Activation message.

{% if edit == true %} {% else %}

{{ club.messageSubscription }}

{% endif %}

Subscription message.

{% if edit == true %} {% else %}

{{ club.messageWelcome }}

{% endif %}

Welcome message.

{% if edit == true %} {% else %}

{{ club.messageCancellation }}

{% endif %}

Cancellation message.

Default Landing Page   Adjust the look and feel of the club's default landing page.

{% if edit == true %} {% else %}

{{ club.defaultCss }}

{% endif %}

CSS to be used only on the default landing page (Include http://..)

{% if edit == true %} {% else %}

{{ club.defaultImg }}

{% endif %}

Header image to be used in the default landing page. (Include http://..)

{% if edit == true %} {% else %}

{{ club.defaultButton }}

{% endif %}

Optional (only for Telcel's PortalOne): Button image to be used in the default landing page. (Include http://..)

{% if edit == true %} {% else %}

{{ club.defaultLayout|capitalize }}

{% endif %}

Layout style to be used in the default landing page.

{% if edit == true %} {% else %}

{{ club.defaultTerms }}

{% endif %}

Text of the Terms of Service

{% if edit == true %} {% else %}

{% if club.disableWap %}WAP Traffic is Disabled{% else %}WAP Traffic is Enabled{% endif %}

{% endif %}

If WAP traffic is disabled, a dead-end error page will be shown instead (used to comply with policies and regulations).

Credits   Operational parameters for credits and content downloads.

{% if edit == true %} {% else %}

{% if club.creditsHasIlimited %}Yes{% else %}No{% endif %}

{% endif %}

Has ilimited credits.

{% if edit == true %} {% else %}

{% if club.creditsChargeOnlyOnce %}Enabled{% else %}Disabled{% endif %}

{% endif %}

Enable to only charge one time per download or stream

{% if edit == true %}
credits
{% else %}

{{ club.creditsPerDownload }}

{% endif %}

Cost of content download.

{% if edit == true %}
credits
{% else %}

{{ club.creditsPerPurchase }}

{% endif %}

Credits given to the client when buying credits.

{% if edit == true %}
credits
{% else %}

{{ club.creditsPerRenewal }}

{% endif %}

Credits given to the client on subscription activation or renewal.

Telcel SMT   Configure Telcel's connection settings.

{% if edit == true %} {% else %}

{% if club.smtPortaloneRedirectAll %}Enabled{% else %}Disabled{% endif %}

{% endif %}

Redirect all trafic (Mobile, PCs, Wi-Fi, etc) to PortalOne to complete the activation process. Note: this will skip Lambo's default WebPin interface and important client information will be lost.

{% if edit == true %} {% else %}

{{ club.smtPortaloneUrl }}

{% endif %}

PortalOne URL.

{% if edit == true %} {% else %}

{{ club.smtProviderId }}

{% endif %}

Username for SMT Requests, (AKA: Service provider, aggregator, partner.) (Usually begins with PA..)

{% if edit == true %} {% else %}

{{ club.smtShortProviderId }}

{% endif %}

Username for some SMT Requests (Usually 3-6 digits long)

{% if edit == true %} {% else %}

{{ club.smtPassword }}

{% endif %}

Hashed password for SMT Requests (value fixed by Telcel)

{% if edit == true %} {% else %}

{{ club.smtNonce }}

{% endif %}

SMT Nonce (value fixed by Telcel)

{% if edit == true %} {% else %}

{{ club.smtCreated }}

{% endif %}

SMT Created time (value fixed by Telcel)

{% if edit == true %} {% else %}

{{ club.smtProductId }}

{% endif %}

SMT Product ID. (usually begins with MDSP..)

{% if edit == true %} {% else %}

{{ club.smtServiceId }}

{% endif %}

SMT ServiceID (A.K.A. ApplicationID) (usually begins with 0011...)

{% if edit == true %} {% else %}

{{ club.smtCss }}

{% endif %}

CSS for the Portalone Landing Page (this will override any campaign CSS)

{% if edit == true %} {% else %}

{{ club.smtChargeUsername }}

{% endif %}

Username for ChargeAmount Request (PA00..)

{% if edit == true %} {% else %}

{{ club.smtChargePassword }}

{% endif %}

Hashed password (for now) for ChargeAmount Request.

{% if edit == true %} {% else %}

{{ club.smtChargeNonce }}

{% endif %}

Nonce for ChargeAmount Request (Fixed by Telcel)

{% if edit == true %} {% else %}

{{ club.smtChargeCreated }}

{% endif %}

Created Time for ChargeAmount Request (Fixed by Telcel)

{% if edit == true %} {% else %}

{{ club.smtUnsubscribe }}

{% endif %}

SMT unsubscribe. (not used)

{% if edit == true %} {% else %}

{{ club.smtSendPinCredentials }}

{% endif %}

SMT send pin credentials. (not used)

Spiralis BeSubscription   Configure Spiralis' connection settings.

{% if edit == true %} {% else %}

{{ club.spiralisHost }}

{% endif %}

Spiralis' BeSubscription Host domain (do not include http://, only the domain and port if applicable)

{% if edit == true %} {% else %}

{{ club.spiralisProviderId }}

{% endif %}

Spiralis' BeSubscription Provider Id (username)

{% if edit == true %} {% else %}

{{ club.spiralisPassword }}

{% endif %}

Spiralis' BeSubscription Password

{% if edit == true %} {% else %}

{{ club.spiralisServiceId }}

{% endif %}

Spiralis' BeSubscription Service ID

Niva SHS / Encore Nomad PCM   Configure Niva's connection settings.

{% if edit == true %} {% else %}

{{ club.shsHost }}

{% endif %}

Niva's SHS Host domain (do not include http://, only the domain and port if applicable)

{% if edit == true %} {% else %}

{{ club.shsUsername }}

{% endif %}

Niva's SHS username

{% if edit == true %} {% else %}

{{ club.shsPassword }}

{% endif %}

Niva's SHS password

{% if edit == true %} {% else %}

{{ club.shsProduct }}

{% endif %}

Niva's SHS product code

Movistar David   Configure Movistar's connection settings.

{% if edit == true %} {% else %}

{{ club.davidIntegratorId }}

{% endif %}

Integrator Id assigned by Movistar David

{% if edit == true %} {% else %}

{{ club.davidAccessToken }}

{% endif %}

Access Token assigned by Movistar David

{% if edit == true %} {% else %}

{{ club.davidProductId }}

{% endif %}

Product Id assigned by Movistar David

{% if edit == true %} {% else %}

{{ club.davidBaseUrl }}

{% endif %}

Base URL for WAP display in Movistar David

Nextel Wilaen   Configure Wilaen's connection settings.

{% if edit == true %} {% else %}

{{ club.wilaenServiceUser }}

{% endif %}

Subscription Username assigned by Nextel Wilaen

{% if edit == true %} {% else %}

{{ club.wilaenServicePassword }}

{% endif %}

Subscription Password assigned by Nextel Wilaen

{% if edit == true %} {% else %}

{{ club.wilaenBillingUser }}

{% endif %}

Billing Username assigned by Nextel Wilaen

{% if edit == true %} {% else %}

{{ club.wilaenBillingPassword }}

{% endif %}

Billing Password assigned by Nextel Wilaen

{% if edit == true %} {% else %}

{{ club.wilaenProviderId }}

{% endif %}

Provider Id assigned by Nextel Wilaen

{% if edit == true %} {% else %}

{{ club.wilaenProductId }}

{% endif %}

Product Id assigned by Nextel Wilaen

{% if edit == true %} {% else %}

{{ club.wilaenBaseUrl }}

{% endif %}

Base URL for Wilaen's portal

AT&T TimWe   Configure TimWe's connection settings.

{% if edit == true %} {% else %}

{{ club.timwePartnerId }}

{% endif %}

API Partner ID assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timwePartnerServiceId }}

{% endif %}

API Partner Service ID assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timwePartnerRoleId }}

{% endif %}

API Partner Role ID assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timweProductId }}

{% endif %}

API Product ID assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timweApiKeySendMt }}

{% endif %}

API Key for SEND_MT External assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timweApiKeySubscribe }}

{% endif %}

API Key for SUBSCRIBE External assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timwePreSharedKey }}

{% endif %}

Pre-Shared KEY for SEND_MT assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timweRealmKey }}

{% endif %}

Realm Key assigned by TimWe (??)

{% if edit == true %} {% else %}

{{ club.timweDefaultLandingPageUrl }}

{% endif %}

Default Landing Page URL for the service, created by TimWe

{% if edit == true %} {% else %}

{{ club.timwePricePointMo }}

{% endif %}

PricePointID MO Free assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timwePricePointMt }}

{% endif %}

PricePointID MT Free assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timwePricePointDobPrepaid }}

{% endif %}

PricePointID DOB Prepaid assigned by TimWe

{% if edit == true %} {% else %}

${{ club.timwePricePointDobPrepaidFee|number_format(2) }}

{% endif %}

PricePointID DOB Prepaid Fee (without tax) assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timwePricePointDobPostpaid }}

{% endif %}

PricePointID DOB Postpaid assigned by TimWe

{% if edit == true %} {% else %}

${{ club.timwePricePointDobPostpaidFee|number_format(2) }}

{% endif %}

PricePointID DOB Postpaid Fee (without tax) assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timwePricePointDobPartial }}

{% endif %}

PricePointID DOB Partial assigned by TimWe

{% if edit == true %} {% else %}

${{ club.timwePricePointDobPartialFee|number_format(2) }}

{% endif %}

PricePointID DOB Partial Fee (without tax) assigned by TimWe

{% if edit == true %} {% else %}

{{ club.timwePricePointDobPartialQuarter }}

{% endif %}

PricePointID DOB Partial Quarter assigned by TimWe

{% if edit == true %} {% else %}

${{ club.timwePricePointDobPartialQuarterFee|number_format(2) }}

{% endif %}

PricePointID DOB Partial Quarter Fee (without tax) assigned by TimWe

Personal Infotainment   Configure Infotainment's connection settings.

{% if edit == true %} {% else %}

{{ club.personalUser }}

{% endif %}

Username assigned by Personal Infotainment for Web Service

{% if edit == true %} {% else %}

{{ club.personalBillingUser }}

{% endif %}

Username assigned by Personal Infotainment for Billing

{% if edit == true %} {% else %}

{{ club.personalPass }}

{% endif %}

Password assigned by Personal Infotainment

{% if edit == true %} {% else %}

{{ club.personalExternal }}

{% endif %}

External User assigned by Personal Infotainment

{% if edit == true %} {% else %}

{{ club.personalServiceId }}

{% endif %}

Service ID assigned by Personal Infotainment

{% if edit == true %} {% else %}

{{ club.personalProviderId }}

{% endif %}

Provider ID assigned by Personal Infotainment

{% if edit == true %} {% else %}

{{ club.personalKeyword }}

{% endif %}

Activation Keyword assigned by Personal Infotainment

Personal Intertron   Configure Infotainment's connection settings.

{% if edit == true %} {% else %}

{{ club.intertronUser }}

{% endif %}

Username assigned by Intertron for Web Service

{% if edit == true %} {% else %}

{{ club.intertronPassword }}

{% endif %}

Password assigned by Intertron for Web Service

{% if edit == true %} {% else %}

{{ club.intertronServiceId }}

{% endif %}

Service ID assigned by Intertron

{% if edit == true %} {% else %}

{{ club.intertronKeyword }}

{% endif %}

Numeric Keyword assigned by Intertron

{% if edit == true %} {% else %}

{{ club.intertronKeywordText }}

{% endif %}

Text Keyword assigned by Intertron

Digital Tran   Configure Digital Tran's connection settings.

{% if edit == true %} {% else %}

{{ club.dtUser }}

{% endif %}

Username assigned by Digital Tran for Web Service

{% if edit == true %} {% else %}

{{ club.dtPassword }}

{% endif %}

Password assigned by Digital Tran for Web Service

{% if edit == true %} {% else %}

{{ club.dtCategoryId }}

{% endif %}

Category ID assigned by Digital Tran for Web Service

{% if edit == true %} {% else %}

{{ club.dtServiceId }}

{% endif %}

Service ID assigned by Digital Tran for Web Service

Deprecated   Old parameters that will soon be removed.

{% if edit == true %} {% else %}

{{ club.prospectTtl }}

{% endif %}

Prospect TTL.

{% if edit == true %} {% else %}

{{ club.smtImage }}

{% endif %}

DEPRECATED: Use Club Default Landing Page. (Default banner for the Portalone Landing Page.)

{% if edit == true %} {% else %}

{{ club.smtReturnUrl }}

{% endif %}

DEPRECATED: This value is now autogenerated in code. (Club's member zone URL)

{% if edit == true %} {% else %}

{{ club.notificationUrl }}

{% endif %}

URL of the notification.

{% if edit == true %} {% else %}

{{ club.freeNumber }}

{% endif %}

Free number (Carrier Specific).

{% if edit == true %} {% else %}

{{ club.chargeNumber }}

{% endif %}

Charge number.

{% if edit == true %} {% else %}

{{ club.externalCharges }}

{% endif %}

External charges.

{% if edit == true %}
{% endif %}
{% if delete == true %}
{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}