Auto Price

On this page, you can price out your items based on the wholesale price provided to us via the manufacturer feed.

Please enter your markup in the fields below, click "Save".

Your markups will affect the following products:

    @foreach($auto_prices as $auto_price)
  • * {{$auto_price->brand_id > 0 ? $auto_price->brand->title : 'All' }} - {{$auto_price->brandProducts()}} product(s)
  • @endforeach
{{--

Click here to download a spreadsheet of all items that cannot be priced using the auto price.

--}}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return savePrices();']) !!} @foreach($auto_prices as $auto_price) @endforeach
Brand Category/Group MSRP Everyday Price Sale Price Price Ending Action
{{$auto_price->brand_id > 0 ? $auto_price->brand->title : 'All' }} {{$auto_price->category_id > 0 ? $auto_price->object->title : 'Available In Store' }}
{!! Form::select('brand' , $brands, null , ['class' => 'form-control','placeholder' => 'All','id' => 'product_brands']) !!}
{!! Form::text('msrp','', ['class' => 'form-control','id' => 'msrp']) !!} {!! Form::text('price','', ['class' => 'form-control','id' => 'price']) !!} {!! Form::text('sale_price','', ['class' => 'form-control','id' => 'sale_price']) !!} {!! Form::text('price_ending','', ['class' => 'form-control','id' => 'price_ending']) !!} Add

{!! Form::close() !!}
@if(isset($product->id))
Demo - Try me!

Below you can test your markup to see how it will appear on your products (we have randomly selected an auto-pricing-eligible product from your catalog).

Example wholesale price is: {{empty($product->display_price) ? '' : '$'.$product->display_price.'.'}}

Brand Category MSRP Everyday Price Sale Price Price Ending Action
{{optional(optional($product)->brand)->title}} {{optional(optional($product)->category)->title}} {!! Form::text('msrp',0, ['class' => 'form-control','id' => 'msrp']) !!} {!! Form::text('price',0, ['class' => 'form-control','id' => 'price']) !!} {!! Form::text('sale_price',0, ['class' => 'form-control','id' => 'sale_price']) !!} {!! Form::text('price_ending',0, ['class' => 'form-control','id' => 'price_ending']) !!} Update
@if(isset($product->id))

{{$product->title}}


SKU: {{$product_sku}}
Brand: {{$product->brand->title}}

@endif

@endif