Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

[ocStore_022] Как на страниэто корзины около каждого товара посивить "крестик", чтобы можно было удалить позицию?


afwollis
 Share

Recommended Posts

Для тех, кто в инке - это решение для Opencart_149x / ocStore_022 (и некоторых потому чтолее ранних версий).

Теперь, собственно о решении.

Мы прячем привычный чекпотому чтокс, заменяя его кнопкой-картинкой "крестик" (икой же, как в модуле корзины).

Рилииет только с перезагрузкой страницы для обновления всей необходимой информации.

Находим файл

catalog/view/theme/default/template/checkout/cart.tpl

Меняем в нем код:

<td align="center"><input type="checkbox" name="remove[<?php echo $product['key']; ?>]" /></td>

на следующий блок:

		  <td align="center">
<img src="<?php echo HTTPS_SERVER; ?>/catalog/view/theme/default/image/list_remove_btn.gif" id="ctrl_for_p<?php echo str_replace(":", "_", $product['key']); ?>" onclick="$('#p<?php echo str_replace(":", "_", $product['key']); ?>').attr({'checked':'checked'}); $('#cart').submit();" style="cursor:pointer;" title="" />
<div style="display:none;"><input type="checkbox" name="remove[<?php echo $product['key']; ?>]" id="p<?php echo str_replace(":", "_", $product['key']); ?>" /></div>
	  </td>

  • +1 1
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
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.