Search found 2 matches

by MartinKrál
26 Aug 2023, 16:21
Forum: Laravel package
Topic: Custom delivery attributes not being retained in checkout
Replies: 1
Views: 30393

Custom delivery attributes not being retained in checkout

Laravel 10 PHP 8.1 Aimeos 2023.04 Hi Aimeos, I created a delivery decorator and I added a custom attribute. Everything works fine for the first order. However if an user is logged in and makes another order, payment and delivery checkout steps will be skipped as they are automatically using values f...
by MartinKrál
16 Jul 2023, 14:06
Forum: Laravel package
Topic: Custom delivery option
Replies: 1
Views: 6122

Custom delivery option

Hello! I am implementing delivery that allows users to select a pickup point - every pickup point has it´s own ID which I am able to store in an input field (I added this to delivery-body: <input type="hidden" id="zasilkovna_point_id" name="c_delivery[zasilkovna_point_id]&qu...