Search found 13 matches

by vishal_thakur
08 Sep 2021, 06:30
Forum: Help
Topic: How can i remove minimum character validation in catalog search?
Replies: 4
Views: 1135

Re: How can i remove minimum character validation in catalog search?

The MySQL full text search has a minimum character length too. Here you can find how to change that: https://aimeos.org/docs/latest/infrastructure/databases/#search-for-short-words For Search for short words https://aimeos.org/docs/2021.x/infrastructure/databases/#search-for-short-words Where my.cn...
by vishal_thakur
06 Sep 2021, 11:44
Forum: Help
Topic: How can i remove minimum character validation in catalog search?
Replies: 4
Views: 1135

Re: How can i remove minimum character validation in catalog search?

In custom JS, set: AimeosCatalogFilter.MIN_INPUT_LEN = 1; it's only works for frontend means it's only remove min input length validation from frontend we have some products which have only 2 digit SKU code . like 0-99 https://prnt.sc/1re08uj but search doesn't work with 1 or 2 digit : https://prnt...
by vishal_thakur
03 Sep 2021, 11:54
Forum: Help
Topic: How can i remove minimum character validation in catalog search?
Replies: 4
Views: 1135

How can i remove minimum character validation in catalog search?

How can i remove minimum character validation in catalog search?
by vishal_thakur
06 Aug 2021, 08:42
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26434

Re: CSV Product Import not working

thank you so much :)
problem is now solved
by vishal_thakur
06 Aug 2021, 07:03
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26434

Re: CSV Product Import not working

here is my csv file : item code,item label,item type,item status,text type,text content,text type,text content,media label,media url,price currencyid,price quantity,price value,price tax rate,price currencyid,price quantity,price value,price tax rate,catalog code,catalog list type,property value,pr...
by vishal_thakur
06 Aug 2021, 06:07
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26434

Re: CSV Product Import not working

i'm getting error while importing product Unable to import product with code "dish_soap_1": Invalid characters in date "default". ISO format "YYYY-MM-DD hh:mm:ss" expected. i have changed item code too much time but i'm still getting the same error. here is my csv file ...
by vishal_thakur
02 Aug 2021, 09:43
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26434

Re: CSV Product Import not working

i have added the default mapping in configuration file here you can check the default mapping in configuration file : https://prnt.sc/1ibnm3j now i'm getting these error while running the command : php artisan aimeos:jobs "product/import/csv" https://prnt.sc/1ibp3rj can you please check th...
by vishal_thakur
02 Aug 2021, 06:40
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26434

Re: CSV Product Import not working

can you please guide me, how can i map my csv file?
and what is the location for map file and how can i add array inside the map file?
by vishal_thakur
30 Jul 2021, 09:30
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26434

Re: CSV Product Import not working

aimeos wrote: 29 Jul 2021, 08:00 Configuration must be (without the file name):

Code: Select all

'location' => basepath( 'tmp' )

here is the screenshot from my config file : https://prnt.sc/1hiqvib
and i'm getting these errors while importing the csv : https://prnt.sc/1hipkvb
can you please check these errors?
by vishal_thakur
29 Jul 2021, 08:28
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26434

Re: CSV Product Import not working

now i'm getting these errors : https://prnt.sc/1hipkvb
and here is the screenshot from my config file : https://prnt.sc/1hiqvib