Chris

Results 34 comments of Chris

mmm I didn't yet look into the discount thing. I just remember a discountapplier class. Where would that make sense to add an event? in the TotalCalculator maybe before and...

just an idea: one easy way maybe could be to allow the possibility to register a new DiscountApplier class for now, which will allow us to provide anything.

yes indeed but this is not the issue at play here. The issue is that the alternate shipping still applies when it should not.

my bad, I just realized my mistake. It is not an alternate shipping discount that is applied, it is a shipping method that becomes available when the order is above...

same error here, can't produce any build for iOS

you can attach a controller `controller: _datePickercontroller,`, then animate to the date you want `_datePickercontroller.animateToDate(date);`

facing the same issue, not resolving

I found a solution by inserting the 'web' middleware in the api routes.php ```php Route::group([ 'middleware' => ['web'], 'prefix' => 'api', 'namespace' => 'Api\Http\Controllers' ], function () { ``` hope...

ok, i understand now. yes after quicky check your code, i liked your approach used to handle a vuejs concept inside the october cms, i would like to test it...