delivery-content-mid-right
This commit is contained in:
parent
6982c3835b
commit
424db19fb3
|
|
@ -78,8 +78,8 @@ class AltynAsyr extends Payment
|
|||
}
|
||||
|
||||
}catch(\Exception $e){
|
||||
Log::info($result);
|
||||
Log::error($e);
|
||||
// Log::info($result);
|
||||
// Log::error($e);
|
||||
return [
|
||||
"success" => false,
|
||||
"message" => $e->getMessage()
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@
|
|||
<div class="product-section-pagination-wrapper">
|
||||
<div class="product-section-pagination">
|
||||
<div class="pagination-buttons">
|
||||
<a href="{{ $results->lastPage() }}" class="pagination-button pagination-button-left">
|
||||
<a href="{{ $results->lastPageUrl() }}" class="pagination-button pagination-button-left">
|
||||
<div>
|
||||
<img src="{{bagisto_asset('icons/arrow-down-sign-to-navigate.svg')}}" alt="">
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ class ProductRepository extends Repository
|
|||
});
|
||||
|
||||
return $query->groupBy('product_flat.id');
|
||||
})->paginate(isset($params['limit']) ? $params['limit'] : 9);
|
||||
})->paginate(isset($params['limit']) ? $params['limit'] : 15);
|
||||
|
||||
return $results;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue