Перейти к публикации
View in the app

A better way to browse. Learn more.

Дизайн и модификация Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

COMMERCE 4.1.10 - как добавить переход между товарами?

Опубликовано:

Подскажите, как сделать переход между товарами категории на странице товара?

 

В Downloads это выглядит так:

 

691055fb465b.jpg

И реализовано в шаблоне view просмотра файла так:

 

	{{if $prev || $next}}
	<div class='ipsGrid ipsGrid_collapsePhone ipsPager ipsSpacer_top'>
		{{if $prev !== NULL}}
			<div class="ipsGrid_span6 ipsType_left ipsPager_prev">
				<a href="{$prev->url()}" title="{lang="prev_file"}" rel="prev">
					<span class="ipsPager_type">{lang="prev_file"}</span>
					<span class="ipsPager_title ipsType_light ipsType_break">{wordbreak="$prev->mapped('title')"}</span>
				</a>
			</div>
		{{else}}
			<div class='ipsGrid_span6'> </div>
		{{endif}}
		{{if $next !== NULL}}
			<div class="ipsGrid_span6 ipsType_right ipsPager_next">
				<a href="{$next->url()}" title="{lang="next_file"}" rel="next">
					<span class="ipsPager_type">{lang="next_file"}</span>
					<span class="ipsPager_title ipsType_light ipsType_break">{wordbreak="$next->mapped('title')"}</span>
				</a>
			</div>
		{{else}}
			<div class='ipsGrid_span6'> </div>
		{{endif}}
	</div>
	<hr class='ipsHr'>
{{endif}}

 

Как заставить работать аналогичный код в шаблоне package (просмотр товара в Commerce)?

Рекомендованные сообщения

Опубликовано:

Для начала нужно смотреть если в коде предусмотрена реализация переходов между товарами.

Опубликовано:
  • Автор

Не предусмотрена. Можно сделать код для перехода по следующему и предыдущему id товара в категории? Может быть не такой сложный, как дефолтный.

Создайте аккаунт или войдите в него для комментирования

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.