From your account dashboard. you can easily check & view your recent orders, manage your
shipping and billing addresses and Edit your password and account details.
select `vendors`.*, (selectcount(*) from `reviews` where `vendors`.`id` = `reviews`.`vendor_id` and `reviews`.`deleted_at` isnull) as `reviews_count` from `vendors` where `id` ='3'and `vendors`.`deleted_at` isnull limit 1
select `fees`.*, `fee_vendor`.`vendor_id` as `pivot_vendor_id`, `fee_vendor`.`fee_id` as `pivot_fee_id` from `fees` innerjoin `fee_vendor` on `fees`.`id` = `fee_vendor`.`fee_id` where `is_active` =1and `fee_vendor`.`vendor_id` in (3)
select `products`.*, (selectcount(*) from `product_reviews` where `products`.`id` = `product_reviews`.`product_id`) as `reviews_count` from `products` where `vendor_id` ='3'and `products`.`deleted_at` isnull limit 12offset0
select `vendors`.*, (selectcount(*) from `reviews` where `vendors`.`id` = `reviews`.`vendor_id` and `reviews`.`deleted_at` isnull) as `reviews_count` from `vendors` where `vendors`.`id` in (3)
select `fees`.*, `fee_vendor`.`vendor_id` as `pivot_vendor_id`, `fee_vendor`.`fee_id` as `pivot_fee_id` from `fees` innerjoin `fee_vendor` on `fees`.`id` = `fee_vendor`.`fee_id` where `is_active` =1and `fee_vendor`.`vendor_id` in (3)
select `tags`.*, `product_tag`.`product_id` as `pivot_product_id`, `product_tag`.`tag_id` as `pivot_tag_id` from `tags` innerjoin `product_tag` on `tags`.`id` = `product_tag`.`tag_id` where `product_tag`.`product_id` in (3, 8, 9, 20)
select `categories`.*, `category_product`.`product_id` as `pivot_product_id`, `category_product`.`category_id` as `pivot_category_id` from `categories` innerjoin `category_product` on `categories`.`id` = `category_product`.`category_id` where `category_product`.`product_id` in (3, 8, 9, 20) and `categories`.`deleted_at` isnull
select `products`.*, (selectcount(*) from `product_reviews` where `products`.`id` = `product_reviews`.`product_id`) as `reviews_count` from `products` where `products`.`vendor_id` =3and `products`.`vendor_id` isnotnulland `products`.`deleted_at` isnull
select `vendors`.*, (selectcount(*) from `reviews` where `vendors`.`id` = `reviews`.`vendor_id` and `reviews`.`deleted_at` isnull) as `reviews_count` from `vendors` where `vendors`.`id` in (3)
select `fees`.*, `fee_vendor`.`vendor_id` as `pivot_vendor_id`, `fee_vendor`.`fee_id` as `pivot_fee_id` from `fees` innerjoin `fee_vendor` on `fees`.`id` = `fee_vendor`.`fee_id` where `is_active` =1and `fee_vendor`.`vendor_id` in (3)
select `tags`.*, `product_tag`.`product_id` as `pivot_product_id`, `product_tag`.`tag_id` as `pivot_tag_id` from `tags` innerjoin `product_tag` on `tags`.`id` = `product_tag`.`tag_id` where `product_tag`.`product_id` in (3, 8, 9, 20)