Перейти к содержанию

Bestseller Products block on the product page from same category


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

Hi,

 

I would like to create a block on the product page with best-selling products from the same category.

This code has worked very well so far with Responsive theme und Energothemes but now with UniTheme it doesn't work anymore. what could it be?

I think there is a conflict with this file:
/app/addons/abt__unitheme2/schemas/block_manager/blocks.post.php


the code I have used so far :

app addons bestsellers schemas block_manager blocks.post.php

$schema['products']['content']['items']['fillings']['bestsellers'] = array (
'params' => array (
'bestsellers' => true,
'sales_amount_from' => 1,
'include_child_variations' => true,
'sort_by' => 'sales_amount',
'sort_order' => 'desc',
'request' => array (
'cid' => '%CATEGORY_ID'
),
'session' => array(
'cid' => '%CURRENT_CATEGORY_ID%'
)
),
);

Ссылка на комментарий
  • Администраторы

@replayer without investigating the problem, it is difficult to tell the cause.
Create a ticket with access to the site and describe this issue in detail.

https://cs-cart.alexbranding.com/en/support-conditions.html

Ссылка на комментарий

Для публикации сообщений создайте учётную запись или авторизуйтесь

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйте новый аккаунт в нашем сообществе. Это очень просто!

Регистрация нового пользователя

Войти

Уже есть аккаунт? Войти в систему.

Войти
  • Последние посетители   0 пользователей онлайн

    • Ни одного зарегистрированного пользователя не просматривает данную страницу
×
×
  • Создать...