Search found 10 matches

by wenotine
05 Mar 2017, 11:00
Forum: Laravel package
Topic: Start date - end date
Replies: 3
Views: 2171

Re: Start date - end date

Thanks for the reply, Products in the future shown correctly, but we build our menu according to the mshop_index_catalog table contents: $product_manager = \Aimeos\MShop\Factory::createManager($context, 'product'); $product_search = $product_manager->createSearch(true); $product_search->setSlice(0, ...
by wenotine
04 Mar 2017, 08:00
Forum: Laravel package
Topic: Start date - end date
Replies: 3
Views: 2171

Start date - end date

Dear support, Please help me to solve this issue: When we upload a product, which has a start date that is different than now, it works fine and I can see the product in the store. We made our menu regarding the mshop_index_catalog, and we count the products in the mshop_index_catalog table to show ...
by wenotine
08 Feb 2017, 13:27
Forum: Help
Topic: after search the pagination on admin
Replies: 3
Views: 2322

Re: after search the pagination on admin

Thanks for the fast reply.

I use:
"laravel/framework": "5.2.*",
"aimeos/aimeos-laravel": "~2016.10",

it only happens in the simple mode.
I tested it on your demo store, and I got the same results.

Thank you!
by wenotine
08 Feb 2017, 10:03
Forum: Help
Topic: after search the pagination on admin
Replies: 3
Views: 2322

after search the pagination on admin

Dear Support, Please help me to solve this: When I try to search a product and filter: product status - it automaticly sets the options to: equals and this is the top of the list. when I click on search, the list extends with more elements: starts with, contains... and two more at the end of the lis...
by wenotine
04 Oct 2016, 11:51
Forum: Help
Topic: Import product category
Replies: 5
Views: 3781

Import product category

My other question:

How can I import product category from csv?

And, how can I add multi language for the product categories with mapping? (import csv)

Thank you!
by wenotine
04 Oct 2016, 10:43
Forum: Help
Topic: Import from csv
Replies: 10
Views: 6199

Import from csv

Dear Aimeos support, thank you for your excelent job, right now, we need You again :) We have our csv, where the products are different by size or by color. --------------------------------------------------------------------- Product code label color size 118391-56 4 Bourke vibrant green 2 size XL ...
by wenotine
26 Sep 2016, 13:01
Forum: Help
Topic: Coupon for product category
Replies: 1
Views: 2159

Coupon for product category

Thank you for helping me about the language setup. I updated the composer.json and now it works fine.

Now I am working with the Coupons, my question is: is there any way to give xy% discount for a PRODUCT CATEGORY? (or I can only give %discount for certain products?)

Thank you!
by wenotine
26 Sep 2016, 08:24
Forum: Help
Topic: .po file
Replies: 8
Views: 4970

Re: .po file

Thank you for your help again.

We finished the translation to Hungarian(hu) language on transiflex, please install the language file, and let me know what I have to do to reach it.

Thank you!
by wenotine
19 Sep 2016, 15:21
Forum: Help
Topic: .po file
Replies: 8
Views: 4970

.po file

Thank you again for your last help, now we are working on the language file. I saw your documentation and checked Transifex. I found the .po languge files, but if I change any words on the file, nothing happening on the site. How can I add the .po files or how can I generate the language from the .p...
by wenotine
17 Sep 2016, 15:26
Forum: Laravel package
Topic: Aimeos Language from URL
Replies: 1
Views: 1922

Aimeos Language from URL

Hello Everyone,

Please help me.

We mixed Aimeos with AsgardCMS, and our URI is different than the normal Aimeos URI.
My question is, how and where can we change the language (where exaclty is the language change happening)?
How can we change the language in the code?

Thank you very much!