samedi 3 novembre 2018

showing category selecet for box to show

my web site is http://bonabe.ir/

i am trying to showing category http://bonabe.ir/category/Electronic-Devices in Electronic box and i cant show category in box but i can show last product. please help me to solve this problem. thank you

 <div class="shop_product" style="margin-top: 20px;">

                <div class="shop_product_title">
                    <span>کالای دیجیتال</span>
                </div>


                <section class="new_product">
                    @foreach($product as $key=>$value)
                        <div class="product_box">

                            @if($value->get_img)

                                <div class="product_image_box">
                                    <a href="">
                                    <img src="">
                                    </a>
                                </div>

                            @endif


                            <p>
                                <a href="">
                                    @if(strlen($value->title)>50)
                                        
                                    @else
                                        
                                    @endif
                                </a>
                            </p>
                            <p class="product_discounts" @if(!empty($value->discounts) && !empty($value->price)) style="background: #F5F6F7;" @endif>

                                @if(!empty($value->discounts) && !empty($value->price))
                                     تومان
                                @endif

                            </p>




                            <p class="product_price">
                                @if(!empty($value->discounts) && !empty($value->price))

                                     تومان
                                @elseif(!empty($value->price))

                                     تومان
                                @endif

                            </p>
                        </div>
                    @endforeach
                </section>


            </div>



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire