Jump to content

domaingood

Members
  • Posts

    326
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by domaingood

  1. I can Choose 3 EXT Like com .net .org Under one products.Its must be use as drop-down options so, User can choose one option only.

      

    On 6/16/2020 at 5:24 AM, Abdy said:

    I don't understand what is exactly the issue, could you please elaborate a little more on what the problem is?

     

  2. If you want Facebook Pixel Conversion Tracking Then try this

    Facebook Pixel Code under Packages > Order Forms > Settings tab

    <!-- Facebook Pixel Code -->
    <!-- End Facebook Pixel Code -->
    {% if order_page == "checkout/complete" %}

    fbq('track','Purchase',{value:{{invoice.total}}, currency: '{{currency}}'});
    {% endif %}

     

    If want to share more info with Facebook you can try this:


    <!-- Facebook Pixel Code -->
    <!-- End Facebook Pixel Code -->

    {% if order_page == "signup/index" %}
    fbq('track','RegisterAccount');

    {% endif %}
    {% if order_page == "config/preconfig" %}

    fbq('track','ConfigurePackage');
    {% endif %} {% if order_page == "checkout/complete" %}
    fbq('track','Purchase',{value:{{invoice.total}}, currency: '{{currency}}'});
    {% endif %}

  3. Thanks for Quick Reply.
    I done same imput you can login and check

    We need valid user Details 

    1. Domain : \b((?=[a-z0-9-]{1,63}\.)(xn--)?[a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,63}\b
    2.Username: 
    ^[a-z0-9]{6,8}$
    3.Password: /^[a-z0-9\\$\\%\\^]{8,20}$


    https://www.domaingood.com/account/order/config/index/domain/?group_id=2&pricing_id=13

    But When user Wrong value:

    Domain: web
    username:demo@demo.com
    password123456
     

    Its taking orders without Valid Regular Expressions:(

  4. https://docs.blesta.com/display/user/Universal+Module

    Using the Universal Module For Shared Hosting

    Need Domain /^[a-zA-Z0-9][a-zA-Z0-9-]{1,61}[a-zA-Z0-9]\.[a-zA-Z]{2,}$/i
    username 6-8 Digit lowercase with number
    password

     

    How to Ask 
     

    {
        "Domain":{
            "valid":{
                "rule":["matches", "/^[a-zA-Z0-9][a-zA-Z0-9-]{1,61}[a-zA-Z0-9]\.[a-zA-Z]{2,}$/i"],
                "negate":true,
                "message":"Domain must not be empty."
            }
        },
        "username":{
            "valid":{
                "rule":["matches", "/^[a-z0-9\\$\\%\\^]{6,8}$/i"],
                "message":"Please enter a username using alphanumeric characters between 6 and 8 characters in length. You may also include number characters like 123."
            }
        }"password":{
            "valid":{
                "rule":["matches", "/^[a-z0-9\\$\\%\\^]{8,20}$/i"],
                "message":"Please enter a password using alphanumeric characters between 8 and 20 characters in length. You may also include special characters like '$%^'."
            }
        }
    }

     

    Screenshot from 2020-02-18 03-16-50.png

  5. Sorry, Paul to say that I have checked you added the featured task Domain affiliate and other modules. but no ETA.I have wait 2 years for domain management. Still no ETA we move back again WH--S. Time is money. try to understand this.WH--CS now more active and faster development but they hike price growing and backed by Cp..el

    Be more fast development.

     
    I still love blesta that,s why I'm telling that.

×
×
  • Create New...