Information items contact form 7

Hello, I have Affiliates Pro and contact form 7 installed, everything works perfectly except one thing.

On the frontpage, in the affiliate area, in references, appears date, quantity, status and items.
Is it possible to align the centered amount? I should go to code but I don’t know where it is, if you help me I will lose less time.
It is possible that in items, that now nothing comes out, the [your-name] of the form may appear so that the affiliate knows which reference is active ???

Posted in

Comments

8 responses to “Information items contact form 7”

  1. Hi Ivan,

    I’ve sent the template file needed in the address you used here during your checkout. In the zip file you will find the folder named ‘affiliates’ under which is folder ‘dashboard’ and inside it is only the file referrals-entry.php.

    The folder affiliates along with its contents should be placed under your theme folder. For example if your theme is named mytheme, then you should have the following structure:

    mytheme/affiliates/dashboard/referrals-entry.php

    Once you visit the Referrals section in Affiliates Dashboard, the Items column will display the value of your-name field for all the referrals recorded by Affiliates Contact Form 7 integration.

    Kind regards,

    George

  2. Hi Ivan,

    Sorry for the waiting but once this is ready, I will let you know.

    Cheers,
    George

  3. Hi Ivan,

    Sure, I’ll have a look and keep you posted.

    Cheers,
    George

    1. Hi George,

      “Regarding how to display the name you can modify the referrals-entry.php template located in the plugin folder as described in the documentation and display the name from the data array. If you are not familiar with PHP or don’t think you can manage this situation, please let me know with a comment so that I can assist you further with this.”

      Could you look this??

  4. Hi Ivan,

    You can change the amount alignment by adding the following CSS rule in the CSS editor of your choice:
    .dashboard-section-referrals .referrals-container .amount:not(.heading) {
    text-align: left !important;
    }
    It might be necessary to use center instead of left depending on how the value is displayed as this is directly affected by your active theme.

    Regarding how to display the name you can modify the referrals-entry.php template located in the plugin folder as described in the documentation and display the name from the data array. If you are not familiar with PHP or don’t think you can manage this situation, please let me know with a comment so that I can assist you further with this.

    Kind regards,
    George

    1. Hi Jorge, try to change the case but it doesn’t work, can you help me? I just need the item to appear the variable [your-name] of the forms I created to know which customer is the affiliate commission.

  5. hi, en affiliate area i use [affiliates_dashboard]
    Fecha Cantidad Estado Items
    2019-08-23 EUR 20.00 No pagado —
    Resultados por página
    20
    I want it to appear in the item [your-name] of referral.

  6. Hi Ivan,

    Which shortcode are you referring to? You can find that by editing the page used as affiliate area.

    Kind regards,
    George

Share