Mulit Submits disable, global Tag
This commit is contained in:
parent
78f43169c8
commit
0ed47d3553
14 changed files with 107 additions and 23 deletions
|
|
@ -460,6 +460,7 @@ class WizardController extends Controller
|
|||
$image = $product->images->first()->slug;
|
||||
}
|
||||
Yard::instance('shopping')->add($product->id, $product->getLang('name'), 1, $product->price, $product->tax, ['image' => $image, 'slug' => $product->slug, 'weight' => $product->weight]);
|
||||
Yard::instance('shopping')->setGlobalTaxRate(0);
|
||||
|
||||
//set onboarding products
|
||||
if(Request::get('products_on_board')){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue