Basic Details
code))
readonly
@else
onblur="if(jQuery.trim(this.value) != '' && jQuery.inArray( this.value, allArticles) >= 0){toastr.error('Article already exists!'); this.value='';this.focus();$('.mixerDiv').hide();return false;} else {$('.mixerDiv').show();}"
@endif
>
Description
Attributes
{{-- ATTRIBUTE MASTERS HERE --}}
@php
$existProductMasterValues = [];
if(!empty($article->mastervalues)):
$tempMastervals = $article->mastervalues;
foreach( $tempMastervals as $tempMasterval) {
$existProductMasterValues[$tempMasterval->master_id][] = $tempMasterval->master_value_id;
}
endif;
@endphp
@foreach($masters as $master)
@endforeach
{{-- ATTRIBUTE MASTERS HERE --}}
Variations
Select Both Colors and size to make the variations.
Price
@include("backend.articles.product-combinationsnew")
Component Details
Suggested Cordinates
Article Images
Color |
Image |
Action |
@php $aimages = [];
if(!empty($ArticleImg) && count($ArticleImg) > 0) {
foreach($ArticleImg as $key => $value) {
$aimages[$value->color_id] = array('id'=>$value->id,'color_id'=>$value->color_id,'color_name'=>$value->color_name,'imgname'=>$value->imgname,'code'=>$value->code);
}
}
if(!empty($DraftArticleImg) && count($DraftArticleImg) > 0) {
foreach($DraftArticleImg as $key => $value) {
$aimages[$value->color_id] = array('id'=>$value->id,'color_id'=>$value->color_id,'color_name'=>$value->color_name,'imgname'=>$value->imgname,'code'=>$value->code);
}
}
@endphp
@foreach($acolor as $keys => $values)
@if(!empty($aimages) && count($aimages) > 0)
@if(array_key_exists($keys, $aimages))
{{ $values }}
color_name)}}" class="form-control" placeholder="Enter Image Color" required />
|
|
|
@else
{{ $values }}
|
No Image Uploaded
|
|
@endif
@else
{{ $values }}
|
No Image Uploaded
|
|
@endif
@endforeach
Cancel
@if(!empty($article->code))
Print @endif