Search found 10 matches

by David Haška
26 Sep 2018, 12:13
Forum: Help
Topic: New admin tab for shop configuration
Replies: 1
Views: 1488

New admin tab for shop configuration

Hello, is there any solution to make a new tab with shop configuration - sub-tabs will be modules / extensions. For example we want to have dynamic banners (we will change them every week) - best as module / extension. We want to edit / reupload them in current admin page and we want some configurat...
by David Haška
11 Sep 2018, 17:00
Forum: Help
Topic: Is it possible to have decimal values for product quantity
Replies: 2
Views: 1249

Re: Is it possible to have decimal values for product quanti

I also want to know that. Could anyone please answer this question? Thank you so much :))
by David Haška
06 Sep 2018, 12:02
Forum: Help
Topic: ADAPT / CHANGE CHECKOUT PROCESS
Replies: 7
Views: 2770

Re: ADAPT / CHANGE CHECKOUT PROCESS

I have already find out what is the problem. The problem was with PHP server which cache this (fetching) request, respectively the response for this response. I turn it off and it is working now.

Thank you so much for your patience.
by David Haška
06 Sep 2018, 09:47
Forum: Help
Topic: ADAPT / CHANGE CHECKOUT PROCESS
Replies: 7
Views: 2770

Re: ADAPT / CHANGE CHECKOUT PROCESS

Yes, i am 100% sure. Look at the code (fetching AJAX method is inside address AJAX DONE method): $("body").on("change", ".basket-standard-country select", function(ev) { var loadingText = $(".basket-standard").data("trans-loading"); var $select = $(t...
by David Haška
05 Sep 2018, 15:44
Forum: Help
Topic: CATALOG / CATEGORY SORT BY SPECIFIC ATTRIBUTE
Replies: 4
Views: 3326

Re: CATALOG / CATEGORY SORT BY SPECIFIC ATTRIBUTE

Is there any recipe how to extend the index attribute manager? A tried everything, but not succesfuly. And where are all filters where i have to put that function?

Thank you.
by David Haška
05 Sep 2018, 15:19
Forum: Help
Topic: ADAPT / CHANGE CHECKOUT PROCESS
Replies: 7
Views: 2770

Re: ADAPT / CHANGE CHECKOUT PROCESS

Everything is working like a charm now, but i have got one problem. The problem is when i fetch list of delivery or payment providers with jsonapi, it does not care about Country decorator (if i disable some country i can still se delivery / payment options in fetch). But when i refresh page - deliv...
by David Haška
31 Aug 2018, 07:35
Forum: Help
Topic: ADAPT / CHANGE CHECKOUT PROCESS
Replies: 7
Views: 2770

Re: ADAPT / CHANGE CHECKOUT PROCESS

Thank you so much for your answer. OK. I have already find almost everything i need to do this. Only one problem - i know how to fetch delivery/payment options (https://aimeos.org/docs/Developers/Client/JSONAPI/Managing_basket_services), but how to fetch them with country decorator / limitation. Sim...
by David Haška
31 Aug 2018, 06:34
Forum: Help
Topic: CATALOG / CATEGORY SORT BY SPECIFIC ATTRIBUTE
Replies: 4
Views: 3326

Re: CATALOG / CATEGORY SORT BY SPECIFIC ATTRIBUTE

Thank you for your answer. I also thought about creating two categories like summer and winter but the first problem is that we have already some categories like 'for men', 'for women', 'for children' and we dont want to divide it by seasons. And the second problem with two categories is that we wan...
by David Haška
30 Aug 2018, 17:22
Forum: Help
Topic: ADAPT / CHANGE CHECKOUT PROCESS
Replies: 7
Views: 2770

ADAPT / CHANGE CHECKOUT PROCESS

Hi, how can I change / adapt checkout process? And yeah, i have already read changes like change steps position etc. My problem: We want to have first choosing country and payment / delivery in first step and filling in address in second step but when i try to do it with onepage (address, payment, d...
by David Haška
30 Aug 2018, 17:15
Forum: Help
Topic: CATALOG / CATEGORY SORT BY SPECIFIC ATTRIBUTE
Replies: 4
Views: 3326

CATALOG / CATEGORY SORT BY SPECIFIC ATTRIBUTE

Hi, how can I sort a list of products in catalog / category by a specific attribute? My problem: We have cloth for winter and summer seasons so i created two attributes with code 'season' (winter and summer). The target is to sort product by this attribute by default (customer cannot see that it is ...