WordPress Help

decoy

Active member
  • Apr 20, 2008
    650
    230
    43
    ගෙදර
    Hi Guys

    WordPress walin me wage page ekak hadaganna use karanna puluwan plugin ekak kiyanna

    https://www.superbmaids.net/book-now

    Payment accept karanna puluwan wennath one

    There are ton of booking plugins for WordPress. What payment gateways are you going to use? If you are going to use PayPal or Stripe, you can easily create just a form with Gravity form or any other reputed form plugin which allows eCommerce functions. If you are planning to use local payment gateway, you have to go with WooCommerce. There are lot of WooCommerce supported plugins too. Tell us your requirement and might be able to help you.


    Up

    bootsrap walin mokada karanne

    Bootstrap is a CSS framework to help build responsive website without doing ton of codes machan
     
    • Like
    Reactions: newil

    newil

    Active member
  • May 4, 2008
    556
    221
    43
    There are ton of booking plugins for WordPress. What payment gateways are you going to use? If you are going to use PayPal or Stripe, you can easily create just a form with Gravity form or any other reputed form plugin which allows eCommerce functions. If you are planning to use local payment gateway, you have to go with WooCommerce. There are lot of WooCommerce supported plugins too. Tell us your requirement and might be able to help you.




    Bootstrap is a CSS framework to help build responsive website without doing ton of codes machan

    Thank machan

    I need exact same as my sample.Payment gateways Stripe and paypal
     

    hichchiputha

    Well-known member
  • Jan 3, 2018
    39,808
    35,677
    113
    වොන්ඩර් ලැන්ඩ්
    There are ton of booking plugins for WordPress. What payment gateways are you going to use? If you are going to use PayPal or Stripe, you can easily create just a form with Gravity form or any other reputed form plugin which allows eCommerce functions. If you are planning to use local payment gateway, you have to go with WooCommerce. There are lot of WooCommerce supported plugins too. Tell us your requirement and might be able to help you.




    Bootstrap is a CSS framework to help build responsive website without doing ton of codes machan

    Options limit da eke
     

    decoy

    Active member
  • Apr 20, 2008
    650
    230
    43
    ගෙදර
    Options limit da eke

    Options? Machan Bootstrap will be used as CSS framework only. It has nothing to do with eCommerce functions. For an example
    You can use Bootstrap to style your forms and stuff.

    I'll explain this bit more. If we are going to code something on HTML or Frontend UI, we usually have to code everything including mobile styles/grids/cols etc. But Bootstrap already has built in classes to help us to reduce work load.

    Let's say we need to build a full width row with two columns, If we use bootstrap we can just use it's classes like this, don't have to code any CSS.
    Code:
    <div class="container-fluid">
    <div class="row">
      <div class="col-6">
        Lorem txt
      </div>
      <div class="col-6">
        Isplum txt
      </div>
    </div>
    </div>
     
    Last edited:

    hichchiputha

    Well-known member
  • Jan 3, 2018
    39,808
    35,677
    113
    වොන්ඩර් ලැන්ඩ්
    Options? Machan Bootstrap will be used as CSS framework only. It has nothing to do with eCommerce functions. For an example
    You can use Bootstrap to style your forms and stuff.

    I'll explain this bit more. If we are going to code something on HTML or Frontend UI, we usually have to code everything including mobile styles/grids/cols etc. But Bootstrap already has built in classes to help us to reduce work load.

    Let's say we need to build a full width row with two columns, If we use bootstrap we can just use it's classes like this, don't have to code any CSS coding.
    Code:
    <div class="container-fluid">
    <div class="row">
      <div class="col-6">
        Lorem txt
      </div>
      <div class="col-6">
        Isplum txt
      </div>
    </div>
    </div>


    thnks brother appriciated :)