Osclass Support Forums

Osclass plugin support => SMS Payments Plugin => Topic started by: srdjan on January 06, 2017, 04:01:05 PM

Title: Custom box
Post by: srdjan on January 06, 2017, 04:01:05 PM
Hello, how can i create some custom box for SMS payment ?
To be in box and above to be text "Pay with SMS"
Here is my listing link with SMS payment https://www.yuoglasi.com/usluge_14/ostalo_19/ostalo-in-subotica_id-2611?language=en_EN (https://www.yuoglasi.com/usluge_14/ostalo_19/ostalo-in-subotica_id-2611?language=en_EN)
Title: Re: Custom box
Post by: MB Themes on January 06, 2017, 05:10:51 PM
@srdjan
Do you mean pop-up that appears?
Title: Re: Custom box
Post by: srdjan on January 06, 2017, 05:41:37 PM
No i mean like this:

(http://i.imgur.com/oVNeg4d.jpg)
Title: Re: Custom box
Post by: MB Themes on January 06, 2017, 07:45:26 PM
@srdjan
Duplicate design for box and create for sms payments. (in item.php)
Title: Re: Custom box
Post by: srdjan on January 06, 2017, 10:23:34 PM
Can you post code,  i try  it and it didnt show me box.
Title: Re: Custom box
Post by: MB Themes on January 07, 2017, 08:59:24 PM
@srdjan
You can start with:
Code: [Select]

<div id="seller">
          <h2 class="sc-click">
                          <div class="left"><i class="fa fa-user"></i></div>
              Seller's info                      </h2>


          <div class="sc-block body">
            <div class="inside">

my own text...

            </div>

          </div>
        </div>
Title: Re: Custom box
Post by: srdjan on January 07, 2017, 10:05:08 PM
Great, exactly what i need. Thank you.