Эти вещи по умолчанию обязан иметь самый примитивный компонент интернет-магазина, которых уже десятки и этот не исключение.
Должны. Вот только не имеют. Тот же JoomShopping (я до этого момента как раз им пользовался).
Не может в дефолте управлять различными остатками товара в зависимости от атрибутов.
Нет фильтра в пакете.
Нет одностраничного оформления заказа в пакете (кому сейчас надо 5 раз перезагружать корзину чтобы оформить заказ? -никому).
Нет возможности прикрепить цвет (опять же без доп.плагинов) для различного вида атрибутов.
As always, I would be grateful for feedback.
Thanks, Jan
Jan, Thank you for devoping a very nice e-commerce component.
I have some questions:
1. How I can create product parameters (characteristics)? For example: JoomShopping have 2 logic types - attributes and characteristics. When I used attributes - I can create product constructor (create a few sizes or colors etc.). When I used characteristics - I can create option list for product (matherial, season collection and other specific parameters which have't dependencies with price or stock). Your component just have one type so when I want separate logic (attributes and characteristic) - I can't do it...
So I should to create all params to attributes. For example:
I have t-shorts shop. I have colors, sizes, season collection. I want write to stock colors combination with sizes combinations but I don't want have many combinations sizes-seasons-colors (In real e-shop I have 10-15 attributes - so many stock variant is not cool..)
2. I have 3 storage. I can create attribute "storage" and add to custom variants
color:white storage:1 stock = 3;
color:white storage:2 stock = 5;
It's cool! But I want add different prices for different storages. I have't this features..
3. Attribute prices. I can't add some percent for product price to some attribute. For example:
Color:white +/- 50$ - it's ok.
But I want add pecent price:
Color:white +% / -% 5 = (price +/- % 5) - I can't do it..