Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. hChamran
    3. Posts
    H
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by hChamran

    • How to get login user?

      Hi,
      I tried auth()->user() but this return null !!
      How can get it?

      posted in General Discussion
      H
      hChamran
    • How to change currency unit?

      Hi,
      How can I change the currency unit from dollar to other currency units?

      posted in General Discussion
      H
      hChamran
    • RE: Error after install !!

      hi,
      I get clone but when I would compsoer install this error show to me:

      e27f38b2-6f99-4867-88fd-05a0eb4fcc09-image.png

      posted in Bug Report
      H
      hChamran
    • Error after install !!

      Hi,
      I'm geting error after install bagisto?
      Class SliderRepository does not exist!
      cb6dc9fa-67ef-477c-86c5-b5cb3cbc678f-image.png

      posted in Bug Report
      H
      hChamran
    • RE: Error "Trying to get property 'role' of non-object"?

      This problem occurred while I was in the admin dashboard!

      posted in General Discussion
      H
      hChamran
    • Error "Trying to get property 'role' of non-object"?

      Hi,
      what is this error?

      bb18b23f-7c6e-4a58-b8f3-1d339b53f8a4-image.png

      posted in General Discussion
      H
      hChamran
    • Reading customers from another database?

      Hi,
      I have a database which there are inside users another website.
      How to sync users to customers?

      posted in General Discussion
      H
      hChamran
    • Problem in bagisto_assets function!!

      Hi,
      I have a problem when I want to create a new blade page but bagisto_assets function dose not working??
      I put @extend('shop::layout.master') but this section not working!

      090ffc8f-12c3-4406-b37c-6307f191abe1-image.png

      In this picture, the red area must be like:

      83a9d94a-dc50-42b7-94de-1cb14f010d13-image.png

      posted in Modules
      H
      hChamran
    • Problem in bagisto_assets function!!

      Hi,
      I have a problem when I want to create a new page but bagisto_assets function dose not working??

      f8a390c9-9ee4-4965-9781-1d9bac866587-image.png
      In this picture, the red area must be like:

      190d9191-7aa3-4c9f-9012-782d67737fdf-image.png

      posted in General Discussion
      H
      hChamran
    • How to create relation between my model and customer model??

      Hi,
      I created a new package for bagisto and inside its migration I have customer_id.
      I need to do sync() for saving my data.
      What should I do?

      posted in Modules
      H
      hChamran
    • getAttribute Model in custom extensions

      Hi,
      I made an extension and need use from getAttribute laravel function model but this not work?!

      posted in Modules
      H
      hChamran
    • Problem don't saved product

      Hi,
      I when want to create a product after fill the inputs and details when I click on add save product button, the success message shows me, but not saving?!

      posted in Bug Report
      H
      hChamran
    • Problem when uploading images!

      Hi,
      I choose picture for a category or other where in site but after saved my data, pictures not uploaded?
      f37fcebc-9974-4553-92b3-803ae36a5df3-image.png

      posted in General Discussion
      H
      hChamran
    • How to change inputs validation language?

      Hi,
      I need change inputs validation language.
      Please help!!

      posted in General Discussion
      H
      hChamran
    • How can i have Jalali flatpicker?

      Hi,
      Can anyone please help me how to convert flatpicker to Jalali?

      posted in General Discussion
      H
      hChamran
    • RE: How can i do RTL this?

      I find it and created fa language.

      You can see to this page.

      posted in General Discussion
      H
      hChamran
    • RE: How can i do RTL this?

      I find it

      I should add this code:

      app()->getLocale() == 'fa'
      

      to packages/Admin/src/resources/view/layouts/master.blade.php

      <body @if (app()->getLocale() == 'ar') class="rtl" @endif>
      

      at last

      <body @if (app()->getLocale() == 'ar' || app()->getLocale() == 'fa') class="rtl" @endif>
      

      thanks

      posted in General Discussion
      H
      hChamran
    • RE: How can i do RTL this?

      thanks @Naresh-webkul.
      And for changing language from 'arabic' to 'persian' what should i do?
      I thinking i should create a new folder with name 'fa' and 'app.php' file inside it.

      posted in General Discussion
      H
      hChamran