Search found 71 matches
- 26 Mar 2025, 13:16
- Forum: Help
- Topic: How to hide unused brands (and attributes) at filters block (at front of category)
- Replies: 5
- Views: 24666
Re: How to hide unused brands (and attributes) at filters block (at front of category)
Can you check what happens on your side there? I checked: both sections of the code have no differences (I have not reached this place before and have not made any changes.): /* Autocomplete 1590fe0 https://github.com/kraaden/autocomplete (MIT License) */ !function(e,t){"object"==typeof e...
- 23 Mar 2025, 16:22
- Forum: Help
- Topic: How to hide unused brands (and attributes) at filters block (at front of category)
- Replies: 5
- Views: 24666
Re: How to hide unused brands (and attributes) at filters block (at front of category)
Can you have a look into your browser console if there's a JS error? No any errors at, for example, category: IGBT on radiodar.market https://forum.radiodar.ru/uploads/monthly_2025_03/image.png.7dc35ca07103cd510e373cbfe521e901.png At least the attributes are normally hidden by default when there ar...
- 19 Mar 2025, 12:59
- Forum: Help
- Topic: How to hide unused brands (and attributes) at filters block (at front of category)
- Replies: 5
- Views: 24666
How to hide unused brands (and attributes) at filters block (at front of category)
Have: a form for searching and filtering when you are in a category. If there are a lot of parameters of characteristics (as well as brands), then all of them are displayed in the filtering field: https://forum.radiodar.ru/uploads/monthly_2025_03/image.png.0da25da5cd44147791d42b553b0ec83a.png Please...
- 07 Mar 2025, 09:51
- Forum: Help
- Topic: [SOLVED] Howto write multicurrency at csv file (for Aimeos import) + add second import job for only prices csv
- Replies: 10
- Views: 68445
Re: [SOLVED] Howto write multicurrency at csv file (for Aimeos import) + add second import job for only prices csv
Dear, how I can add "Quantity scale (optional)" to mapping?
Some of my items is a smal part, like resistors, with very low price, so it selling by 10 or 100 pcs minimum. How I can read (mapping) this parameter?
Some of my items is a smal part, like resistors, with very low price, so it selling by 10 or 100 pcs minimum. How I can read (mapping) this parameter?
- 06 Mar 2025, 22:28
- Forum: Help
- Topic: How can I choose Domain's type of stock? (right question: how to import only stocks qty?)
- Replies: 2
- Views: 20259
Re: How can I choose Domain's type of stock?
After add second job of import prices I think I have found problem solution. Will try after some sleep.
- 06 Mar 2025, 21:57
- Forum: Help
- Topic: [SOLVED] Howto write multicurrency at csv file (for Aimeos import) + add second import job for only prices csv
- Replies: 10
- Views: 68445
Re: Howto write multicurrency at csv file (for Aimeos import)
ATTENTION TO ALL: my some previous steps were wrong! ---THIS IS WORKING INSTRUCTION --- After carefully reading the instructions 10 times, I finally get +1% more experience with this wonderful Aimeos system (total 2% :lol: ) First of all: do it with very high attentions! 1) Create catalog for "...
- 06 Mar 2025, 14:31
- Forum: Help
- Topic: [SOLVED] Howto write multicurrency at csv file (for Aimeos import) + add second import job for only prices csv
- Replies: 10
- Views: 68445
Re: Howto write multicurrency at csv file (for Aimeos import)
------------------------------------------------------------------------------------------------- !!! Please, go to next message (after this) - for right instructions !!! ------------------------------------------------------------------------------------------------- I have understand what wrong at...
- 05 Mar 2025, 18:28
- Forum: Help
- Topic: How can I choose Domain's type of stock? (right question: how to import only stocks qty?)
- Replies: 2
- Views: 20259
How can I choose Domain's type of stock? (right question: how to import only stocks qty?)
Try to do my last steps for importing items, but has stopped at final cell of csv file. What I do: 1) Create csv file with full informations, unclude price, all texts and stock's quantity: https://forum.radiodar.ru/uploads/monthly_2025_03/image.png.a0e3be7a79ce4aaa4d546b5864ac93d2.png 2) At test mac...
- 05 Mar 2025, 11:28
- Forum: Help
- Topic: [SOLVED] Howto write multicurrency at csv file (for Aimeos import) + add second import job for only prices csv
- Replies: 10
- Views: 68445
Re: Howto write multicurrency at csv file (for Aimeos import)
For the CSV import yes, because the CSV import fetches the document from ES first, updates it and stores it again. your answers are food for the mind, thank you - they are extremely useful to us. Let me still ask you for advice on the most optimal and efficient algorithm for implementing my current...
- 03 Mar 2025, 11:49
- Forum: Help
- Topic: [SOLVED] Howto delete item by artisan? (clear all DB in ES)
- Replies: 5
- Views: 25077
Re: Howto delete item by artisan?
Just delete the ES index and run the setup again if you want to remove all (test) products: Thanks a lot!!! To All: 1) Delete item's indexes at ElasticSearch (command send from Aimeos server): curl -k --user elastic:PASSWORD -X DELETE http://192.168.0.4:9200/aimeos 2) also delete items stocks (if y...