 
	
	Лучший Ответ woodman , 11 March 2016 - 12:11
Как такового шаблона для кнопок количества нету. положение кнопок описано в хелпере jbhtml.php, примерно на 330й строке.
Я совсем недавно переделывал под такой же вид, как у Вас на картинке. Вот можете воспользоваться моим кодом.
$html = array(
            '<table cellpadding="0" cellspacing="0" border="0" class="quantity-wrapper jsQuantity" id="' . $id . '">',
            '  <tr>',
            '    <td class="minus"><span class="jsRemove jbbutton micro">-</span></td>',
            '    <td >',
            '      <div class="jsCountBox item-count-wrapper">',
            '        <div class="item-count">',
            '          <dl class="item-count-digits">' . str_repeat('<dd></dd>', 5) . '</dl>',
            '          <input type="text" class="input-quantity jsInput" maxlength="6" name="' . $name . '" value="' . $default . '">',
            '        </div>',
            '      </div>',
            '    </td>',
            '    <td class="plus"><span class="jsAdd jbbutton micro">+</span></td>',
            '  </tr>',
            '</table>',
            '<div class="borderrr"></div>',
        );
		
				
			
			Перейти к сообщению  
	
	 


 
			
			
			
				 Тема закрыта
 Тема закрыта 
					
 
		
		 
		
		 
		
		








