Search found 33 matches

by Bevi
26 Sep 2017, 14:39
Forum: Laravel package
Topic: Mapping different products
Replies: 8
Views: 7211

Re: Mapping different products

I have the following categories in my shop:

1.Wheels
2.Modeling
3.Clothes
4Electronics

each of them needs a different mapping in order to import their own csv, but, as far as I know, I could only make 1 type of mapping in the shop.php.
What should I do?
by Bevi
25 Sep 2017, 21:33
Forum: Laravel package
Topic: Mapping different products
Replies: 8
Views: 7211

Mapping different products

Hi, how am I supposed to make a different mapping for each category? Is it even possible, or will I have to make a new shop for every kind of product?
by Bevi
25 Sep 2017, 21:19
Forum: Laravel package
Topic: Attribute translations
Replies: 1
Views: 1017

Attribute translations

Hello, I was wondering if it's possible to have more than 1 language for attribute types.

Would this work?
1 => 'attribute.type',
2 => 'attribute.type.language',