You can specify images for the product features with the Brand type
|
Welcome to our account! Добро пожаловать!
Add-ons | Licenses | Development | Integration with 3rd party systems
Модули | Лицензии | Разработка на заказ | Интеграция с любыми системами
Our company has skilled professionals who have been working with CS-Cart for more than 7 years and have developed projects of different complexity. Our professionals will help you not only create an ecxellent store but also will they help you make your business more successful!
Find review about our company on
- our website
- official CS-Cart forum
- CS-Cart marketplace.
We will help your dreams come true.
Say THANK YOU (Evkaristo, Arigato, Спасибо, Merci, Teşekkür ederim, Saha, Gracias, Danke schön, Tod'a, Dhanyavad) to eCom Labs team
Today, 04:36 AM
You can specify images for the product features with the Brand type
Today, 04:35 AM
So try to reproduce the issue on the demo. Possibly there is a bug there
Today, 04:34 AM
Please try
function fn_my_changes_get_users_post(&$users, $params, $auth) { if (defined('API') && !empty($users)) { foreach ($users as $k => $v) { $users[$k]['userdetails'] = fn_get_profile_fields_data('U', $v['user_id']); } } }
Yesterday, 01:20 PM
Just replace
function fn_my_changes_get_users_post($users, $params, $auth)
with
function fn_my_changes_get_users_post(&$users, $params, $auth)
Yesterday, 04:56 AM
Thanks for the suggestion, however using a coupon code shouldn't need a customer to log out and back in again for it to work...
Assign user group bonus will work for logged in customers only