|
231 | 231 | </div> |
232 | 232 | </div> |
233 | 233 |
|
| 234 | + <div class="card"> |
| 235 | + <div class="card-header" id="heading10"> |
| 236 | + <h4 class="collapsed" data-toggle="collapse" data-target="#collapse_button_style" aria-expanded="false" aria-controls="collapse_button_style"> |
| 237 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_TITLE"}] |
| 238 | + </h4> |
| 239 | + </div> |
| 240 | + |
| 241 | + <div id="collapse_button_style" class="collapse" aria-labelledby="heading10" data-parent="#accordion"> |
| 242 | + <div class="card-body"> |
| 243 | + <div class="form-group"> |
| 244 | + <label for="style-button-layout">[{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_LAYOUT"}]</label> |
| 245 | + <div class="controls"> |
| 246 | + <select name="conf[oscPayPalButtonStyleLayout]" id="style-button-layout" class="form-control"> |
| 247 | + <option value="horizontal" [{if $config->getPayPalButtonStyleLayout() == 'horizontal'}]selected[{/if}]> |
| 248 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_LAYOUT_HORIZONTAL"}] |
| 249 | + </option> |
| 250 | + <option value="vertical" [{if $config->getPayPalButtonStyleLayout() == 'vertical'}]selected[{/if}]> |
| 251 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_LAYOUT_VERTICAL"}] |
| 252 | + </option> |
| 253 | + </select> |
| 254 | + </div> |
| 255 | + <span class="help-block">[{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_LAYOUT_HELP"}]</span> |
| 256 | + </div> |
| 257 | + <div class="form-group"> |
| 258 | + <label for="style-button-color">[{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_COLOR"}]</label> |
| 259 | + <div class="controls"> |
| 260 | + <select name="conf[oscPayPalButtonStyleColor]" id="style-button-color" class="form-control"> |
| 261 | + <option value="gold" [{if $config->getPayPalButtonStyleColor() == 'gold'}]selected[{/if}]> |
| 262 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_COLOR_GOLD"}] |
| 263 | + </option> |
| 264 | + <option value="blue" [{if $config->getPayPalButtonStyleColor() == 'blue'}]selected[{/if}]> |
| 265 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_COLOR_BLUE"}] |
| 266 | + </option> |
| 267 | + <option value="silver" [{if $config->getPayPalButtonStyleColor() == 'silver'}]selected[{/if}]> |
| 268 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_COLOR_SILVER"}] |
| 269 | + </option> |
| 270 | + <option value="white" [{if $config->getPayPalButtonStyleColor() == 'white'}]selected[{/if}]> |
| 271 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_COLOR_WHITE"}] |
| 272 | + </option> |
| 273 | + <option value="black" [{if $config->getPayPalButtonStyleColor() == 'black'}]selected[{/if}]> |
| 274 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_COLOR_BLACK"}] |
| 275 | + </option> |
| 276 | + </select> |
| 277 | + </div> |
| 278 | + <span class="help-block">[{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_COLOR_HELP"}]</span> |
| 279 | + </div> |
| 280 | + <div class="form-group"> |
| 281 | + <label for="style-button-shape">[{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_SHAPE"}]</label> |
| 282 | + <div class="controls"> |
| 283 | + <select name="conf[oscPayPalButtonStyleShape]" id="style-button-shape" class="form-control"> |
| 284 | + <option value="rect" [{if $config->getPayPalButtonStyleShape() == 'rect'}]selected[{/if}]> |
| 285 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_SHAPE_RECT"}] |
| 286 | + </option> |
| 287 | + <option value="sharp" [{if $config->getPayPalButtonStyleShape() == 'sharp'}]selected[{/if}]> |
| 288 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_SHAPE_SHARP"}] |
| 289 | + </option> |
| 290 | + <option value="pill" [{if $config->getPayPalButtonStyleShape() == 'pill'}]selected[{/if}]> |
| 291 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_SHAPE_PILL"}] |
| 292 | + </option> |
| 293 | + </select> |
| 294 | + </div> |
| 295 | + <span class="help-block">[{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_SHAPE_HELP"}]</span> |
| 296 | + </div> |
| 297 | + <div class="form-group"> |
| 298 | + <label for="style-button-label">[{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_LABEL"}]</label> |
| 299 | + <div class="controls"> |
| 300 | + <select name="conf[oscPayPalButtonStyleLabel]" id="style-button-label" class="form-control"> |
| 301 | + <option value="paypal" [{if $config->getPayPalButtonStyleLabel() == 'paypal'}]selected[{/if}]> |
| 302 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_LABEL_PAYPAL"}] |
| 303 | + </option> |
| 304 | + <option value="checkout" [{if $config->getPayPalButtonStyleLabel() == 'checkout'}]selected[{/if}]> |
| 305 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_LABEL_CHECKOUT"}] |
| 306 | + </option> |
| 307 | + <option value="buynow" [{if $config->getPayPalButtonStyleLabel() == 'buynow'}]selected[{/if}]> |
| 308 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_LABEL_BUYNOW"}] |
| 309 | + </option> |
| 310 | + <option value="pay" [{if $config->getPayPalButtonStyleLabel() == 'pay'}]selected[{/if}]> |
| 311 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_LABEL_PAY"}] |
| 312 | + </option> |
| 313 | + [{* |
| 314 | + <option value="installment" [{if $config->getPayPalButtonStyleLabel() == 'installment'}]selected[{/if}]> |
| 315 | + [{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_LABEL_INSTALLMENT"}] |
| 316 | + </option> |
| 317 | + *}] |
| 318 | + </select> |
| 319 | + |
| 320 | + </div> |
| 321 | + <span class="help-block">[{oxmultilang ident="OSC_PAYPAL_STYLE_BUTTON_LABEL_HELP"}]</span> |
| 322 | + </div> |
| 323 | + </div> |
| 324 | + </div> |
| 325 | + </div> |
| 326 | + |
| 327 | + |
234 | 328 | <div class="card"> |
235 | 329 | <div class="card-header" id="heading3"> |
236 | 330 | <h4 class="collapsed" data-toggle="collapse" data-target="#collapse3" aria-expanded="false" aria-controls="collapse3"> |
|
0 commit comments