replayer Опубликовано 26 Августа, 2025 в 09:29 Post #14542 Опубликовано 26 Августа, 2025 в 09:29 Hello everyone, I want to have more than one product image in my product feed. But unfortunately, it doesn't work. I've tried all formats: txt, csv, xml... Am I doing something wrong? AB: Advanced Product Export 3.14.0 • 29.12.2024 AB: Product feed export 1.14.0 • 29.12.2024
Администраторы ab.support.serhii Опубликовано 26 Августа, 2025 в 10:06 Администраторы Post #14547 Опубликовано 26 Августа, 2025 в 10:06 @replayer the template code must also be written in such a way that it can upload multiple images. You can create a ticket with access to your site https://cs-cart.alexbranding.com/en/support-conditions.html so that we can check your template and, if necessary, estimate the cost of refining it for you.
replayer Опубликовано 26 Августа, 2025 в 10:23 Автор Post #14548 Опубликовано 26 Августа, 2025 в 10:23 I don't understand why you can select it and it's not integrated into the code.
Администраторы ab.support.serhii Опубликовано 26 Августа, 2025 в 13:32 Администраторы Post #14549 Опубликовано 26 Августа, 2025 в 13:32 @replayer if you have used a standard template as a basis, it cannot cover all requirements for all cases. It is intended more as an example. Each third-party service has its own requirements for feeds, and based on these, the developer can generate the necessary template code, which, in combination with the available options, can create the required feed. We have some ready-made templates for certain popular services, but for others, an individual approach is required.
replayer Опубликовано 27 Августа, 2025 в 11:58 Автор Post #14551 Опубликовано 27 Августа, 2025 в 11:58 I wanted to know if I'd overlooked a feature of the add-on. It's been resolved, thanks. maybe someone else can use it too. Don't forget to add "additional_image_link" to in the string. {if $product.images} ,"{$product.images.0 nofilter}" {else} ,"" {/if} {assign var="additional_images" value=""} {if $product.images|count > 1} {foreach $product.images as $k => $img} {if $k == 0} {continue}{/if} {if $additional_images neq ""} {assign var="additional_images" value="{$additional_images},{$img}"} {else} {assign var="additional_images" value="{$img}"} {/if} {/foreach} {/if}
Рекомендуемые сообщения
Для публикации сообщений создайте учётную запись или авторизуйтесь
Вы должны быть пользователем, чтобы оставить комментарий
Создать аккаунт
Зарегистрируйте новый аккаунт в нашем сообществе. Это очень просто!
Регистрация нового пользователяВойти
Уже есть аккаунт? Войти в систему.
Войти