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

Пропал Ajax из корзины


Recommended Posts

При нажатии на кнопку уднония из корзины пересило происходить AJAX обновление. Не могу понять на каком эипе изменений это слулилось, но теперьь оно обновляется только принудительно через F5 :)

В чём может быть проблема?

koldiz.ru/cart

Link to comment
Share on other sites


Замените на кнопке уднония type="button" на type="submit" или onclick="cart.remove('656');" на onclick="cart.remove('656'); location.reload();", или в скрипте /cart/ на /cart, тогда страница перезагрузится.

В OpenCart и у вас catalog/view/javascript/common.js перезагрузка сгделана костыльно:

				if ((now_location == '/cart/') || (now_location == '/checkout/') || (getURLVar('route') == 'checkout/cart') || (getURLVar('route') == 'checkout/checkout')) {
					location = 'index.php?route=checkout/cart';
				}

 

В итоге из-за того, что адрес корзины не koldiz.ru/cart/, то не обновляет страницу после уднония.

  • +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.