Jump to content

Obrzydliwa tabela sposobów wysyłki


McAronik

Recommended Posts

Niestety, order-carrier.tpl nie zawiera ustawień css a myślę że o nie właśnie chodzi. 

Nie wiem dla jakich elementów pliku css ustawić szerokości kolumn np 20% 10% itp żeby zostało to uwględnione. 

//Edit

Ok poradziłem sobie: cześciowo w pliku global.css  i częściowo w bootstrap.min.css 

Procentowe wpisy dla width nie działały - niestety nieelegancko ale musiałem ustawić parametru punktowo na 50px 100px i 300px

Teraz wygląda ok

Edited by McAronik (see edit history)
Link to comment
Share on other sites

------------------------------------------------------------

Okej to np. delivery_option_radio
------------------------------------------------------------

Search "delivery_option_radio" (15 hits in 6 files)
\themes\default-bootstrap\css\global.css (2 hits)
Line 7521:       #order .delivery_option > div > table.resume td.delivery_option_radio,
Line 7522:       #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  \themes\default-bootstrap\js\cart-summary.js (2 hits)
Line 57: $('.delivery_option_radio').on('change', function(){
Line 987: $.each($('.delivery_option_radio'), function() {
  \prestashop\themes\default-bootstrap\js\order-carrier.js (1 hit)
Line 37: $(document).on('change', 'input.delivery_option_radio', function(){
  \prestashop_1.6.0.14\prestashop\themes\default-bootstrap\js\order-opc.js (5 hits)
Line 533: var delivery_option_radio = $('.delivery_option_radio');
Line 533: var delivery_option_radio = $('.delivery_option_radio');
Line 535: $.each(delivery_option_radio, function(i) {
Line 537: delivery_option_params += $(delivery_option_radio).attr('name') + '=' + $(delivery_option_radio).val() + '&';
Line 537: delivery_option_params += $(delivery_option_radio).attr('name') + '=' + $(delivery_option_radio).val() + '&';
\themes\default-bootstrap\order-carrier.tpl (4 hits)
Line 67: <td class="delivery_option_radio">
Line 68: <input id="delivery_option_{$id_address|intval}_{$option@index}" class="delivery_option_radio" type="radio" name="delivery_option[{$id_address|intval}]" data-key="{$key}" data-id_address="{$id_address|intval}" value="{$key}"{if isset($delivery_option[$id_address]) && $delivery_option[$id_address] == $key} checked="checked"{/if} />
Line 125: <td rowspan="{$option.carrier_list|@count}" class="delivery_option_radio first_item">
Line 126: <input id="delivery_option_{$id_address|intval}_{$option@index}" class="delivery_option_radio" type="radio" name="delivery_option[{$id_address|intval}]" data-key="{$key}" data-id_address="{$id_address|intval}" value="{$key}"{if isset($delivery_option[$id_address]) && $delivery_option[$id_address] == $key} checked="checked"{/if} />
 \prestashop\themes\default-bootstrap\sass\global.scss (1 hit)
Line 2557: &.delivery_option_radio {
 
 
------------------------------------------------------------
Tutaj: delivery_option_price
------------------------------------------------------------
 
Search "delivery_option_price" (7 hits in 3 files)
\themes\default-bootstrap\css\global.css (2 hits)
Line 7531:       #order .delivery_option > div > table.resume td.delivery_option_price,
Line 7532:       #order-opc .delivery_option > div > table.resume td.delivery_option_price {
\themes\default-bootstrap\order-carrier.tpl (4 hits)
Line 102: <td class="delivery_option_price">
Line 103: <div class="delivery_option_price">
Line 180: <td rowspan="{$option.carrier_list|@count}" class="delivery_option_price">
Line 181: <div class="delivery_option_price">
\themes\default-bootstrap\sass\global.scss (1 hit)
Line 2567: &.delivery_option_price {
 

Mam nadzieje, że to już Ci pomoże.

Edited by jprzezdziek (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...