commit
fbf5da570e
|
|
@ -9,8 +9,8 @@ use Webkul\Core\Repositories\SliderRepository as Slider;
|
|||
/**
|
||||
* Slider controller for managing the slider controls.
|
||||
*
|
||||
* @author Prashant Singh <prashant.singh852@webkul.com> @prashant-webkul
|
||||
* @copyright 2018 Webkul Software Pvt Ltd (http://www.webkul.com)
|
||||
* @author Prashant Singh <prashant.singh852@webkul.com> @prashant-webkul
|
||||
* @copyright 2018 Webkul Software Pvt Ltd (http://www.webkul.com)
|
||||
*/
|
||||
class SliderController extends Controller
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
namespace Webkul\Discount\Helpers\Catalog;
|
||||
|
||||
use Webkul\Discount\Repositories\CatalogRepository as CatalogRule;
|
||||
use Webkul\Discount\Helpers\Catalog\ConvertXToProductId;
|
||||
use Carbon\Carbon;
|
||||
|
||||
/**
|
||||
* Sale - Abstract class designed to initiate the application of Catalog Rules
|
||||
|
|
|
|||
|
|
@ -358,6 +358,10 @@ class CatalogRuleController extends Controller
|
|||
public function applyRules()
|
||||
{
|
||||
$this->sale->apply();
|
||||
|
||||
session()->flash('success', 'Rules processing done');
|
||||
|
||||
return redirect()->route('admin.catalog-rule.index');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=ad1039174ce2c81c8805",
|
||||
"/css/shop.css": "/css/shop.css?id=e60a80df9a36aa0e44dc"
|
||||
"/css/shop.css": "/css/shop.css?id=0647d577bed15c4b141e"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ body {
|
|||
font-family: $font-montserrat;
|
||||
}
|
||||
|
||||
*::-webkit-input-placeholder {
|
||||
*::-moz-input-placeholder {
|
||||
font-family: $font-montserrat;
|
||||
}
|
||||
|
||||
|
|
@ -425,9 +425,8 @@ input {
|
|||
-webkit-box-shadow: 0px 2px 16px 4px rgba(40, 44, 63, 0.07);
|
||||
-moz-box-shadow: 0px 2px 16px 4px rgba(40, 44, 63, 0.07);
|
||||
box-shadow: 0px 2px 16px 4px rgba(40, 44, 63, 0.07);
|
||||
padding: 10px;
|
||||
transition: .3s;
|
||||
outline: 1px solid $outline-hvr;
|
||||
// outline: 1px solid $outline-hvr;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 580px) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue