will
will
Thanks @djonatanb - i'm migrating a site to cake3, so changing upload plugin could make moving the data tricky. probably worth it though to have a system that is going...
+1 - this plugin is so good i don't really wanna switch to ST3 without it. : )
interesting question. You can easily have two index views, just declare them both in the admin.rb file, but how do we enable pagination for the table? `config.paginate = false` because...
@zorab47 looks great, thanks. I get an undefined variable for presenter_config - how are you getting that to work?
closer @zorab47 , but declaring the sortable tree at the top of the resource is overriding the pagination. it fetches all the items & no pagination buttons. is there a...
oh. ok thanks.
hi @hpeide - thanks for this. very helpful. I think the discount module issue is because you are going back to the product and calculating the price. Maybe if we...
ok. does $this->Order() contain shipping and discount stuff, or just product line items?
answer: no. so how to avoid losing the shipping and discount calculations. tricky.
actually. we need to consider what the discount has been applied to.